CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 动态规划算法

搜索资源列表

  1. duoduantu

    0下载:
  2. 多段图动态规划算法.好东西不容错过.值得参考.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:867
    • 提供者:罗瑞海
  1. dt

    0下载:
  2. 此程序是关于动态规划算法的描述,可以直接 输入数据就可以直接运行。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8610
    • 提供者:刘辅
  1. 040103

    0下载:
  2. 利用动态规划算法进行核酸序列的两两比对的源代码。-use dynamic programming algorithm for nucleic acid sequence of February 2 ratio on the source code.
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:32776
    • 提供者:董骝焕
  1. StrMatch

    0下载:
  2. 字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:qingwei_zhao
  1. 最长公共子序列

    0下载:
  2. 用动态规划算法求两个序列的最长公共子序列。
  3. 所属分类:源码下载

    • 发布日期:2010-10-26
    • 文件大小:280346
    • 提供者:rfhao123
  1. 语音识别中的DTW算法

    1下载:
  2. 语音识别系统中的经典算法,DTWDynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,用于孤立词识别,本程序可以独立运行。
  3. 所属分类:源码下载

    • 发布日期:2011-03-16
    • 文件大小:230646
    • 提供者:chenshasha1989
  1. MaxSum

    0下载:
  2. 用动态规划算法完成最大子矩阵和问题,是最大子段和问题向二维的推广。-Complete with a dynamic programming algorithm and the largest sub-matrix problem, the problem is the largest sub-segment and the promotion of the two-dimensional.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:523
    • 提供者:奚雅诺
  1. dstar

    5下载:
  2. D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-13
    • 文件大小:33211
    • 提供者:yanguang
  1. find_the_marble

    0下载:
  2. 利用动态规划算法解决猜测弹珠位置的问题Alice and Bob are playing a game. This game is played with several identical pots and one marble.-Alice and Bob are playing a game. This game is played with several identical pots and one marble. When the game starts, Alice puts th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:842
    • 提供者:曦馨
  1. Knapsack

    0下载:
  2. 背包问题,一个不错的动态规划算法显示,值得一看-Knapsack problem, a good dynamic programming algorithm indicates that worth a visit
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:23855
    • 提供者:allenzhang
  1. matlabDynaicProgrammingAlgorithm

    2下载:
  2. 基于Matlab的动态规划算法的实现,不同的例子主程序一样,不过其他诸如决策函数等是不一样的-Dynamic Programming Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:154352
    • 提供者:Arthur
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. AssignTwo

    0下载:
  2. 求任意长度数据的最长有序子序列的动态规划算法实现!-For arbitrary length of data in an orderly sequence of the longest of the dynamic programming algorithm!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:樊春堂
  1. viterbi1.0

    1下载:
  2. 维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:88112
    • 提供者:郭丽
  1. sutawenti

    0下载:
  2. 动态规划算法的应用 数塔问题 给定一个数塔,其存储形式为如下所示的下三角矩阵。在此数塔中,从顶部出发,在每一节点可以选择向下走还是向右走,一直走到底层。请找出一条路径,使路径上的数值和最大。 输入样例(数塔): 9 15 10 6 8 2 18 9 5 19 7 10 4 16 输出样例(最大路径和): 59 -Application of dynamic programming algorithm for a given number of tow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:21409
    • 提供者:张天伟
  1. viterbi

    0下载:
  2. viterbi搜索算法是一种全局动态规划算法,在本例中,我们用C实现了他的搜索过程.-viterbi search algorithm is a global dynamic programming algorithm, in this case, we use C to achieve his search process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1041
    • 提供者:chengbin
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. max_mintree

    0下载:
  2. 动态规划算法:Max-Min Tree Paritioning-Dynamic Programming Algorithm: Max-Min Tree Paritioning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:665416
    • 提供者:henry
  1. Fac3_9

    0下载:
  2. //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:ss
  1. guihua

    0下载:
  2. 动态规划算法,java源代码。里面有多段图的算法等,大家一起学习共同进步啊-Dynamic programming algorithm, java source code. Inside how the algorithm above chart we can work together to learn the common progress of ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1571
    • 提供者:huahua
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
搜珍网 www.dssz.com