搜索资源列表
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
- 动态规划 最长子字符串匹配 可以输出多个匹配的子字符串 算法导论-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
- 最长公共子序列算法,使用图形化方式将算法的实现过程展示了出来,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.)