搜索资源列表
-
0下载:
动态时间规整(DTW)算法基于动态规划的思想,解决了说话人不同时期发音长短、语速不一样的匹配问题。-dynamic time warping (DTW) algorithm is based on dynamic programming ideas, Speaker solve the different pronunciation of the length of time, Ma'am not match the same problem.
-
-
6下载:
这是一个好的建模学习资料,赶快下载吧,
数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、
插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、
图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、
最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、
网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
-
-
0下载:
(1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段)
(2)利用动态规划算法快速选取词性标记路径,得到词性标记结果
(3)可以选择不同的词性标记集
-(1) from the good part-of-speech tagging has been the Corpus statistics to be part of speech marking the transfer of binary matrix, a
-
-
0下载:
动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algorithm combination algorithm Fl
-
-
1下载:
动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
-
-
0下载:
在提高训练中我们主要针对时序图分析,现代智能优化算法(遗传算法和蚁群算法),动态规划,排队理论,目标规划,层次分析以及决策论等相关理论做了比较深刻的了解。然后针对具体情况,具体问题进行建模训练,并加以上机实习。-In training, we aimed to improve timing diagram analysis, modern intelligent optimization algorithm (genetic algorithm and ant colony optimizati
-
-
0下载:
0—1背包问题的五种解法
1贪心法
2动态规划
3回溯
4分支限界
5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
-
-
0下载:
Dynamic Programming Code for the TSP
-
-
1下载:
采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
-
-
0下载:
用vc++6编写的程序,采用动态规划递归算法,解决背包问题。-Vc++6 with the preparation of the procedures, the use of dynamic programming recursive algorithm to solve knapsack problem.
-
-
0下载:
遗传算法,用于智能动态规划。可以利用程序里的ga1.inp直接计算。-Genetic algorithm for intelligent dynamic programming. Program can be used inside ga1.inp direct calculation.
-
-
0下载:
动态规划算法的java实现,输入数据集,求最优路径。包括可执行文件和源代码-Dynamic Programming 4 java
-
-
0下载:
详细讲解了动态规划的算法问题,再通过“装箱问题”等7个程序实例介绍解决动态规划问题的思路和方法。-Gave a detailed algorithm for dynamic programming problems, and through the " bin-packing problem" and other instances of seven procedures introduced to solve the problem of dynamic programmin
-
-
0下载:
算法设计与分析中的动态规划算法中的石头合并问题的C++代码-Algorithm design and analysis of the dynamic programming algorithm in the stone merger of the C++ code
-
-
0下载:
利用动态规划思想,求货郎担问题,采用C++,显示各结点的路径并求出最短距离-The use of dynamic programming ideas, seeking traveling salesman problem, using C++, showing the node' s path and find the shortest distance
-
-
0下载:
已知资金总数为a(万元),工程数n,以及利润值g(i,j)(表示对工程i投资j万元所获得的利润,其中 ,且j只取整数),试用动态规划方法求出如何分配资金才能使获得的利润
最大(资金的分配以万元为单位)。
-The total number of funds are known to a (million), project the number of n, as well as the profits of the value of g (i, j) (expressed j milli
-
-
0下载:
旅行商问题TSP的动态规划算法,结果以图形方式给出-TSP, traveling salesman problem dynamic programming algorithm, results are presented graphically
-
-
0下载:
用于计算发电竞价的第三种算法:发电竞价算法_三_动态规划法-Used to calculate the third generation auction algorithm: generation bidding algorithms dynamic programming _ 3 _
-
-
0下载:
算法设计课件(第三章动态规划),最主要讲述动态规划的算法-Algorithm design courseware dynamic programming) (Chapter III, the most important about the dynamic programming algorithm
-
-
0下载:
Matlab中使用动态规划解决数学建模中的花瓶问题,即有限制条件的寻优过程-Applied Dynamic programming to solve the
problem of bottles
-