CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - longest common sub
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - longest common sub - List
[
Other Riddle games
]
lcs
DL : 0
算法实现题 最长公共子序列问题 给定两个序列 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 )
Date
: 2025-07-03
Size
: 1kb
User
:
sanfy chen
[
Algorithm
]
Algorithm
DL : 0
快速排序与最长公共子序列算法(Visual C++)-Quick Sort and the longest common sub-sequence algorithm (Visual C++)
Date
: 2025-07-03
Size
: 79kb
User
:
eagle
[
Other
]
4
DL : 0
最长公共子序列算法的实现,还有实验报告,欢迎大家下载-The longest common sub-sequence algorithm, as well as experimental reports, welcomed everyone to download
Date
: 2025-07-03
Size
: 37kb
User
:
雷远东
[
source in ebook
]
Thelongestsequenceofpublicc
DL : 0
利用动态规划算法解决最长公共子序列问题的改进算法。-The use of dynamic programming algorithm to solve the longest common sub-sequence of issues to improve the algorithm.
Date
: 2025-07-03
Size
: 1kb
User
:
johnnyelf
[
Data structs
]
longest-common-string
DL : 0
这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。-This is a dynamic planning, seeking the longest common sub-sequence (Longest common string) the source code. The preparation of the implementation of their own. Procedure is simple, there are notes.
Date
: 2025-07-03
Size
: 211kb
User
:
haha
[
Other
]
SFSJ
DL : 0
随机数的产生和快速排序,01背包,皇后问题,最长公共子序列的动态演示-Random number generation and Quick Sort, 01 backpacks, Queen s problem, longest common sub-sequence of the dynamic presentation
Date
: 2025-07-03
Size
: 3.64mb
User
:
gazi
[
Data structs
]
LCS
DL : 0
使用动态规划方法,实现了最长公共子序列算法,并对动态规划方法作了时间和空间的改进-The use of dynamic programming methods, to achieve the longest common sub-sequence algorithms, and dynamic programming methods of time and space to improve
Date
: 2025-07-03
Size
: 263kb
User
:
小波
[
midi program
]
LCS
DL : 0
KMP算法实现最长公共子序列的C++算法-KMP algorithm realize the longest common sub-sequence of C++ Algorithm
Date
: 2025-07-03
Size
: 11kb
User
:
王鹏程
[
Data structs
]
lcs
DL : 0
最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列。-The longest common sub-sequence algorithm LCS realize. Arbitrary input two strings, this algorithm can find the longest common sub-sequence.
Date
: 2025-07-03
Size
: 1kb
User
:
oscarfuture
[
Other
]
E10514043
DL : 0
应用算法设计与分析知识,查找出最长公共子序列问题-Application of algorithm design and analysis of knowledge, to find out the longest common sub-sequence problem
Date
: 2025-07-03
Size
: 16kb
User
:
放飞
[
Data structs
]
2533
DL : 0
求最长的公共子序列,对于初学者来说很不错-For the longest common sub-sequences, is very good for beginners
Date
: 2025-07-03
Size
: 163kb
User
:
张了
[
Mathimatics-Numerical algorithms
]
Keywords
DL : 0
能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。-Able to deal with multiple files of the longest common sub-string, other procedures can be used as feature vector.
Date
: 2025-07-03
Size
: 1020kb
User
:
jshws
[
Other
]
code1
DL : 0
选择算法和最长公共子序列算法的具体实现,已经编译,运行过了-Selection algorithm and the longest common sub-sequence of concrete realization of algorithms have been compiled, run over
Date
: 2025-07-03
Size
: 2kb
User
:
曾阿芷
[
Data structs
]
LCS
DL : 0
求两个字符串的最长公共子序列,使用递归算法实现。-For two of the longest common sub-string sequences, using the recursive algorithm.
Date
: 2025-07-03
Size
: 282kb
User
:
梁海金
[
Windows Develop
]
aa
DL : 0
用线性空间实现最长公共子序列的程序,用C++完成,程序不长,但功能完善,考虑了边界-Linear space to achieve the longest common sub-sequence of procedures, using C++ Completed, the program is not long, but with perfect functions and taking into account the boundary
Date
: 2025-07-03
Size
: 1kb
User
:
yh
[
ActiveX/DCOM/ATL
]
common_subsequence
DL : 0
计算两个字符串的最长公共子字符串的长度,使用动态规划。-Calculation of two of the longest common sub-string length of string, the use of dynamic programming.
Date
: 2025-07-03
Size
: 1kb
User
:
金鹰翰
[
Data structs
]
report+of+Algorithm
DL : 0
算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge Sorting Algorithm, Insertion Sort algorithm creation Heaps Heap, Heap Sort algorithm, according to rank and merge algorithm with path compression algorithm to find the first small element K algorithm, the realization of quick sort algorithm, the realization of planar within the nearest point on the algorithm to achieve the longest common sub-sequence algorithm, the realization of matrix-chain multiplication algorithm, the realization of 0/1 knapsack problem algorithm Dijistra s algorithm, Prim algorithm, Kruskal algorithm, file compression algorithm
Date
: 2025-07-03
Size
: 28kb
User
:
苏宁
[
Windows Develop
]
LCS
DL : 0
这是运用C++语言实现的有关最长公共子序列LCS问题的详细求解代码,大家可以下载看看,谢谢!-This is the use of C++ Language of the longest common sub-sequence of LCS to solve the problem in detail code, you can download and see, thank you!
Date
: 2025-07-03
Size
: 537kb
User
:
王志刚
[
Other
]
zuichanggonggongzixulie
DL : 0
最长公共子序列- The longest common sub-sequence
Date
: 2025-07-03
Size
: 17kb
User
:
cc
[
CSharp
]
TheLongestCommonSubsequence
DL : 0
本代码是用c#来实现最长公共子序列算法。-The c# code is used to achieve the longest common sub-sequence algorithm.
Date
: 2025-07-03
Size
: 26kb
User
:
堂堂
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.