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

搜索资源列表

  1. back

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

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:顾亚楠
  1. suffix-array-soursecode

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

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

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

    • 发布日期:2009-05-28
    • 文件大小:3.99kb
    • 提供者:yidouyi@163.com
  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. 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. AndelKidd2009

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

    • 发布日期:2017-04-07
    • 文件大小:60.25kb
    • 提供者:楼珂峤
  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. Scientific_Calculator

    0下载:
  2. 科学计算器 定义字符数组file[]、expression[]分别用于接收输入文件名、输入 文件的内容,定义整形数length用于指示表达式的长度。函数开始 时,以文件方式输入表达式,用expression[]接收输入表达式、length 指示表达式的长度。然后调用IsRightInput()判断输入是否合法,如 果输入不合法则提示输入错误继续输入。如果输入正确,调用 Initial()函数初始化堆栈,调用DealInput()函数处理输
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:19.56kb
    • 提供者:eve
  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. 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
    • 提供者:那多
  1. algorithms-and-data-structures

    0下载:
  2. 线段树 后缀数组 最大权闭合子图 求逆元 斜率优化 强连通分量-A based usage of segment tree that can be used to count the total space of many squares. Normally examined in OI
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:4.22kb
    • 提供者:王宇晗
搜珍网 www.dssz.com