文件名称:LCS
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:155.39kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
相关搜索: lcs
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最长递增子序列LCS的实现C源码/lcs.c
最长递增子序列LCS的实现C源码/LCS.dsp
最长递增子序列LCS的实现C源码/LCS.dsw
最长递增子序列LCS的实现C源码/lcs.h
最长递增子序列LCS的实现C源码/LCS.ncb
最长递增子序列LCS的实现C源码/LCS.opt
最长递增子序列LCS的实现C源码/LCS.plg
最长递增子序列LCS的实现C源码/lcsMain.c
最长递增子序列LCS的实现C源码/Debug/LCS.exe
最长递增子序列LCS的实现C源码/Debug/LCS.ilk
最长递增子序列LCS的实现C源码/Debug/lcs.obj
最长递增子序列LCS的实现C源码/Debug/LCS.pdb
最长递增子序列LCS的实现C源码/Debug/lcsMain.obj
最长递增子序列LCS的实现C源码/Debug/vc60.idb
最长递增子序列LCS的实现C源码/Debug/vc60.pdb
最长递增子序列LCS的实现C源码/Debug
最长递增子序列LCS的实现C源码
最长递增子序列LCS的实现C源码/LCS.dsp
最长递增子序列LCS的实现C源码/LCS.dsw
最长递增子序列LCS的实现C源码/lcs.h
最长递增子序列LCS的实现C源码/LCS.ncb
最长递增子序列LCS的实现C源码/LCS.opt
最长递增子序列LCS的实现C源码/LCS.plg
最长递增子序列LCS的实现C源码/lcsMain.c
最长递增子序列LCS的实现C源码/Debug/LCS.exe
最长递增子序列LCS的实现C源码/Debug/LCS.ilk
最长递增子序列LCS的实现C源码/Debug/lcs.obj
最长递增子序列LCS的实现C源码/Debug/LCS.pdb
最长递增子序列LCS的实现C源码/Debug/lcsMain.obj
最长递增子序列LCS的实现C源码/Debug/vc60.idb
最长递增子序列LCS的实现C源码/Debug/vc60.pdb
最长递增子序列LCS的实现C源码/Debug
最长递增子序列LCS的实现C源码
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.