文件名称:lcs(continue)

介绍说明--下载内容均来自于网络,请自行研究使用

LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置匹配,可输出,为2时需要往上回溯,为3时需要往左回溯,直到找到下一个为1的位置。而c[][]数组是保存找子序列过程中匹配位数。-LCS, that is the most common public sequence of C language method. prepare_for_backdate (char, char, int, int) function is obtained by back behind the longest sequence to prepare the public and may be sub-sequence length. lcs (char, int, int) function is the output sub-sequences. And use the first results of a function. Because to obtain the final sequence, it is necessary to know where is the location of the output, so the array structure b [][], as 1:00 shows that match the current location can be output, 2:00 needs to back up for the 3:00 need to go back to the left until you find the next 1 position. And c [] [] array is to preserve the process of looking for sequence matching the median.
相关搜索: lcs

(系统自动生成,下载前可以参看下载内容)

下载文件列表

lcs(continue)

.............\debug

.............\lcs(continue)

.............\.............\Debug

.............\.............\icon.cpp

.............\.............\icon.resx

.............\.............\lcs(continue).cpp

.............\.............\lcs(continue).vcproj

.............\.............\lcs(continue).vcproj.DONGDONG.向冬冬.user

.............\.............\lcs(continue).vcproj.向冬冬.Administrator.user

.............\.............\ReadMe.txt

.............\.............\stdafx.cpp

.............\.............\stdafx.h

.............\lcs(continue).ncb

.............\lcs(continue).sln

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org