Welcome![Sign In][Sign Up]
Location:
Search - lcs longest common subsequence code

Search list

[Other resourceLCS(c++)

Description: LCS Algorithm, this is a c++ code for lcs(Longest Common Subsequence)
Platform: | Size: 8104 | Author: 劉逸 | Hits:

[Software EngineeringLCS(c++)

Description: LCS Algorithm, this is a c++ code for lcs(Longest Common Subsequence)
Platform: | Size: 8192 | Author: 劉逸 | Hits:

[Data structsLCS

Description: 使用动态规划方法,实现了最长公共子序列算法,并对动态规划方法作了时间和空间的改进-The use of dynamic programming methods, to achieve the longest common sub-sequence algorithms, and dynamic programming methods of time and space to improve
Platform: | Size: 269312 | Author: 小波 | Hits:

[Data structs-p2

Description: 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Introduction to Algorithms," to rewrite the English version of pseudo-code into C language version of a perfect test, through .
Platform: | Size: 753664 | Author: 无我 | Hits:

[Data structslcs

Description: A program to find the LCS(Longest common subsequence ). It contains a source code the .c file input file .txt and the output file
Platform: | Size: 1024 | Author: cbeauty | Hits:

[Data structsLCS

Description: 我写的一个最长公共子序列的C语言代码,参照了算法导论上的介绍。-I wrote a longest common subsequence of C language code, referring to the presentation on Introduction to Algorithms.
Platform: | Size: 3683328 | Author: 郭佳 | Hits:

[Data structslcs

Description: 用python实现了最长公共子序列LCS代码,分别应用递归方法和动态规划实现。并且实现了三个字符串的最长公共子序列。-Using Python to achieve the longest common subsequence of LCS code, respectively using recursive method and dynamic programming. And the realization of the longest common subsequence of three strings.
Platform: | Size: 1024 | Author: 王宝鑫 | Hits:

[Software Engineeringstu

Description: 最长公共子序列以及回文数解题报告,其中包含了几种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
Platform: | Size: 75776 | Author: 褚逸豪 | Hits:

[JSP/Javalcs

Description: 在一组序列中,找到最长公共子序列,虽然序列不是唯一的,但是是根据最长公共子序列的长度来确定。-In the Java code to achieve the longest common subsequence, and algorithm of the ideology of the book
Platform: | Size: 1024 | Author: 李晨露 | Hits:

CodeBus www.codebus.net