搜索资源列表
[C++]哈夫曼编码及译码
- [C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C / C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC / / results deposited hufTree.txt
Huffman
- 实现霍夫曼编码的C++程序,是当时学图论的时候写的.
hgl18注释
- huffman c++实现
Huffman
- 用C++语言实现Huffman树的创建和输出Huffman编码-With C++ Language Huffman tree to create and output Huffman coding
Huffman
- Huffman算法的C实现,非可视化程序,可直接运行输出-Huffman algorithm to achieve C, non-visualization process, can be directly run output
Huffman
- 哈弗曼编/译码器C#版本 很实用的一个程序 -哈弗曼encoder/decoder C# Version of a program is very useful
human
- 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
Huffman
- 用C++实现的哈弗曼编码程序,适合初学者下载来学习。-Using C++ implementation of哈弗曼coding procedures, suitable for beginners to download study.
huffman
- Huffman decoder algorithm C++ file
huffman
- c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
huffman-c
- huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
huffman
- 用java和c++实现的huffman编码解码程序,压缩效率高,且无损。-A Huffman code and decode program Using language java and C++ for compression and depressrion of characters.
Huffman
- 我做的课程设计,一个简单的C++实现的用于解决霍夫曼编码译码问题!~-I do curriculum design, a simple C++ implementation of the Huffman codec used to solve the problem! ~
Huffman
- 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can see, as a different way of thi
huffman.c
- Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码。 Huffman编码的主要思想是:出现概率大的符号用短的码字表示;反之,出现概率小的符号用长的码字表示。 Huffman编码过程描述: 1. 初始化: 将信源符号按出现频率(或概率)进行递增顺序排列,输入集合L 2. 重复如下操作直至L中只有1个节点: (a) 从L中取得两个具有最低频率(或概率)的节点,为它们创建一个父节点; (b) 将它们的频率和(或概率和)赋给父结点,并
huffman
- 能够生成一颗哈夫曼树,含有菜单选项,通过输入数字选择功能(it can make up a huffman tree)
Huffman
- 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)
huffman
- Huffman压缩编码,对Huffman二叉树理解有一定帮助(Huffman compression coding)
HuffMan
- 哈夫曼编码,实现最优化选择旅游路线,主要采取哈夫曼树的构造方法来实现功能(Huffman code, to optimize the choice of tourism route, mainly adopt the construction method of the Huffman tree to realize the function)
课设4 Huffman ok
- 完成哈夫曼树,哈夫曼的解码和重新构造,有效压缩文件(Completing the Huffman tree, decoding and reconstructing Huffman, effectively compressing the file)