文件名称:LCS
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 632kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。
你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z
-Given two sequences X and Y, when another sequence Z is X, Y sequence is sub-sequence, said sequence of X and Y Z is the common sub-sequences. Your task is: given two sequences X, Y, X and Y find the longest common subsequence Z
你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z
-Given two sequences X and Y, when another sequence Z is X, Y sequence is sub-sequence, said sequence of X and Y Z is the common sub-sequences. Your task is: given two sequences X, Y, X and Y find the longest common subsequence Z
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LCS\LCS.CPP
...\LCS.dsp
...\LCS.dsw
...\LCS.plg
...\LCS.sln
...\LCS.suo
...\LCS.vcproj
...\Debug\BuildLog.htm
...\.....\LCS.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\.....\vc70.idb
...\.....\vc70.pdb
...\.....\LCS.pch
...\.....\Lcs.obj
...\LCS.ncb
...\LCS.opt
...\Debug
LCS
...\LCS.dsp
...\LCS.dsw
...\LCS.plg
...\LCS.sln
...\LCS.suo
...\LCS.vcproj
...\Debug\BuildLog.htm
...\.....\LCS.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\.....\vc70.idb
...\.....\vc70.pdb
...\.....\LCS.pch
...\.....\Lcs.obj
...\LCS.ncb
...\LCS.opt
...\Debug
LCS