搜索资源列表
infixToPostfix
- 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。-realization grade expression to the conversion formula suffix. Requirements : an expression of keyboarding and to the end of said characters#; Output suffix expressio
Suffix_tree
- Suffix tree的相关查找,定位,Suffix_tre用于基因查找中很有用处.-Suffix tree related to search, positioning, Suffix_tre search for the gene had very useful.
WpsReader_Full
- wps阅读器,是一个很好的处理后缀为.wps的文件的阅读器,方便好用,能自动查找相应的文件-wps reader, is a good treatment for the suffix. Wps reading of the document for the convenience of ease of use you can automatically corresponding documentation
suffixtree
- 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
change
- 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解 -Infix to suffix expressions expression, the establishment of binary expression tree, the use of binary expression tree to solve
suffix-array-soursecode
- 这是一个后缀数组实现的源代码,在vc6.0、gcc等编译通过。后缀数组是一种高级数据结构,用后最数组查找重复字串时间复杂度是o(nlogn)-This is a suffix array realize the source code, in vc6.0, gcc compiler, etc. through. Suffix array is an advanced data structure, with most repeat st
suffixarray
- acm竞赛代码资料 构造后缀数据程序及其几个应用-acm contest code suffix data process data structure and its several applications
suffixtree
- suffix tree and related documents
trie_suffix
- 后缀tire树(tire图),用于多字符串匹配。-Suffix tire tree (tire chart), for use in multi-string matching.
suffixarray
- 本文中笔者想介绍一下后缀数组的基本概念、构造方法,以及配合后缀数组的最长公共前缀数组的构造方法,最后结合一些例子谈谈后缀数组的应用-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
suffixtree
- this is an implement of suffix tree in java which is used as search in dectionary
lecture11.pdf.tar
- This is a lecture about suffix array...Hope it helps-This is a lecture about suffix array...Hope it helps...
SUFFIX_ARRAY
- 后缀数组的一个C++实现,在字符串统计中有很大作用。-Suffix array of a C++ implementation, plays a significant role in statistics in the string.
SuffixTree
- 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
Array-Suffix-0.5.tar
- Suffix Arrays for Searching:implementation
suffix_Array
- Suffix Array implementation for searching
sary-1.2.0.tar
- suffix array library
sufary-2.3.8.tar
- suffix array library with perl and ruby bindings
Suffix
- 数据结构中的后缀算术表达式计算。方便学习数据结构的人。-The suffix data structure calculation of the arithmetic expression. Data structure to facilitate learning of the people.
suffix-array
- A simple to code implementation of suffix array. Complexity : Nlog^2N