CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - longest common

搜索资源列表

  1. LCS(c++)

    0下载:
  2. LCS Algorithm, this is a c++ code for lcs(Longest Common Subsequence)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7.91kb
    • 提供者:劉逸
  1. parser

    0下载:
  2. Elimination of left factoring in the given grammar For each nonterminal A find the longest prefix (alpha) common to two or more of its alternatives.If alpha is not equal epsilon,i.e..,there is a nontrivial common prefix,replace all the A productio
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:8.24kb
    • 提供者:mahi
  1. 111

    0下载:
  2. 最长公共子序列求解 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。最长公共子序列就是求给定两个序列的一个最长公共子序列。动态规划可以有效的解决此问题。由最长公共子序列问题的子序列的最优子结构性质,可以建立子问题最优的递归关系。用c[i][j]记录序列Xi和Yi的最长公共子序列的长度-Solving the longest common subsequence for a given se
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1.81kb
    • 提供者:1111
  1. kmp_Ext

    0下载:
  2. 运用扩展KMP算法求出某一字符串与另一字符串的所有最长公共前缀-KMP algorithm the extended use of a string with another string of all longest common prefix
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:965byte
    • 提供者:wrs
  1. aaa

    0下载:
  2. 算法设计与分析中的最长公共子序列的c++代码,很好的解决了此算法-Longest common subsequence algorithm design and analysis c++ code, a good solution to this algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:679byte
    • 提供者:ding
  1. Needleman-Wunsch

    0下载:
  2. 本文介绍基于最长公共子串的文本比较算法——Needleman/Wunsch算法。-In this paper, the text comparison algorithm based on the longest common substring Needleman/Wunsch algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:18.34kb
    • 提供者:李浩
  1. stu

    0下载:
  2. 最长公共子序列以及回文数解题报告,其中包含了几种LCS代码,和一个通用的LCS模板。有c++版和pascal版-Longest common subsequence problem solving and palindrome report, which contains several LCS code, and a generic template LCS. There c++ version and pascal version
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:73.51kb
    • 提供者:褚逸豪
搜珍网 www.dssz.com