搜索资源列表
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
ucol_swp
- This performs data swapping for a folded trie (see utrie.c for details).
dqblk_qtree
- Definitions of structures and functions for quota formats using trie.
seqiv
- LC-trie implementation notes.
dqblk_qtree
- Definitions of structures and functions for quota formats using trie.
rbbisetb
- RBBISetBuilder Derives the character categories used by the runtime RBBI engine the Unicode Sets appearing in the source RBBI rules, and creates the TRIE table used to map Unicode to the character categories. -RBBISetBuilder Derives the character c
utrie2
- Open a frozen trie its serialized from, stored in 32-bit-aligned memory. Inverse of utrie2_serialize(). -Open a frozen trie its serialized from, stored in 32-bit-aligned memory. Inverse of utrie2_serialize().
ver4_patricia_trie_node_writer
- bool Ver4 Patricia Trie Node Writer::mark Pt Node As Will Become Non Terminal.
bytestrie
- \file \brief C++ API: Trie for mapping byte sequences to integer values.
ustringtrie
- \file \brief C API: Helper definitions for dictionary trie APIs.Return values for BytesTrie::next(), UCharsTrie::next() and similar methods.
termcap
- TODO: take only dictDirPath, and open both header and trie files in the constructor below const bool isUpdatable = headerBuffer->isUpdatable.
utrie
- This a common implementation of a folded trie. -This is a common implementation of a folded trie.
zorro_ids
- The file format prepared and written here contains a 16-bit trie and a mapping table.
rsPath
- This performs data swapping for a folded trie (see utrie.c for details).
string_string
- Preflight the trie length.Copy the indexes for surrogate code points into the BMP range for simple access across the entire BMP. -Preflight the trie length.Copy the indexes for surrogate code points into the BMP range for simple access across the
war
- Trie access folding function. Copied as-is properties code in uchar.c Source Code for Linux v2.13.6. -Trie access folding function. Copied as-is properties code in uchar.c Source Code for Linux v2.13.6.
dictionary106
- 本程序利用Trie树实现了英语单词辅助记忆系统,并完成了相关的建表,查表以及存档等操作。-This procedure using Trie tree realize the English words auxiliary memory system, and complete the relevant built form, as well as the archive, such as look-up table operation.
64832694Trie
- trie树的代码,实现字典树的安装和查找-Trie tree code to achieve the installation and search dictionary tree