搜索资源列表
Huffuman
- 是一种采用哈夫曼算法的图像压缩算法,是一种无损压缩,希望对大家有所帮助-A lossless image compression algorithm using Haffman coder. Hope to be helpful.
Huffman_JJCH
- 老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
bcl-1.2.0
- 基本压缩解压功能大全.包括Huffuman算法,RLE算法,LZ算法,rice算法,shannon算 法.带有测试文件.
hf
- huffuman编码程序。
huffuman
- 也是数据结构课上做的小程序~呵呵,哈夫曼译码解码器
STBGWX
- Lzw数据压缩算法的源代码,使用c语言实现的 .包括Huffuman算法,RLE算法,LZ算法-Data compression algorithm Lzw source code, use the c language of implementation. Huffuman algorithm include, RLE algorithm, LZ algorithm
picture_compression
- c语言实现图像的huffuman编码压缩。使用了树的数据结构。-c language huffuman image compression coding. The use of a tree data structure.
huffuman
- 程序功能:输入字符集,生成哈夫曼树,对文件进行编码译码,输出-Program features: input character set, generates Huffman tree, the file codec, output
huffman22
- 该代码的功能是在MATLAB上实现哈弗曼编码-The function of this code is realizing the Huffuman code in MATLAB
huffuman
- 程序设计 由C++实现的 哈夫曼编码器 内含代码-Huffman encoder containing code Programming in C++
Huffuman
- 用C++实现数据结构中赫夫曼编码的经典算法-using c++ language to achieve the algorithm of huffman
Huffuman
- 用哈夫曼算法实现文件的压缩编码、算法设计与分析-Huffman algorithm used for file compression, algorithm design and analysis
code
- 《信息论》中的赫夫曼编码的实现,其中还包括赫夫曼解码程序。-Huffuman code and decode with C++ compiler
huffuman
- 哈夫曼树实现中英文文本压缩 c++ MyEncode.exe压缩 MyDecode.exe解压-Huffman tree to achieve Chinese English text compression c++ MyEncode.exe MyDecode.exe
Huffman-coding-and-recoding
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffuman coding and recoding
Huffuman tree
- 运用C语言实现经典的压缩算法——赫夫曼编码,供大家学习(Huffman encoding compression algorithm, using C language to achieve the classic, for everyone to learn)