搜索资源列表
Suffix_tree
- Suffix tree的相关查找,定位,Suffix_tre用于基因查找中很有用处.-Suffix tree related to search, positioning, Suffix_tre search for the gene had very useful.
suffixtree
- 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
libsfxdisk-1[1].2.tar
- 后缀数存储算法,利用后缀树(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
suffix_tree
- 后缀树的算法实现。基本定义在suffixtree.h中,具体实现参见suffixtree.c.-Suffix tree algorithm. Basic definitions in suffixtree.h, the concrete realization see suffixtree.c.
suffixtree
- suffix tree and related documents
suffixtree
- this is an implement of suffix tree in java which is used as search in dectionary
SuffixTree
- 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
10253
- 本代码是在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.
tree
- 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-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
suffix_Tree
- 后缀树构造程序,输入字符串,产生该字符串的后缀树结构-Suffix tree construction process, input string, resulting in the string suffix tree structure
suffixtree
- 后缀树入门,包括关于后缀树的一些理解.pdf 后缀树入门.ppt-suffix tree production
gsuffix-1.0.0.tar
- 该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.
suffix-tree
- Suffix tree implementation in Java
st
- 我自己写的关于后缀树的实现,可以参考。 implementation of suffix tree, just for reference.
suffixtree
- 后缀树的代码,比较长,不是我写的,别人给的学习用的。-Suffix tree code, the longer, not mine, and others use to learn.
stree
- Suffix Tree implementation in C String matching using suffix trees and suffix arrays
string
- 字符串匹配算法研究 字符串匹配 前缀 后缀 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
StringCon
- 字符串的比对函数。字符串的比对应用了后缀树的比对是数据库的重要应用。-String comparison functions. Strings than on the application of the suffix tree alignment is an important application of the database.
Suffix
- 后缀树,自然语言处理,字符串重复匹配,这是java版的源代码-Suffix tree, natural language processing, the string matching repeat, this is the version of java source code
suffixtree-master
- Suffix Tree 搜索实现,运用suffix tree前缀查找功能实现搜索(Suffix Tree search implementation)