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

搜索资源列表

  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. dic

    0下载:
  2. 字典树算法 算法描述为:由字母a~z所组成的字符串的一个集合中,各个字符的长度之和为n。设计一个O(n)时间的算法,将这个集合中所有字符串依字典进行排序。注意,这里可能存在非常长的字符串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:Louis
  1. trie

    0下载:
  2. 字典树实现,实现对单词的添加和删除。 速度较快
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:910
    • 提供者:pop
  1. dictionary-tree-soursecode

    0下载:
  2. 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:孟繁荣
  1. DictionaryTree.rar

    0下载:
  2. 字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构,Dictionary tree algorithm, can be very convenient multi-tree, and find very convenient is the design of ACM algorithms commonly used data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9238
    • 提供者:梁海金
  1. trie

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

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

    0下载:
  2. tire树(字典树),使用数组实现,用于字符串处理。-tire tree, using array implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:718
    • 提供者:nxliliang
  1. TRIE

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

    • 发布日期:2017-03-29
    • 文件大小:1633
    • 提供者: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
    • 文件大小:1780
    • 提供者: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
    • 文件大小:1756
    • 提供者:youyu
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. trie_sibling

    0下载:
  2. tire树(字典树),使用左儿子右兄弟实现,用于字符串处理。-tire tree (dictionary tree), use the left hand son brothers realize the right for the string handle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:903
    • 提供者:nxliliang
  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
    • 文件大小:55671
    • 提供者:youyu
  1. DictionaryTree

    0下载:
  2. 字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构-Dictionary tree algorithm, can easily multi-tree, and find it convenient, it is commonly used in ACM algorithm design data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8967
    • 提供者:wangrui
  1. HASH(Trie)-

    0下载:
  2. hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2093900
    • 提供者:陈勇
  1. trie

    0下载:
  2. N-trie树 实现字典树,可以从TXT文件中读取数据-N-trie tree to achieve the dictionary tree, you can read data from a TXT file
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3088
    • 提供者:ddmonk
  1. TrieTree

    0下载:
  2. C++编写的字典树算法,方便简洁,直接插入语查询-C++ Trietree ACM
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:612255
    • 提供者:沈杰
  1. example

    0下载:
  2. 这是本人在培训期间写的字典树的例子,初学者可以先-This is the example of the dictionary tree I write during the training, beginners can take a look at
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:615775
    • 提供者:hxfly
  1. dictionarytree

    0下载:
  2. 利用huffman字典树,对输入语句单词进行统计(Use the Huffman dictionary tree to count the input statement words)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:大爱樱酱
  1. Trie_and_Huffman

    0下载:
  2. 功能1:使用一种树型结构来实现我们的单词计数功能——Trie树 功能2:Huffman树进行编码 程序输入: 第一行为一个正整数n,表示输入单词的总数。 接下来的n行,每行为一个单词,单词由不超过10个的小写英文字母组成。 接下来的一行为一个正整数m,表示查询的次数。 接下来的m行,每行为一个数字和一个查询,当数字为1时,查询为单词,输出该单词出现的次数(可以为0);当数字为2时,查询为Huffman编码,输出对应的单词(该Huffman编码对应的单词确定存在)。(Function
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:functiondy_dx
« 12 3 4 »
搜珍网 www.dssz.com