Description: 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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 complexity of O (n * m). Platform: |
Size: 2850 |
Author:唐海浪 |
Hits:
Description: 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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 complexity of O (n* m). Platform: |
Size: 3072 |
Author:唐海浪 |
Hits:
Description: 用递归算法对输入的任意两个字符串求最长公共子串及其出现次数-Recursive algorithm to seek the input any two strings and the longest common substring occurrences Platform: |
Size: 939008 |
Author:tianlan |
Hits:
Description: 寻找两个字符串中最长公共子串。
最长公共子串结果可能有多个的情况。
mfc图形界面。-Find the longest common subsequence of two strings in string. Longest Common Substring results may have more than one situation. mfc graphical interface. Platform: |
Size: 33792 |
Author:yamalove |
Hits:
Description: 最长公共子串查找算法实现。利用数码管方式构造子串,完成穷举搜索。-Longest Common Substring search algorithm. The use of digital control mode constructor string, completed an exhaustive search. Platform: |
Size: 166912 |
Author:黄诚 |
Hits:
Description: 最长公共子序列递归算法,最长限制是10000字符-Longest common subsequence of a recursive algorithm, the maximum limit is 10,000 characters Platform: |
Size: 2048 |
Author:zibin_lee |
Hits:
Description: 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive. Platform: |
Size: 2048 |
Author:lin |
Hits:
Description: 抽取百度的搜索结果并使用基于最长公共子串的方法进行在线聚类。-Extraction and use Baidu' s search results based on the longest common substring approach to online clustering. Platform: |
Size: 103424 |
Author:王悦 |
Hits:
Description: 文档包含着两部分内容:最长公共子串算法实现以及TLS(线程局部存储)的实现代码。-The document contains two parts: the longest common substring algorithm as well as the implementation of the code of the TLS (thread local storage). Platform: |
Size: 4557824 |
Author:郑光果 |
Hits:
Description: 最长公共子串算法,该程序能够求出最长的公共子串-Longest common substring algorithm, the program can find the longest common sub-string Platform: |
Size: 561152 |
Author:dl |
Hits:
Description: 本文介绍基于最长公共子串的文本比较算法——Needleman/Wunsch算法。-In this paper, the text comparison algorithm based on the longest common substring Needleman/Wunsch algorithm Platform: |
Size: 18432 |
Author:李浩 |
Hits:
Description: 最长公共子串,包括一个动态规划法的两个字符串最长公共子串的计算,和多个字符串最长公共子串的C代码-Longest common substring, including two strings of a dynamic programming method of computing the longest common substring, and multiple string longest common substring of C code Platform: |
Size: 1813504 |
Author:livy |
Hits:
Description: 输入两个不同的字符串。输出最长的公共子串。-Enter two different strings. The output of the longest common substring. Platform: |
Size: 568320 |
Author:陆小诺 |
Hits:
Description: 求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。-Length of the input sequence is the sum of two longest common substring. Substring of all the characters in the source string must be contiguous. Platform: |
Size: 1024 |
Author:盖先生 |
Hits:
Description: 动态规划程序,包括最长公共子序列、最长公共子串、最长非降子序列长度-Dynamic planning process, including the longest common subsequence, longest common substring, the longest non-falling sequence length, etc. Platform: |
Size: 431104 |
Author:weiguohua |
Hits:
Description: ACM竞赛时写的最长公共子串算法,效率高,代码可读性好,适合学习-When the ACM contest to write the longest common substring algorithms, high efficiency, good readability of the code, for learning Platform: |
Size: 840704 |
Author:飞越梦 |
Hits:
Description: 第二单元
8594 有重复元素的排列问题;
9718 整数因子分解;
11088 整数划分的扩展问题;
17082 两个有序数序列中找第k小
第三单元
8596 最长上升子序列;
10303 数字三角;
11077 最长公共子字符串;
11078 不能移动的石子合并
第四单元
8602 区间相交问题;
11079 可以移动的石子合并
第五单元
8600 骑士问题;
8603 子集和问题;
17085 工作分配问题;
11089 多机最佳调度-Second unit 8594 has arranged the issue of repeating elements 9718 integer factorization 11088 integer division propagation problem 17082 two ordered number sequence in the k find small rise in the third unit 8596 longest sequence 10303 digital triangle 11077 most long common substring 11078 immovable stones combined fourth unit 8602 interval intersecting issues 11079 can move stones combined fifth knight unit 8600 8603 and a subset of the problem 17085 assignment problem more than 11,089 machine best scheduling Platform: |
Size: 633856 |
Author:谭春霞 |
Hits: