搜索资源列表
-
0下载:
(1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段)
(2)利用动态规划算法快速选取词性标记路径,得到词性标记结果
(3)可以选择不同的词性标记集
-(1) has been marked from the Corpus POS good statistical POS be labeled binary transfer matrix, and every word to determine the POS m
-
-
0下载:
包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming,
-
-
0下载:
谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。-Xie Bin Fan governance triangle output to achieve the specific algorithm using dynamic programming algorithm, vc 6.0 preparation.
-
-
0下载:
矩阵连乘。
输出所需最小连乘次数和计算序列。
使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
-
-
1下载:
一个简单调用Dll事例,适合初学者.一般的,在介绍Windows编程的书中讲述DLL的有关知识较多,而介绍MFC的书则比较少地提到。即使使用MFC来编写动态链接库,对于初步接触DLL的程序员来说,了解DLL的背景知识是必要的。另外,MFC提供了新的手段来帮助编写DLL程序-a simple call Dll examples, suitable for beginners. General, in introducing the book Programming Windows DLL on t
-
-
0下载:
按动态规划原理球解一类特定条件下的流水线调度问题的具体做法-according to the principles of dynamic programming ball a particular type of solution under the conditions of the pipeline scheduling problems, the specific way
-
-
0下载:
货郎担问题的回溯,枚举,分支界限,动态规划解法-back the traveling salesman problem, except, branch line, dynamic programming solution
-
-
0下载:
cj60lib界面库
ado数据库编程调试代码必须装有cj60lib界面扩展库
cj60lib的使用方法参看有关文档
不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中
所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来)
-
-
0下载:
该程序是一个动态规划法解决装配线调度问题的小程序,是用C++做的。-the program is a dynamic programming solution to the assembly line scheduling small programs, is to use C to do.
-
-
0下载:
该程序是一个用动态规划法解决0-1背包问题的小程序,可以为学习动态规划法遇到困难的同学提供帮助-the program is a dynamic programming solution 0-1 knapsack problem of small procedures, to study the dynamic programming method difficulties encountered by students for help
-
-
0下载:
很好运筹学的DEOPHI原代码.包括动态规划,原始单纯形法,对策论,决策论等-DEOPHI good tacticians of the original code. Including dynamic programming, original simplex method, game theory, On decision-making, etc.
-
-
0下载:
动态规划实现的字典排序,构建最优二叉树,小心你的内存啊!-Dynamic Programming dictionary order to construct the optimal binary tree, carefully your memory ah!
-
-
0下载:
在BCB中调用VC编写的动态链接库的实例,对于研究动态链接库编程的学者有益!-in BCB call VC prepared by the dynamic link library examples, for the Study of Dynamic Link Library Programming scholars useful!
-
-
0下载:
0-1背包问题的动态规划算法C语言实现.Windows系统下 Wintc环境编写-0-1 knapsack problem of the dynamic programming algorithm C language. Windows systems Wintc Central Habitat prepared
-
-
0下载:
本程序是用动态规划法来解决一些问题,关于动态规划的程序-this program is the dynamic programming method to solve the problem of dynamic planning process
-
-
0下载:
动态规划法---如何设置友好城市间的航线使的航线数又最大又不相交-dynamic programming -- how to set up a sister city links are so few routes do not intersect also the largest
-
-
0下载:
这是一个小弟用动态规划法解决矩阵连乘积问题的一个算法。-This is a younger dynamic programming matrix to solve even the product of an algorithm.
-
-
0下载:
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic prog
-
-
0下载:
UNIX下动态设置ENV的TUXEDO编程方法-UNIX Dynamic programming method to set ENV of the TUXEDO
-
-
0下载:
Delphi编程动态改变VCL对象经典代码Delphi VCL objects to change the classic dynamic programming code
-Delphi VCL objects to change the classic dynamic programming code
-