搜索资源列表
20060410
- 动态时间规整(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.
mathmodel
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
POSTagger
- (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
changyong
- 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上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
poj1157
- poj1157,IOI题目,区间动态规划的好题
channel_problem
- 管道问题 优化理论 动态规划?艿牢侍? 优化理论 动态规划?艿牢侍? 优化理论 动态规划?艿牢侍? 优化理论 动态规划
floyd
- 图论中求解不含负权环的多源动态规划算法floyd
Algorithm_Design
- 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界
tsp
- 利用动态规划算法 vc实现的小规模旅行商问题
0123
- 遗传算法在曲线多边形近似中的应用 在平面数字曲线的多边形近似中, 为克服顶点的检测只依靠局部区域、缺乏全局信息的弱点, 文中把多边 形近似问题作为寻找在满足一定的近似误差条件下使顶点数最少、或者使顶点数和近似误差都尽可能少的最优化 问题来处理. 为了能够处理点数较多的曲线, 文中采用遗传算法和基于Pareto 最优解的改进遗传算法来求近似最 优解. 和一些经典算法的实验比较表明, 文中算法与只依靠曲线局部特性的一类算法相比, 在近似的保真性和效率 上有明显的改进, 同时
dynprog
- 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
jiegoufangchng
- 在提高训练中我们主要针对时序图分析,现代智能优化算法(遗传算法和蚁群算法),动态规划,排队理论,目标规划,层次分析以及决策论等相关理论做了比较深刻的了解。然后针对具体情况,具体问题进行建模训练,并加以上机实习。-In training, we aimed to improve timing diagram analysis, modern intelligent optimization algorithm (genetic algorithm and ant colony optimizati
knapsack
- 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
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
TspDP
- 动态规划算法求取TSP问题,解决完美. C语言实现,已经调试通过-Dyanamic Programming Method to solve TSP Problem
shortest_path_adjacencyWDigraph
- 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
recursiveDPKnapsack
- 用vc++6编写的程序,采用动态规划递归算法,解决背包问题。-Vc++6 with the preparation of the procedures, the use of dynamic programming recursive algorithm to solve knapsack problem.
GA_Dynamic_Route
- 遗传算法,用于智能动态规划。可以利用程序里的ga1.inp直接计算。-Genetic algorithm for intelligent dynamic programming. Program can be used inside ga1.inp direct calculation.
ex1_1add
- 离散动态规划一例题求解程序,包括输出显示-about discrete dynamic programming
Tsp
- 动态规划关于旅行商问题的C++实现源代码。-On the traveling salesman problem dynamic programming C++ implementation source code. 11111111