Welcome![Sign In][Sign Up]
Location:
Search - lcs algorithm

Search list

[Otherstl.LCS

Description: 参考算法导论写的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 largest sequence of public sequences (Longest C ommon Subsequence) problem to solve.
Platform: | Size: 1588 | Author: 王硕 | Hits:

[Mathimatics-Numerical algorithmsLCS

Description: LCS Algorithm以c#來實作,對於在學習algorithm的人們可以用這個程式來demo看看,是以VS2005開發。
Platform: | Size: 13363 | Author: 劉逸 | Hits:

[Other resourceLCS(c++)

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

[Otherstl.LCS

Description: 参考算法导论写的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 largest sequence of public sequences (Longest C ommon Subsequence) problem to solve.
Platform: | Size: 1024 | Author: 王硕 | Hits:

[Other Riddle gameslcs

Description: 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
Platform: | Size: 1024 | Author: sanfy chen | Hits:

[Mathimatics-Numerical algorithmsLCS

Description: LCS Algorithm以c#來實作,對於在學習algorithm的人們可以用這個程式來demo看看,是以VS2005開發。-LCS Algorithm to c# To implement, for the people in the learning algorithm can use this program to look at the demo is based on VS2005 development.
Platform: | Size: 33792 | Author: 劉逸 | Hits:

[Software EngineeringLCS(c++)

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

[midi programLCS

Description: KMP算法实现最长公共子序列的C++算法-KMP algorithm realize the longest common sub-sequence of C++ Algorithm
Platform: | Size: 11264 | Author: 王鹏程 | Hits:

[STLSTLLCS

Description: STL风格LCS算法 STL style LCS algorithm -STL-style LCS algorithm STL style LCS algorithm
Platform: | Size: 1024 | Author: antss | Hits:

[Data structslcs

Description: 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列。-The longest common sub-sequence algorithm LCS realize. Arbitrary input two strings, this algorithm can find the longest common sub-sequence.
Platform: | Size: 1024 | Author: oscarfuture | Hits:

[Data structsLCS

Description: 求两个字符串的最长公共子序列,使用递归算法实现。-For two of the longest common sub-string sequences, using the recursive algorithm.
Platform: | Size: 288768 | Author: 梁海金 | Hits:

[EditorWe.See.Diff

Description: an lcs algorithm for finding common string
Platform: | Size: 37888 | Author: Sujan | Hits:

[.netAlgorithmforLCS

Description: 自己写的,采用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
Platform: | Size: 56320 | Author: XIII | Hits:

[JSP/JavaLCS

Description: 这是一个合并两个文件的工程,用来将两个文件合并,相同部分保留一次,不同部分一次写入,其中利用了求最大公共子序列的算法-This is a merger of the two files works, used to merge two files, the same part of the reservation time, different parts of the write-once, which demand the greatest advantage of the common subsequence algorithm
Platform: | Size: 13312 | Author: haoyuheng | Hits:

[Mathimatics-Numerical algorithmsLCS

Description: 算法动态规划最长公共子序列的递归实现,并包括查找过程的体现-Dynamic programming algorithm for the longest common subsequence of the recursive implementation, and includes the process to find a manifestation of
Platform: | Size: 123904 | Author: 孙强 | Hits:

[Special EffectsLCS

Description: LCS算法;即公共串匹配算法; 好了;不说了-LCS algorithm that public string matching algorithm
Platform: | Size: 1024 | Author: nishuo | Hits:

[AlgorithmLCS

Description: 算法:(用c++编写)设计一个算法求出全部的LCS,分析最坏情况。用”会计方法”证明,利用b[i,j]来求所有LCS的算法(在VS2008平台上) -Algorithm: (written with c++) design an algorithm find all of the LCS, the worst-case analysis. With the " accounting method" to prove the use of b [i, j] to seek all the LCS algorithm (in VS2008 platform)
Platform: | Size: 30720 | Author: yan | Hits:

[Data structsLCS

Description: 利用动态规划算法寻找两个list中的最长公共子序列,并分别记录了最长公共子序列的在list中的结束位置-Dynamic programming algorithm to find the two list the longest common subsequence, and recorded the longest common subsequence of the end position in the list
Platform: | Size: 529408 | Author: 滕海明 | Hits:

[Data structsLCS-algorithm

Description: LCS算法结构的描述与说明,使用源代码形式具体描述算法的实现问题-LCS algorithm
Platform: | Size: 142336 | Author: | Hits:

[Software EngineeringThe-LCS-algorithm

Description: LCS算法实现简单中文文本相似度分析-最大公共子串-The LCS algorithm to implement a simple text similarity analysis- the largest public substring
Platform: | Size: 5120 | Author: 李浩 | Hits:
« 12 3 4 »

CodeBus www.codebus.net