搜索资源列表
speechrecognition
- 特定人孤立词语音识别中,最为简单有效的方法是采用动态时间弯折(dynamictimewa甲ing,DTw)算法。该算法基于动态 规划(DP)的思想,解决T发音长短不一的模板匹配问题,是语音识别中很成功的一种匹配算法。 -ion,ieh15basedondyniegramming(DP).xtsolvestheproblemoftemplatemateh.
DP
- acm,动态规划类问题分析,并附有这些问题的详细代码-acm, Analysis of problems with dynamic programming type
111
- 最长公共子序列求解 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。最长公共子序列就是求给定两个序列的一个最长公共子序列。动态规划可以有效的解决此问题。由最长公共子序列问题的子序列的最优子结构性质,可以建立子问题最优的递归关系。用c[i][j]记录序列Xi和Yi的最长公共子序列的长度-Solving the longest common subsequence for a given se
Glzy8_211229
- 运筹学课件,计量学的动态规划问题,有需要的朋友可以下下来-Operations research courseware, metrology dynamic programming problem, we need friends can look down under
Feature-Discovery-
- 近似动态规划中的特征发现,我们主张提取最好的状态表征方式的问题和值函数近似问题就像一个硬币的两面,用非参变量的方式是快速同时解决两个问题的较简便的方法。-Feature Discovery in Approximate Dynamic Programming,We also argue that the problem of discovering the best state representation and the problem of the value function approx
Dynamic-Programe-with-lingo
- 动态规划(dynamic programming,DP)是解决多阶段决 策问题的一种有效的数量化方法,难度比较大,技巧性也很强。Lindo/lingo 是求解动态规划比较常用的软件之一,通过本实验,掌握动态规划模型在 Lindo/lingo 中的求解。-Solve Dynamic Programming with Lindo and lingo.
Knaspack-problems
- 背包问题,对于学习动态规划算法,有很大的帮助,系统的讲解背包问题。-Knaspack problems, It s helpful for you to study the algorithm of sotfware.
acm-beibao
- acm动态规划背包问题详解一共有九讲,非常非常的实用-acm dynamic programming knapsack problem Elaborates a total of nine speakers, very very practical
algorithm1
- 动态规划可以找到最优子结构特征,贪心算法用于求解最优化问题-Dynamic programming can be found in sub-optimal structural characteristics greedy algorithm for solving optimization problems
Acm-
- acm动态规划经典习题解析,其中有很多经典案例,如数塔问题、最短路径问题、骑士游历问题等。-Acm dynamic programming classic problem sets, there are a lot of classic case, all to solve the problem, the shortest path problem, knight tour, etc.
algorithm
- 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition