文件名称:datrie_cvs20061001.tar
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:33.77kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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 hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
See the details of the implementation at [2]:
http://linux.thai.net/~thep/datrie/datrie.html
Historically, this was first implemented as C++ classes in a library called
midatrie [2], but later simplified and rewritten from scratch in C.-This is 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 hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
See the details of the implementation at [2]:
http://linux.thai.net/~thep/datrie/datrie.html
Historically, this was first implemented as C++ classes in a library called
midatrie [2], but later simplified and rewritten from scratch in C.
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 hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
See the details of the implementation at [2]:
http://linux.thai.net/~thep/datrie/datrie.html
Historically, this was first implemented as C++ classes in a library called
midatrie [2], but later simplified and rewritten from scratch in C.-This is 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 hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
See the details of the implementation at [2]:
http://linux.thai.net/~thep/datrie/datrie.html
Historically, this was first implemented as C++ classes in a library called
midatrie [2], but later simplified and rewritten from scratch in C.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
datrie/
datrie/CVS/
datrie/CVS/Root
datrie/CVS/Repository
datrie/CVS/Entries
datrie/.cvsignore
datrie/AUTHORS
datrie/COPYING
datrie/ChangeLog
datrie/Makefile.am
datrie/NEWS
datrie/README
datrie/autogen.sh
datrie/configure.ac
datrie/datrie.pc.in
datrie/datrie/
datrie/datrie/CVS/
datrie/datrie/CVS/Root
datrie/datrie/CVS/Repository
datrie/datrie/CVS/Entries
datrie/datrie/.cvsignore
datrie/datrie/Makefile.am
datrie/datrie/alpha-map.c
datrie/datrie/alpha-map.h
datrie/datrie/darray.c
datrie/datrie/darray.h
datrie/datrie/fileutils.c
datrie/datrie/fileutils.h
datrie/datrie/sb-trie.c
datrie/datrie/sb-trie.h
datrie/datrie/tail.c
datrie/datrie/tail.h
datrie/datrie/trie.c
datrie/datrie/trie.h
datrie/datrie/triedefs.h
datrie/datrie/typedefs.h
datrie/doc/
datrie/doc/CVS/
datrie/doc/CVS/Root
datrie/doc/CVS/Repository
datrie/doc/CVS/Entries
datrie/doc/Doxyfile.in
datrie/doc/Makefile.am
datrie/tools/
datrie/tools/CVS/
datrie/tools/CVS/Root
datrie/tools/CVS/Repository
datrie/tools/CVS/Entries
datrie/tools/.cvsignore
datrie/tools/Makefile.am
datrie/tools/trietool.c
datrie/CVS/
datrie/CVS/Root
datrie/CVS/Repository
datrie/CVS/Entries
datrie/.cvsignore
datrie/AUTHORS
datrie/COPYING
datrie/ChangeLog
datrie/Makefile.am
datrie/NEWS
datrie/README
datrie/autogen.sh
datrie/configure.ac
datrie/datrie.pc.in
datrie/datrie/
datrie/datrie/CVS/
datrie/datrie/CVS/Root
datrie/datrie/CVS/Repository
datrie/datrie/CVS/Entries
datrie/datrie/.cvsignore
datrie/datrie/Makefile.am
datrie/datrie/alpha-map.c
datrie/datrie/alpha-map.h
datrie/datrie/darray.c
datrie/datrie/darray.h
datrie/datrie/fileutils.c
datrie/datrie/fileutils.h
datrie/datrie/sb-trie.c
datrie/datrie/sb-trie.h
datrie/datrie/tail.c
datrie/datrie/tail.h
datrie/datrie/trie.c
datrie/datrie/trie.h
datrie/datrie/triedefs.h
datrie/datrie/typedefs.h
datrie/doc/
datrie/doc/CVS/
datrie/doc/CVS/Root
datrie/doc/CVS/Repository
datrie/doc/CVS/Entries
datrie/doc/Doxyfile.in
datrie/doc/Makefile.am
datrie/tools/
datrie/tools/CVS/
datrie/tools/CVS/Root
datrie/tools/CVS/Repository
datrie/tools/CVS/Entries
datrie/tools/.cvsignore
datrie/tools/Makefile.am
datrie/tools/trietool.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.