CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - trie

搜索资源列表

  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. ucol_swp

    0下载:
  2. This performs data swapping for a folded trie (see utrie.c for details).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:3848
    • 提供者:pengneixo
  1. dqblk_qtree

    0下载:
  2. Definitions of structures and functions for quota formats using trie.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:888
    • 提供者:kacuiseng
  1. seqiv

    0下载:
  2. LC-trie implementation notes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4848
    • 提供者:molefp
  1. dqblk_qtree

    0下载:
  2. Definitions of structures and functions for quota formats using trie.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:893
    • 提供者:cunqyvue
  1. rbbisetb

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7419
    • 提供者:luixenvq
  1. utrie2

    0下载:
  2. 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().
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:14259
    • 提供者:manlsru
  1. ver4_patricia_trie_node_writer

    0下载:
  2. bool Ver4 Patricia Trie Node Writer::mark Pt Node As Will Become Non Terminal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5279
    • 提供者:jonhack
  1. bytestrie

    0下载:
  2. \file \brief C++ API: Trie for mapping byte sequences to integer values.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5273
    • 提供者:vyjsgm
  1. ustringtrie

    0下载:
  2. \file \brief C API: Helper definitions for dictionary trie APIs.Return values for BytesTrie::next(), UCharsTrie::next() and similar methods.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1035
    • 提供者:yflqza
  1. termcap

    0下载:
  2. TODO: take only dictDirPath, and open both header and trie files in the constructor below const bool isUpdatable = headerBuffer->isUpdatable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7182
    • 提供者:vongqzpp
  1. utrie

    0下载:
  2. This a common implementation of a folded trie. -This is a common implementation of a folded trie.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:16089
    • 提供者:sanlxhx
  1. zorro_ids

    0下载:
  2. The file format prepared and written here contains a 16-bit trie and a mapping table.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:19325
    • 提供者:wjjondue
  1. rsPath

    0下载:
  2. This performs data swapping for a folded trie (see utrie.c for details).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6480
    • 提供者:lertzue
  1. string_string

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2290
    • 提供者:puncuely
  1. war

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:7720
    • 提供者:kusubq
  1. dictionary106

    0下载:
  2. 本程序利用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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3875
    • 提供者:dao284062
  1. 64832694Trie

    0下载:
  2. trie树的代码,实现字典树的安装和查找-Trie tree code to achieve the installation and search dictionary tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:324461
    • 提供者:余婷
搜珍网 www.dssz.com