搜索资源列表
longest common substring
- 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n * m).
1
- 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
Textdiff
- Source code for the freeware component - TDiff - written in Borland s Delphi programming language. This component dramatically simplify programming tasks that require calculations of shortest path or longest common sequence as typically requ
zixuliewenti
- 能够快速找出给定的两个序列的最长公共子序列。-Can quickly identify the two sequences given the longest common subsequence.
LCS1
- 最长公共字串的程序,大家可以作为参考,希望有需要的朋友能够派上用处-Longest common string program, we can serve as a reference, hope to have a friend in need can be put to use
LCSLength1
- c++语言写的动态规划求最长公共子序列长度-The length of the longest common subsequence dynamic programming
zuichanggonggongzixulie
- 最长公共子序列与最大字段和c语言版,具有图例说明结果-The longest common subsequence with maximum field and c language version, with Legend results
LCS
- LCS 最长公共子序列 C代码实现 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。-Longest Common Sequence realized by C
main
- 该内容是动态规划最长公共子序列,读者可更具需求参考-The content is dynamic programming longest common subsequence, the reader can refer to more demand