搜索资源列表
haffman
- 实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
Haffman
- 利用Haffman树实现文本数据的压缩和解压缩。VC++MFC环境-Using Haffman code method,complete text file compress and uncompress. please use it under VC++ mfc environment.
HMLZW
- this a haffman code that can compress any file.
HuffmanExp
- JPEG图像压缩过程中其中一部分:haffman编码。由于这一步在压缩中尤为重要,所以与大家共享-haffman code of jpeg compress,this step is very immportant for jpeg compress.
haff
- C语言写得haffman编码。只编码不编译。适用于C语言环境。-haffman code
HAFFMAN
- 详细的HAFFMAN树的创建和遍历源代码,其中注视很详细,个人实验课所作,若有不当之处请指出。-Detailed HAFFMAN tree creation and traversal source code, which focused on a very detailed, individual lessons by experiment, if irregularities Please indicate.
haffman
- Huffman 编码Matlab程序,自己写的,很好用,与大家分享-Huffman Coding
haffman-code
- huffman coding relese
main
- Haffman code. coding text message into binary code. No decoding. C-Haffman code. coding text message into binary code. No decoding. C++
haffman
- 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
zuiyouerchashu
- 在本文中我们将应用图论中的最优二叉树基本概念,之后将会给出利用最有二叉树进行哈夫曼便译码器的过程,并对其进行仿真实现。利用哈弗曼编码进行信息通信可以大大提高新到利用率,缩短信息传输时间,降低传输成本- gragh based on haffman code
binary-and-haffman
- 初学者学习数据结构做的两个小程序,二叉树和哈夫曼树的源代码-Data structures for beginners to learn to do the two small programs, binary and source code of Huffman tree
hf
- 实现数据结构中哈弗曼编码译码问题的求解。-data structure haffman code and decode
haffman-code
- 基于数据结构中哈弗曼树的操作 即哈弗曼编码对26个英文字母的哈弗曼编码-Based on the operation of Hafu Man tree data structure the Ha Fuman encoding the 26 letters of the alphabet Hafu Man coding
HaffmanCode
- C语言实现的哈弗曼编码,给出编码结果,效率高-haffman code
Haffman
- huffman 编码 利用哈弗曼算法实现的编码-huffman code
Haffman
- 哈夫曼树的建立和编码(需将代码重新跑一次裁图)-huffman tree and huffman code
haffuman-code-decode
- 哈夫曼编、解码器。文字压缩器、解压器。里面可以直接运行-haffman code/decode
haffman
- This file is a valuable matlab source code for haffman code. this code can be useful for electrical engineering who are working in communication systems.
Haffman
- 将一组数组转换为哈夫曼编码,使用数据结构中的二叉树功能实现-Convert an array to Haffman code