搜索资源列表
darts-0.32.tar
- double array trie的实现,是从国外的网站下载的
libdatrie_0.1.2.orig.tar
- Double Array Trie 的实现
mmseg
- 基于双数组trie的分词程序,分词速度20MB/S,能够支持GBK、UTF8编码-Double array trie-based sub-word procedure word speed 20MB/S, can support GBK, UTF8 encoding
datrie_cvs20061001.tar
- This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as h
libdatrie-0.2.4.tar
- 这是一个经典的通过双数组实现Trie树的示例-This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe
adarrts-02tarr
- 双数组辞典生成程序源码。运用双数组实现trie算法,对于不定长度共同前前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。 可直接使用。 -The dual array thesaurus program source code is generated. The use of double-array trie algorithm for indefinite length common prefix query before, Bi Haxi method is more effe
main
- 双数组AC自动机的简单实现,只能做简单的啊-double array trie
algorithms-master
- 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi