文件名称:3
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:687byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
3.1 最长公共子序列问题
最长公共子序列(动态规划)
实验数据:input.txt
X={A,B,C,B,D,A,B}
Y={B,D,C,A,B,A}
——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。
-3.1 the longest common subsequence problems longest common subsequence (dynamic programming) the experimental data: the input.txt X-= {A, B, C, B, and D,, A, B,} Y = {B, D, C, A B}- required to give the X, Y longest common subsequence Z, the end of the program is running, will calculate the resulting output to the file output.txt. The output file contains the answer to the question: can not find common sub-sequence is given " null" .
最长公共子序列(动态规划)
实验数据:input.txt
X={A,B,C,B,D,A,B}
Y={B,D,C,A,B,A}
——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。
-3.1 the longest common subsequence problems longest common subsequence (dynamic programming) the experimental data: the input.txt X-= {A, B, C, B, and D,, A, B,} Y = {B, D, C, A B}- required to give the X, Y longest common subsequence Z, the end of the program is running, will calculate the resulting output to the file output.txt. The output file contains the answer to the question: can not find common sub-sequence is given " null" .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.