搜索资源列表

  1. commonStr

    0下载:
  2. 求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:82441
    • 提供者:华明
  1. SHALLSOR

    0下载:
  2. 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1974
    • 提供者:hujingpaper
  1. suffarray_c

    0下载:
  2. 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here - the longest string of consecutive refers t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:ghost
  1. stringsearch

    0下载:
  2. S和T分别是具有m个和n个字符的顺序存储的串,在S和T中寻找最大公共子串。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1472
    • 提供者:zyz
  1. TheLongestCommonStringOfTwoStrings

    0下载:
  2. 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5543
    • 提供者:huxiaolin
  1. Keywords

    0下载:
  2. 能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11377
    • 提供者:jshws
  1. 最长公共子串问题

    0下载:
  2. 最长公共子串问题-longest public substrings problems
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7700
    • 提供者:邢刚
  1. longest common substring

    0下载:
  2. 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2850
    • 提供者:唐海浪
  1. 最长公共子串问题

    0下载:
  2. 最长公共子串问题-longest public substrings problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:7168
    • 提供者:邢刚
  1. longest common substring

    0下载:
  2. 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:唐海浪
  1. commonStr

    0下载:
  2. 求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:81920
    • 提供者:华明
  1. SHALLSOR

    0下载:
  2. 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:hujingpaper
  1. 3.2

    0下载:
  2. 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nl
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:陈兴
  1. suffarray_c

    0下载:
  2. 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here- the longest string of consecutive refers to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:ghost
  1. stringsearch

    0下载:
  2. 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.
  3. 所属分类:书籍源码

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:zyz
  1. TheLongestCommonStringOfTwoStrings

    0下载:
  2. 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结-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
  3. 所属分类:汇编语言

    • 发布日期:2024-06-11
    • 文件大小:5120
    • 提供者:huxiaolin
  1. Keywords

    0下载:
  2. 能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。-Able to deal with multiple files of the longest common sub-string, other procedures can be used as feature vector.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-11
    • 文件大小:1044480
    • 提供者:jshws
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:158720
    • 提供者:郭子
  1. LCS

    0下载:
  2. 数据结构最长公共子串实现,MFC实现,界面良好-Data structure to achieve the longest common sub-string, MFC realize a good interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:3666944
    • 提供者:
  1. 1

    0下载:
  2. 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:阿杰
« 12 3 4 »

源码中国 www.ymcn.org