搜索资源列表

  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. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5915
    • 提供者:顾亚楠
  1. suffixArray

    0下载:
  2. 后缀数组的资料在国内还是少有的,是种很高效数据结构,用来求LCS很方便
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1891
    • 提供者:sinamaster
  1. suffix-array-soursecode

    0下载:
  2. 这是一个后缀数组实现的源代码,在vc6.0、gcc等编译通过。后缀数组是一种高级数据结构,用后最数组查找重复字串时间复杂度是o(nlogn)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1542
    • 提供者:孟繁荣
  1. 无词典分词

    0下载:
  2. 基于后缀数组的无词典分词算法,通过后缀和散列表获取汉字的结合模式,通过置信度筛选词
  3. 所属分类:其他小程序

    • 发布日期:2009-05-28
    • 文件大小:4087
    • 提供者:yidouyi@163.com
  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-05-09
    • 文件大小:1024
    • 提供者:ghost
  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:顾亚楠
  1. suffixArray

    0下载:
  2. 后缀数组的资料在国内还是少有的,是种很高效数据结构,用来求LCS很方便-Suffix array of information at home or rare, is a very efficient data structure, used for easy LCS
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:sinamaster
  1. suffix-array-soursecode

    0下载:
  2. 这是一个后缀数组实现的源代码,在vc6.0、gcc等编译通过。后缀数组是一种高级数据结构,用后最数组查找重复字串时间复杂度是o(nlogn)-This is a suffix array realize the source code, in vc6.0, gcc compiler, etc. through. Suffix array is an advanced data structure, with most repeat st
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:孟繁荣
  1. suffix_tree

    0下载:
  2. 后缀数组的算法实现,值得参考借鉴,很不错的-Suffix array algorithm, it is also useful to learn from very good
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:紫川秀
  1. spoj705

    0下载:
  2. spoj705 后缀数组 里面有后缀数组的模板 在spoj上提交正确-spoj705 suffix array suffix array inside a template has spoj submitted in the correct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:lilong
  1. suffixarray

    0下载:
  2. 本文中笔者想介绍一下后缀数组的基本概念、构造方法,以及配合后缀数组的最长公共前缀数组的构造方法,最后结合一些例子谈谈后缀数组的应用-In this article I want to tell us about the basic concept of suffix array, construction methods, and the suffix array with the longest prefix of an array
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:详迅
  1. SUFFIX_ARRAY

    0下载:
  2. 后缀数组的一个C++实现,在字符串统计中有很大作用。-Suffix array of a C++ implementation, plays a significant role in statistics in the string.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:Fancy
  1. Suffix_Array_Algorithm

    0下载:
  2. 介绍后缀数组 以及高效的计算方法,同时还有符证明 以及他的应用。高水平的算法论文-Suffix Array. Proves. How to use
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:156672
    • 提供者:袁园
  1. Linear_Suffix_Array_Construction

    0下载:
  2. 另外一篇后缀数组的算法论文,非常高效,而且附上了详细的证明。显示出与后缀树的优势-Suffix Array
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:268288
    • 提供者:袁园
  1. fen

    0下载:
  2. 基于后缀数组无词典分词算法,利用散列表获得汉字结合模式,通过置信度进行赛选。-Suffix array-based non-dictionary word segmentation algorithm, the use of hash table model was combined with Chinese characters, through the confidence to carry out the election rac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:wangzhen
  1. main

    0下载:
  2. 倍增法构建后缀数组 求最大重复子串的C程序-Constructing the suffix array multiplication seeking to repeat the largest sub-string C-program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:john
  1. SuffixArray

    0下载:
  2. 提供后缀数组详细构造的详细分析,提供算法源码和一道练习。-This document is about Linear Work Suffix Array Construction,providing detailed analysis and code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:180224
    • 提供者:林学森
  1. dc3

    0下载:
  2. 后缀数组的一些实现算法,包括DC3算法与倍增算法。-the source code of suffix array ,include dc3 .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:chiefenxu
  1. suffix

    0下载:
  2. 倍增算法实现后缀数组,在字符串处理当中,后缀树和后缀数组都是非常有力的工具,其中后缀树大家了解得比较多,关于后缀数组则很少见于国内的资料。-suffix array
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:zdl
« 12 3 »

源码中国 www.ymcn.org