搜索资源列表
commonStr
- 求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
SHALLSOR
- 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
suffarray_c
- 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here - the longest string of consecutive refers t
stringsearch
- S和T分别是具有m个和n个字符的顺序存储的串,在S和T中寻找最大公共子串。
TheLongestCommonStringOfTwoStrings
- 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结
Keywords
- 能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。
最长公共子串问题
- 最长公共子串问题-longest public substrings problems
longest common substring
- 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the comple
最长公共子串问题
- 最长公共子串问题-longest public substrings problems
longest common substring
- 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the comple
commonStr
- 求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
SHALLSOR
- 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
3.2
- 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nl
suffarray_c
- 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here- the longest string of consecutive refers to
stringsearch
- S和T分别是具有m个和n个字符的顺序存储的串,在S和T中寻找最大公共子串。-S and T, respectively, with m and n of the order of characters stored in string, in the S and T to find the largest common sub-string.
TheLongestCommonStringOfTwoStrings
- 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结-Experimental data structure: for two of the longest string of public substring with algorithms and source code, as well as algorithm analysis and summing up
Keywords
- 能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。-Able to deal with multiple files of the longest common sub-string, other procedures can be used as feature vector.
LCS
- LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix
LCS
- 数据结构最长公共子串实现,MFC实现,界面良好-Data structure to achieve the longest common sub-string, MFC realize a good interface
1
- 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the