CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 后缀数组

搜索资源列表

  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 the substring. dp is not the
  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. suffix

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

    • 发布日期:2017-03-30
    • 文件大小:1348
    • 提供者:zdl
  1. suffix_tree

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

    • 发布日期:2017-04-07
    • 文件大小:3874
    • 提供者:紫川秀
  1. spoj705

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

    • 发布日期:2017-04-02
    • 文件大小:1173
    • 提供者: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 of public constructor, and fin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7603
    • 提供者:详迅
  1. SUFFIX_ARRAY

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

    • 发布日期:2017-04-13
    • 文件大小:2157
    • 提供者:Fancy
  1. Suffix_Array_Algorithm

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

    • 发布日期:2017-04-06
    • 文件大小:156492
    • 提供者:袁园
  1. Linear_Suffix_Array_Construction

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

    • 发布日期:2017-04-25
    • 文件大小:268094
    • 提供者:袁园
  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 race.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4087
    • 提供者:wangzhen
  1. main

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

    • 发布日期:2017-04-08
    • 文件大小:1004
    • 提供者:john
  1. AndelKidd2009

    0下载:
  2. 后缀数组的倍增实现和ICPC/ACM的个人模板,具体代码实现-后缀数组的倍增实现
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:61695
    • 提供者:楼珂峤
  1. Suffix_Array

    0下载:
  2. 本文介绍后缀数组的基本概念、方法以及应用。 (附上一道题及其实现)-Suffix Array
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:225344
    • 提供者:盛伟
  1. SuffixArray

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

    • 发布日期:2017-04-05
    • 文件大小:180292
    • 提供者:林学森
  1. gsuffix-1.0.0.tar

    0下载:
  2. 该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:892339
    • 提供者:johnslion
  1. suffix_array

    0下载:
  2. 该上次资料为ACM国际大学生程序设计竞赛中必备资料,主要是后缀数组部分!里面有很多关于此方面的详细介绍!-The last data for the ACM International Collegiate Programming Contest in the necessary information, the main part is a suffix array! There are a lot of details in this regard!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:147970
    • 提供者:wen hong
  1. dc3

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

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:chiefenxu
« 12 3 »
搜珍网 www.dssz.com