搜索资源列表

  1. 040103

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

    • 发布日期:2024-05-08
    • 文件大小:1351680
    • 提供者:董骝焕
  1. StrMatch

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

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:qingwei_zhao
  1. 动态规划法解决矩阵连乘积问题

    0下载:
  2. 这是一个小弟用动态规划法解决矩阵连乘积问题的一个算法。-This is a younger dynamic programming matrix to solve even the product of an algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:算法分析
  1. 动态规划-矩阵连乘

    0下载:
  2. 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best com
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:小康
  1. 旅行商问题的动态规划算法

    0下载:
  2. bp算法的程序实现,可以任意只指定中间结点和输入输出节点的个数-bp algorithm program can only arbitrarily designated intermediate nodes and the input and output nodes Number
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:8192
    • 提供者:
  1. 背包问题的动态规划法算法(c++)

    0下载:
  2. 数据结构 算法设计与分析背包问题的动态规划法算法-data structure design and analysis of algorithms knapsack problem of dynamic programming algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者: 孤星云
  1. POSTagger

    0下载:
  2. (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) has been marked from the Corpus POS good statistical POS be labeled binary transfer matrix, and eve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:96256
    • 提供者:丁淑彬
  1. xinchengxu

    0下载:
  2. 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorith
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:lw
  1. thesis2000_fangqi

    0下载:
  2. 算法分析和设计的主要原理,动态规划 贪心算法 背包问题的实例-algorithm analysis and design of the main principle of dynamic programming greedy algorithm examples knapsack problem
  3. 所属分类:PropertySheet

    • 发布日期:2024-05-08
    • 文件大小:69632
    • 提供者:
  1. BinPacking

    0下载:
  2. 这是最难的一个程序了,算法是运筹学里的branch band的集装箱问题的最优动态规划解法,当年我的头都大了才实现的,绝得数学加实践的程序-this is the most difficult of a process, the algorithm is tacticians band's branch of the container optimal dynamic programming solution, for the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:291840
    • 提供者:彭宇
  1. id5

    0下载:
  2. 介绍动态规划方法在解决背包问题、图象压缩、矩阵乘法链、最短路径、无交叉子集和元件折叠等方面的应用。-on dynamic programming methods in solving knapsack problem, image compression, the matrix multiplication chains, the shortest path, non-overlapping subsets of folding and
  3. 所属分类:电子书籍

    • 发布日期:2024-05-08
    • 文件大小:24576
    • 提供者:鼹鼠
  1. Knap12121

    0下载:
  2. 用动态规划算法编写的有关旅行商问题的java程序-dynamic programming algorithm used in the preparation of the Traveling Salesman Problem java programs
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:
  1. 货郎担问题四种解法

    0下载:
  2. 货郎担问题的回溯,枚举,分支界限,动态规划解法-back the traveling salesman problem, except, branch line, dynamic programming solution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:贾计伟
  1. 综合算法

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

    • 发布日期:2024-05-08
    • 文件大小:1452032
    • 提供者:罗鹏魁
  1. 20060410

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

    • 发布日期:2024-05-08
    • 文件大小:417792
    • 提供者:陈宗耿
  1. tianji

    0下载:
  2. 田忌赛马问题:用动态规划问题,解决最优化问题,不错的算法哦-Tianji race issue : dynamic programming problem solving optimization problems, a good algorithm oh.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:iori
  1. bagprogram

    0下载:
  2. 用动态规划来解0-1背包问题的算法思想及程序代码-use dynamic programming solution to the 0-1 knapsack problem algorithms and code thinking
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:石梦军
  1. Dynamic_Programming

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

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:汤烈
  1. mathmodel

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:5928960
    • 提供者:zhxj
  1. framework

    0下载:
  2. 基于动态规划的中文分词程序,用vc写的,便于扩展。-based on dynamic programming of the Chinese word segmentation procedures using vc write, easy expansion.
  3. 所属分类:其它资源

    • 发布日期:2024-05-08
    • 文件大小:59392
    • 提供者:何伟
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org