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

搜索资源列表

  1. POSTagger

    0下载:
  2. (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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:96434
    • 提供者:丁淑彬
  1. 谢宾治三角形的输出

    0下载:
  2. 谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。-Xie Bin Fan governance triangle output to achieve the specific algorithm using dynamic programming algorithm, vc 6.0 preparation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1138
    • 提供者:也风
  1. 背包算法

    0下载:
  2. 高级算法中的背包问题求解,算法简便高效,主要解决动态规划0-1背包问题-senior algorithm to solve the knapsack problem, the algorithm is simple and efficient, dynamic programming solution 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8788
    • 提供者:李亚伟
  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. aaagchcv

    0下载:
  2. 源代码\\用动态规划算法计算序列关系个数 用关系\"<\"和\"=\"将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8433
    • 提供者:Sana
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. Ackermannand

    0下载:
  2. 自己编写的几个动态规划算法的例子,供正在学习算法的人参考-their preparation of several dynamic programming algorithm for example, is learning algorithm for the reference
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6581
    • 提供者:周燕红
  1. dongtaiguihua

    0下载:
  2. 动态规划算法的一个实例,解决0-1背包问题-dynamic programming algorithm an example to solve 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:刘永峰
  1. Monkey and Banana

    0下载:
  2. 一个用到动态规划算法的acm题-used a dynamic programming algorithm that acm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1168
    • 提供者:李超
  1. max_sum

    0下载:
  2. 求和最大的子序列,采用动态规划算法,经典算法-sequences using dynamic programming algorithm, the algorithm classic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12671
    • 提供者:王菲
  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8842
    • 提供者:杨锐
  1. danyuan

    0下载:
  2. 单源最短路径问题的动态规划算法,请大家多多指教-single source shortest path problem of dynamic programming algorithm, please exhibitions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:lee
  1. 01beibao

    0下载:
  2. 0-1背包问题,用动态规划算法来实现的.-0-1 knapsack problem with dynamic programming algorithm to achieve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6381
    • 提供者:angle
  1. sanjiaopoufen

    0下载:
  2. 这个程序是用C++来实现的最优三角剖分问题。用的是动态规划算法来实现的。-This procedure is used to achieve the C optimal triangulation problem. Using a dynamic programming algorithm to achieve.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10136
    • 提供者:郑淑美
  1. pointzxh

    0下载:
  2. 平面点集,距离最近的两个点,采用动态规划算法.内有详细说明-planar point set, the nearest two points, dynamic programming algorithm. Are described
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1354
    • 提供者:周狼
  1. POSTagger

    0下载:
  2. (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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:772932
    • 提供者:赵阳
  1. knn-dwt

    1下载:
  2. matlab环境下基于动态规划算法的语音识别系统!-Matlab environment based on dynamic programming algorithm Speech Recognition System!
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4117
    • 提供者:hhh
  1. banshuji-dynamicstate

    0下载:
  2. 半数集问题--动态规划算法,也是算法分析与设计的其中算法分析,用于数集问题.-half set of issues -- dynamic programming algorithm, as well as algorithm analysis and design of the algorithm analysis, Set for a few problems.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:41005
    • 提供者:林静
  1. LISS_FAST

    0下载:
  2. 时间复杂度为O(nlogn)的最长单调递增子序列问题的计算程序。不是动态规划算法。在一分钟之内可以计算n=10^6个元素的递增子序列。-time complexity of O (nlogn) of the longest-monotonically increasing sequence of the program. Is not dynamic programming algorithm. In a minute can be calculated n = 10 ^ 6 elements
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:344660
    • 提供者:刘金义
  1. 01BEIBAOdongtai

    0下载:
  2. 0-1背包问题的动态规划算法C语言实现.Windows系统下 Wintc环境编写-0-1 knapsack problem of the dynamic programming algorithm C language. Windows systems Wintc Central Habitat prepared
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:xieyixin
« 1 2 3 4 5 67 8 9 10 11 ... 43 »
搜珍网 www.dssz.com