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

搜索资源列表

  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-15
    • 文件大小:5279
    • 提供者:jonhack
  1. bytestrie

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

    • 发布日期:2017-04-15
    • 文件大小: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. string_search

    0下载:
  2. 利用标准trie和bloom filter算法进行海量email地址搜索,开发编译环境为linux c,在2000万个email地址中搜索1000个地址占用内存为47M。-use standard Trie and bloom filter algorithms to search massive email address, the compiler development environment is linux c, and it occupies 47M memories to sea
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5665
    • 提供者:陶诗羽
  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. search-related

    0下载:
  2. ac自动机,kmp,字典树trie,使用的一些搜索相关的参考实现代码,-ac automatic machine reference implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5174
    • 提供者:liuyuhong
  1. lsm-trie-release-master

    0下载:
  2. 一个KV存储系统,堆内存的需求量比较小,且降低了LevelDB的写放大问题。-A KV storage system, the demand for heap memory is relatively small, and reduces write amplification LevelDB problem.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-29
    • 文件大小:59949
    • 提供者:王宁
  1. Wordprocess

    0下载:
  2. 用字典树统计一个文件中单词的出现次数,将单词及其出现次数按照字典中的顺序保存在输出文件中。-Use Trie Tree to statistic the number of words appeared in a document, save the word and its number of occurrences to the output file in the order according to the dictionary.
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:6858
    • 提供者:宫腾飞
  1. Peersim-Pht-master

    0下载:
  2. Distributed Hash Tables are scalable, robust, and self-organizing peer-to-peer systems that support exact match lookups. This paper describes the design and implementation of a Prefix Hash Tree - a distributed data structure that enables more s
  3. 所属分类:software engineering

  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. TrieKeyValueStore

    0下载:
  2. It implements a Trie data structure to store key/value pairs, also it has a trie for all valid commands. TrieRun class takes a file name (with complete path) as an input user and then it reads the file line by line and the commands. TestFile.txt
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:231753
    • 提供者:java dev
  1. WebPage

    0下载:
  2. 网页分析提取文本信息,网页分词,利用Trie树实现算法-Web analytics extract text, page segmentation, use of Trie tree algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2222099
    • 提供者:祁丹蕊
  1. 64832694Trie

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

    • 发布日期:2017-05-05
    • 文件大小:324461
    • 提供者:余婷
  1. FilterTest (2)

    0下载:
  2. 高效的关键字过滤及查找算法(Trie KO Hash)FilterTest(Trie KO Hash FilterTest)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:37888
    • 提供者:MEHUANG
  1. AC自动机

    0下载:
  2. AC自动机,Trie树的实现的具体的全部的源代码(ACAUTOMACHINE TRIE CODE)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:47584256
    • 提供者:23123的
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com