CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Suffix Array

搜索资源列表

  1. suffix-array-soursecode

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

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:孟繁荣
  1. t1

    0下载:
  2. c++ 计算器 支持小数括号 运算 可出后缀排列-c++ calculator support brackets decimal computing can be a suffix array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.66kb
    • 提供者:9
  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
    • 文件大小:1.15kb
    • 提供者: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
    • 文件大小:7.42kb
    • 提供者:详迅
  1. Array-Suffix-0.5.tar

    0下载:
  2. Suffix Arrays for Searching:implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:19.32kb
    • 提供者:bigmaster
  1. Suffix_Array_Algorithm

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

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

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

    • 发布日期:2017-04-25
    • 文件大小:261.81kb
    • 提供者:袁园
  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
    • 文件大小:3.99kb
    • 提供者:wangzhen
  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
    • 文件大小:144.5kb
    • 提供者:wen hong
  1. expression

    0下载:
  2. 实验要求把中缀表达式转换成为后缀表达式,然后再对后缀表达式求值。其中要利用栈,数组等。-Experimental requirements to convert infix expression into postfix expression and then evaluate the expression of the suffix. Which make use of the stack, the array and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.57kb
    • 提供者:haha
  1. FileRead

    0下载:
  2. 分行读取数据文件(以.txt建立,后缀改为.dat),存入二维数组,每行为一个元素-Branch read the data file (in. Txt established, the suffix to. Dat), into two-dimensional array, each element acts
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:739byte
    • 提供者:sherry
  1. Suffix-array

    0下载:
  2. arr[]为数据数列,即这个串.如果有n个数,存为arr[0]~arr[n-1],并且保证每个数大于0,小于ASCII。 调用参数前,设置:arr[n]=0,n++ 这样得出的sa[]数列:sa[0]肯定等于n,即排名为0的是第n个打头的后缀串,这个是我们加上去的,是无用的。 sa[1]才表示真正的串中排名为1(即第一)的串在arr[]中的起始位置 rank[i]=j数列:以第i个打头的串排名为j,可知,rank[n]=0。 height[i]=j表示排名为i的串和它前面一
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:691byte
    • 提供者:陶翔
  1. MF

    0下载:
  2. bwt压缩的后缀数组构建方法-bwt compressed suffix array construction method
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:765.24kb
    • 提供者:lipogem
  1. DC3

    0下载:
  2. 后缀数组经典的DC3算法,虽然比较复杂,但非常实用-The suffix array classical the DC3 algorithm, although more complicated, but very practical
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:1.36kb
    • 提供者:可可
  1. suffix

    0下载:
  2. 倍增算法实现的后缀数组,主要针对的罗神的算法的具体实现-prefix doubling suffix array
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1.45kb
    • 提供者:温明军
  1. poj

    0下载:
  2. 关于 poj 的几道动态规划题,线段树题后缀数组题-About poj a few dynamic programming questions, problems suffix array segment tree title
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:吕伟涛
  1. suffixarray

    0下载:
  2. 后缀数组。 建立后缀数组,并完成对特定字符组合的查找共更能-Suffix Array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.55kb
    • 提供者:那多
搜珍网 www.dssz.com