搜索资源列表
stl.LCS
- 参考算法导论写的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
All_Lcs
- 设计一个算法求出全部的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
AlgorithmforLCS
- 自己写的,采用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
LCS.tar
- LCS匹配算法,divide and conquer LCS-LCS matching algorithms, divide and conquer LCS
Longgest
- 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
LCS
- 算法设计与分析课程中用动态规划算法求解最长公共子序列问题,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
LCS
- 最长公共子序列,VC++6.0的经典算法。-The longest common subsequence the, VC++6.0 classic algorithm.
lcs
- 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-Dynamic programming longest substring matching substring can output multiple matches Introduction to Algorithms
lcs
- 基于C语言编程的最长公共子序列搜索(lcs)算法-Based on the C programming language longest common subsequence search (lcs) algorithm
LCS_Dynamic-planning
- 动态规划应用 动态规划算法解最长公共子序列LCS问题-Dynamic programming dynamic programming algorithm for solving the longest common subsequence LCS problem
lcs
- 基于python语言的最长公共子序列查找算法,不仅实现了两个序列的,而且实现了三个序列的-Finding the longest common sequence based algorithm python language, not only the two sequences, and implements three sequences
LCS
- LCS,求两个序列的最长子列,算法园子算法导论第15章-LCS introduction of algorithms
LCString
- 求两个字符串的公共子序列LCS,总共有三种可选的方法,并附带算法的性能分析-Seek common subsequence of two strings LCS, a total of three alternative methods, and comes algorithm performance analysis
LCS
- 最长公共子序列算法,使用图形化方式将算法的实现过程展示了出来,C++语言(show the Longest Common Subsequence algoithm by graphic using C++ language)
LCS
- 计算最长公共子序列,可以用于计算最长公共子序列(dfa s f g as dvd sag as dg)
LCS
- 用于求解两个串的最长公共子序列,输入两个字符串,从中找到最长的公共子序列。(You can search for the longest common subsequence of two strings,the longesi string is a string that two strings all include.)