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

搜索资源列表

  1. trie

    0下载:
  2. 1. Trie树作为一种索引树,这种结构对于大小变化很大的关键字特别有用。利用Trie树实现一个英语单词辅助记忆系统,完成相应的建表和查表程序。2. 不限定Trie树的层次。每个叶子结点只含一个关键字,采用单字符逐层分割的策略,实现Trie树的插入、删除和查询的算法,查询可以有两种方法:查询一个完整的单词或者实现以某几个字母开头的单词。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:74kb
    • 提供者:蒋笑语
  1. Trie

    0下载:
  2. Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:ruikobe
  1. LC-trie

    1下载:
  2. lc-trie 路由查找算法, lc-trie 路由查找算法
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1.17mb
    • 提供者:陈涛
  1. trie

    1下载:
  2. trie字典树 字典树C语言实现的算法。-trie dictionary tree C language implementation of the algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:640byte
    • 提供者:rosa
  1. TRIE

    0下载:
  2. 字典树,实现字典树的插入删除查找功能。效率高-Dictionary tree, insert the tree removed to achieve a dictionary lookup function. Efficient
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.59kb
    • 提供者:fanjingfan
  1. zidianshu

    0下载:
  2. 字典树(Trie)是一种用于快速字符串检索的多叉树结构。其原理是利用字符串的公共前缀来降低时空开销,从而达到提高程序效率的目的。-Dictionary tree (Trie) is a string to search for rapid multi-branch tree structure. The principle is to use the string prefix to reduce the time and space for public spending so as to i
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.74kb
    • 提供者:weixinyi
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.71kb
    • 提供者:youyu
  1. TrieTree

    0下载:
  2. 一般trie(特里)树的实现例子,这里的trie树反映了一定的设计思路,但实际工程中须优化,如使用双数组的trie树。-General trie (Terry) the realization of the tree example, where the trie tree certainly reflect a degree of design ideas, but the actual project to be optimized, such as the use of dual-arra
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2.41kb
    • 提供者:crazy
  1. libdatrie-0.1.0.tar

    0下载:
  2. 介绍trie数组的算法实现,国外大牛写的,很好-Introduced array trie algorithm, written by foreign cattle, very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:334.59kb
    • 提供者:紫川秀
  1. Trie

    0下载:
  2. Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:316.86kb
    • 提供者:黄异
  1. datrie_cvs20061001.tar

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:33.77kb
    • 提供者:lucoy
  1. Trie

    0下载:
  2. poj3283的代码,是学习Trie的好材料~-poj3283 code is studying the well Trie Materials ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:557byte
    • 提供者:诗苇
  1. TrieTrees

    0下载:
  2. It s an interface for using Trie Trees (data structure application) (used for implementing optimal sets...with applications on text data as input...foe example dictionaries) and a test program with CLI in a form of a menu to test those features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:29.5kb
    • 提供者:Cosmin
  1. trie

    0下载:
  2. This program implements a (zipped) tree search for information retrieval programs, first you can get a key words and then it will save them in its format. also with a simple change you can pass a file as input and find related document information. i
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:34.9kb
    • 提供者:saeed
  1. acmcontesttemplate

    0下载:
  2. Bfs,Dijstara,Floyd,Kruskal,Prim,并查集,网络流,Trie等acm竞赛模板-Bfs Dijstara Floyd Kruskal Prim and the set of network flow Trie search such acm contest template
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7.19kb
    • 提供者:刘永
  1. Algorithms

    0下载:
  2. 压缩包中包括几个常用算法对应的POJ练习题的实现,包括,无向图的欧拉回路,点的割集,TRIE树,最优比率生成树,最小树形图-Compressed package includes several commonly used algorithms POJ corresponds to the realization of exercises, including, undirected graph of the Euler circuit, point cut sets, TRIE tree, t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4.58kb
    • 提供者:ACMaryland
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:54.37kb
    • 提供者:youyu
  1. Trie

    0下载:
  2. trie树的一个实现 trie树是在字符串匹配中常用的一种高效数据结构-trie tree trie tree is a realization of the string matching used in an efficient data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:502.73kb
    • 提供者:袁梦
  1. Trie

    0下载:
  2. trie 树 什么是 trie 树 ? ◇ trie 树是一种用于快速检索的多叉树结构。 ◇ 和二叉查找树不同,在 trie 树中,每个结点上并非存 储一个元素。 ◇ trie 树把要查找的关键词看作一个字符序列。并根据 构成关键词字符的先后顺序构造用于检索的树结构。 ◇ 在 trie 树上进行检索类似于查阅英语词典。 一棵 m 度的 trie 树或者为空,或者由 m 棵 m 度的 trie 树构 成。-data structure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:242.16kb
    • 提供者:liang
  1. trie

    0下载:
  2. A implementation of Trie
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:pfelipe
« 12 3 4 5 6 »
搜珍网 www.dssz.com