搜索资源列表
cyuyanshixiandaima
- C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
huffman
- 实现哈夫曼树的程序,用于数据结构课程学习参考-Huffman tree program, the reference for the data structures course
Tree
- 霍夫曼编码,最优霍夫曼树,从文件中读取并打印霍夫曼树-Huffman coding
huffman.c
- C语言版哈夫曼树,满足书上的所有要求,而且标准无误-C language version of the Huffman tree to meet all the requirements in the book, and the standard is correct
Haffuman
- 赫夫曼编码,这个代码内将创建赫夫曼树与赫夫曼编码结合在一起。-Huffman coding, this code will create a Huffman tree with Huffman coding combined.
hafuman
- 哈夫曼树的建立与输出,和西安电子科技大学出版的数据结构中的例子相吻合。-Huffman tree establishment and output, and Xi' an University of Electronic Science and Technology Publishing data structure examples coincide.
Untitled1
- 构造哈弗曼树,数据结构中需掌握的几种基本算法之一。-Huffman tree structure, one of several basic data structure algorithms need to grasp.
datastructure
- 数据结构中的源码,但是不是非常全面,各种树的操作,还有很经典的哈夫曼树的算法-Data structure of the source, but it is not very comprehensive, various tree algorithm operations, as well as the classic Huffman tree
HuffManTreeCode
- 数据结构之哈夫曼树的建立,哈夫曼编码的获取,根据哈夫曼编码压缩解压-Establish Huffman tree data structures, Huffman coding of the acquisition, according to Huffman compression decompression
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
压缩
- 建立哈夫曼树,对文件进行哈夫曼编码,达到对文件进行压缩的功能(Building Huffman tree, Huffman coding for files, to achieve the function of compressing files)