文件名称:LCS
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 156kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列-Longest common subsequence, also known as the longest common strings (does not require continuous), the English abbreviation for the LCS (Longest Common Subsequence). Defined as a sequence S, if two or more were sub-sequence of known sequence, and is consistent with this condition all the longest sequence, then S is called the known sequence of the longest common subsequence
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最长公共子序列\lcs.cpp
..............\最长公共子序列.dsp
..............\最长公共子序列.dsw
..............\最长公共子序列.ncb
..............\最长公共子序列.opt
..............\最长公共子序列.plg
..............\Debug\lcs.obj
..............\.....\vc60.idb
..............\.....\vc60.pdb
..............\.....\最长公共子序列.exe
..............\.....\最长公共子序列.ilk
..............\.....\最长公共子序列.pch
..............\.....\最长公共子序列.pdb
..............\Debug
最长公共子序列
..............\最长公共子序列.dsp
..............\最长公共子序列.dsw
..............\最长公共子序列.ncb
..............\最长公共子序列.opt
..............\最长公共子序列.plg
..............\Debug\lcs.obj
..............\.....\vc60.idb
..............\.....\vc60.pdb
..............\.....\最长公共子序列.exe
..............\.....\最长公共子序列.ilk
..............\.....\最长公共子序列.pch
..............\.....\最长公共子序列.pdb
..............\Debug
最长公共子序列