CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lcs dynamic

搜索资源列表

  1. XCSR_DE1.0

    0下载:
  2. - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23001
    • 提供者:李恆寬
  1. lcs

    0下载:
  2. 动态规划实现lcs-Dynamic programming to achieve lcs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:5950
    • 提供者:hcsg
  1. LCSp2264

    0下载:
  2. 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:诗苇
  1. LCS

    0下载:
  2. 用LCS方法解决字符匹配问题,用到动态规划的思想。原创-LCS solution with matching characters, the idea of using dynamic programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:633
    • 提供者:bohu
  1. lcs

    0下载:
  2. 一道经典的动态规划题目 浙江大学硕士生入学复试上机题 http://acm.hdu.edu.cn/showproblem.php?pid=1231-Classic dynamic programming http://acm.hdu.edu.cn/showproblem.php?pid=1231
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:550
    • 提供者:陈子杭
  1. LCS

    0下载:
  2. 算法动态规划最长公共子序列的递归实现,并包括查找过程的体现-Dynamic programming algorithm for the longest common subsequence of the recursive implementation, and includes the process to find a manifestation of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:123721
    • 提供者:孙强
  1. 3

    0下载:
  2. 采用动态规划算法求最长公共串,LCS算法经典中的经典-A dynamic programming algorithm seeking longest common string
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5747
    • 提供者:赵晔晖
  1. LCS

    0下载:
  2. LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:832
    • 提供者:zhdxch
  1. lcs

    0下载:
  2. 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:568979
    • 提供者:lin
  1. LCS

    0下载:
  2. 利用动态规划算法寻找两个list中的最长公共子序列,并分别记录了最长公共子序列的在list中的结束位置-Dynamic programming algorithm to find the two list the longest common subsequence, and recorded the longest common subsequence of the end position in the list
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:529788
    • 提供者:滕海明
  1. 3.1

    0下载:
  2. 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -Longest common subsequence problem LCS (dynamic programming) experimental data:
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:101098
    • 提供者:陈星风
  1. LCS

    0下载:
  2. LCS 动态归划解决char 类型的最长字符串的匹配问题-LCS program to solve dynamic return type char longest matching string
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:93978
    • 提供者:gle
  1. LCS

    0下载:
  2. VC实现输入两个字符串,利用动态规划思想求的最长公共子序列。有可视化界面。-VC the input two strings, the use of dynamic programming requirements of the longest common subsequence. A visual interface.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3786544
    • 提供者:
  1. LCS

    0下载:
  2. 最长公共子序列的算法实现。基于动态规划的丝线实现的算法-The longest common subsequence algorithm. Realization of the algorithm based on dynamic programming thread
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1331
    • 提供者:achuan
  1. dongtaibianliang

    0下载:
  2. 动态规划中的lcs算法c++代码,可以作为lcs算法的参考代码 -Dynamic programming the lcs algorithm c++ code lcs algorithm can be used as a reference code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:261681
    • 提供者:于明静
  1. lcs

    0下载:
  2. 根据X和Y序列,利用动态规划计算出的所有LCS-The X and Y sequences is calculated using dynamic programming all LCS
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:shenjiayang
  1. Lcs

    0下载:
  2. 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:713
    • 提供者:wutong
  1. LCS

    0下载:
  2. 该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest sub-section final.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1122
    • 提供者:朱江
  1. lcs

    0下载:
  2. 用python实现了最长公共子序列LCS代码,分别应用递归方法和动态规划实现。并且实现了三个字符串的最长公共子序列。-Using Python to achieve the longest common subsequence of LCS code, respectively using recursive method and dynamic programming. And the realization of the longest common subsequence of three
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1010
    • 提供者:王宝鑫
  1. 源代码

    1下载:
  2. 大数据应用中基于支配点的mlcss算法设计与实现,程序中设计了三条字符串,查找他们之间的最长公共子序列。相对于传统的动态规划法,基于支配点思想具有更加高效的效率。(The design and implementation of mlcss algorithm based on dominant point in large data application, three strings are designed in the program to find the longest common
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:3203072
    • 提供者:最门人
搜珍网 www.dssz.com