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

搜索资源列表

  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the method, using the right expressio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:李铭璜
  1. suffixtree

    0下载:
  2. 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:26811
    • 提供者:陈颍
  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carrie
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2219
    • 提供者:刘远兴
  1. main

    0下载:
  2. 后缀树构造软件
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:1757
    • 提供者:看了看
  1. libsfxdisk-1[1].2.tar

    0下载:
  2. 后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度-suffix several storage algorithm, the use of the suffix tree (sufixtree) storage, search, which can reach C * O (n) the complexity
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15145
    • 提供者:董骝焕
  1. suffix

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

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

    0下载:
  2. 后缀树的算法实现。基本定义在suffixtree.h中,具体实现参见suffixtree.c.-Suffix tree algorithm. Basic definitions in suffixtree.h, the concrete realization see suffixtree.c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:13501
    • 提供者:aasl
  1. houzhui_tree

    0下载:
  2. 本代码是对后缀树进行构建,然后对构建的后缀树进行一些简单操作,运用后缀树计算最长子序列-create the tiretree ,then calculate the longest common squenece of two string by using tiretree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1528
    • 提供者:Summer
  1. SuffixTree

    0下载:
  2. 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:2508
    • 提供者:tr0j4n
  1. 10253

    0下载:
  2. 本代码是在KMP算法上加以改进后,实现对一个字串求最长重复子序列。该算法可以与后缀树有相同原理。-The code is in the KMP algorithm be improved to realize for the longest string of a repeat sequence. The suffix tree algorithm with the same principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:fppling
  1. Linear_Suffix_Array_Construction

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

    • 发布日期:2017-04-25
    • 文件大小:268094
    • 提供者:袁园
  1. tree

    0下载:
  2. 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1532
    • 提供者:ty
  1. suffix_Tree

    0下载:
  2. 后缀树构造程序,输入字符串,产生该字符串的后缀树结构-Suffix tree construction process, input string, resulting in the string suffix tree structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:901565
    • 提供者:索永强
  1. suffixtree

    0下载:
  2. 后缀树入门,包括关于后缀树的一些理解.pdf 后缀树入门.ppt-suffix tree production
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:210211
    • 提供者:wutiangan
  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_Tree

    0下载:
  2. 后缀树,经典的用后缀树建立索引,搞搜索的同学可以-suff_tree,which is a good method by a forigner in the field of searching
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:901762
    • 提供者:韩兴凯
  1. st

    0下载:
  2. 我自己写的关于后缀树的实现,可以参考。 implementation of suffix tree, just for reference.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:720
    • 提供者:bigbear802
  1. suffixtree

    0下载:
  2. 后缀树的代码,比较长,不是我写的,别人给的学习用的。-Suffix tree code, the longer, not mine, and others use to learn.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3600
    • 提供者:XCW
  1. string

    0下载:
  2. 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16605
    • 提供者:neufox
  1. StringCon

    0下载:
  2. 字符串的比对函数。字符串的比对应用了后缀树的比对是数据库的重要应用。-String comparison functions. Strings than on the application of the suffix tree alignment is an important application of the database.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:195304
    • 提供者:Anhui Huang
« 12 3 4 »
搜珍网 www.dssz.com