搜索资源列表

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

    0下载:
  2. 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
  3. 所属分类:压缩解压

    • 发布日期:2024-07-08
    • 文件大小:13312
    • 提供者:冰冰
  1. 排序算法、字典和B-树的C++语言实现

    1下载:
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:24576
    • 提供者:罗鹏魁
  1. XGFTree

    0下载:
  2. 提供一个基本数据字典(以数据字典为例)的一个树型控件。-provide a basic data dictionaries (data dictionary for example) of a tree controls.
  3. 所属分类:界面编程

    • 发布日期:2024-07-08
    • 文件大小:391168
    • 提供者:薛贵福
  1. dancitongji

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-07-08
    • 文件大小:40960
    • 提供者:李剑
  1. Project3finishOK

    0下载:
  2. 动态规划实现的字典排序,构建最优二叉树,小心你的内存啊!-Dynamic Programming dictionary order to construct the optimal binary tree, carefully your memory ah!
  3. 所属分类:中文信息处理

    • 发布日期:2024-07-08
    • 文件大小:1228800
    • 提供者:hexin
  1. dic

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

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:Louis
  1. English

    0下载:
  2. 该文件中包含有源代码及一部分的文档,该系统是一个小型的英语单词字典的系统.-The document contains the active part of the code and documentation, the system is a small dictionary of English words of the system.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-07-08
    • 文件大小:4604928
    • 提供者:chen jingxiang
  1. trie

    0下载:
  2. 字典树实现,实现对单词的添加和删除。 速度较快-Dictionary tree realization, the realization of the word to add and remove. Faster
  3. 所属分类:其他小程序

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:pop
  1. dictionary-tree-soursecode

    0下载:
  2. 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!-This code is the dictionary tree realize the source code, the dictionary is a tree data structure, it can be achieved on a variety of w
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:孟繁荣
  1. LookUpDictionary

    0下载:
  2. 一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:294912
    • 提供者:Liberty
  1. DictionaryTree

    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. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:185344
    • 提供者:梁海金
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-08
    • 文件大小:12288
    • 提供者:张杨
  1. trie_array

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

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:nxliliang
  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编程

    • 发布日期:2024-07-08
    • 文件大小:1024
    • 提供者:nxliliang
  1. dictionarytree

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

    • 发布日期:2024-07-08
    • 文件大小:22528
    • 提供者:大爱樱酱
  1. Trie_and_Huffman

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

    • 发布日期:2024-07-08
    • 文件大小:2048
    • 提供者:functiondy_dx
« 12 3 4 5 »

源码中国 www.ymcn.org