CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - LCS算法

搜索资源列表

  1. stl.LCS

    0下载:
  2. 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:王硕
  1. All_Lcs

    0下载:
  2. 设计一个算法求出全部的LCS,分析最坏情况。 用”会计方法”证明,利用b[i,j]来求所有LCS的算法 在最坏情况下时间复杂度为O( )。 -Designed an algorithm to find all of the LCS, the worst-case analysis. Use " accounting methods" to prove the use of b [i, j] to seek all the LCS algorithm in the w
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1037310
    • 提供者:小牛
  1. AlgorithmforLCS

    0下载:
  2. 自己写的,采用VB.NET编写的最长公共子序列(LCS)算法,全图形界面,VS2005下编译通过-Wrote it myself, using VB.NET to prepare the longest common sub-sequence (LCS) algorithm, the entire graphical interface, VS2005 compiler through the next
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:56811
    • 提供者:XIII
  1. LCS.tar

    0下载:
  2. LCS匹配算法,divide and conquer LCS-LCS matching algorithms, divide and conquer LCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20480
    • 提供者:刘研
  1. Longgest

    0下载:
  2. 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
  3. 所属分类:Other systems

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

    0下载:
  2. 算法设计与分析课程中用动态规划算法求解最长公共子序列问题,C语言写的,很实用,有b数组和c数组的输出,很适合初学者一步一步走程序。-Algorithm design and analysis programs using dynamic programming algorithm for solving the longest common subsequence problem, C language written, very practical, with b and c array ar
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:734
    • 提供者:陈丽萍
  1. LCS

    0下载:
  2. 最长公共子序列,VC++6.0的经典算法。-The longest common subsequence the, VC++6.0 classic algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:212703
    • 提供者:李俊杰
  1. lcs

    0下载:
  2. 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-Dynamic programming longest substring matching substring can output multiple matches Introduction to Algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:5454
    • 提供者:vivian
  1. lcs

    0下载:
  2. 基于C语言编程的最长公共子序列搜索(lcs)算法-Based on the C programming language longest common subsequence search (lcs) algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1523
    • 提供者:棠晓胜
  1. LCS_Dynamic-planning

    0下载:
  2. 动态规划应用 动态规划算法解最长公共子序列LCS问题-Dynamic programming dynamic programming algorithm for solving the longest common subsequence LCS problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:安静风
  1. lcs

    0下载:
  2. 基于python语言的最长公共子序列查找算法,不仅实现了两个序列的,而且实现了三个序列的-Finding the longest common sequence based algorithm python language, not only the two sequences, and implements three sequences
  3. 所属分类:Other systems

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

    0下载:
  2. LCS,求两个序列的最长子列,算法园子算法导论第15章-LCS introduction of algorithms
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:562
    • 提供者:fengback
  1. LCString

    0下载:
  2. 求两个字符串的公共子序列LCS,总共有三种可选的方法,并附带算法的性能分析-Seek common subsequence of two strings LCS, a total of three alternative methods, and comes algorithm performance analysis
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2130624
    • 提供者:maorui
  1. LCS

    0下载:
  2. 最长公共子序列算法,使用图形化方式将算法的实现过程展示了出来,C++语言(show the Longest Common Subsequence algoithm by graphic using C++ language)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:17519616
    • 提供者:玛德智障
  1. LCS

    0下载:
  2. 计算最长公共子序列,可以用于计算最长公共子序列(dfa s f g as dvd sag as dg)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:9305088
    • 提供者:七秒记忆1
  1. LCS

    0下载:
  2. 用于求解两个串的最长公共子序列,输入两个字符串,从中找到最长的公共子序列。(You can search for the longest common subsequence of two strings,the longesi string is a string that two strings all include.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1207296
    • 提供者:Carryliu
搜珍网 www.dssz.com