搜索资源列表
Huffman.zip
- Huffman C源代码
Huffman.rar
- 十种huffman编码方法
各类Huffman编码.rar
- 各类Huffman编码
huffman编码
- huffman编码 hao a -Huffman coding a hao
huffman-matlab
- 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩-MATLAB Huffman coding procedures, it is easy to achieve lossless compression
huffman-src
- 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
huffman-0.7
- Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other perform
huffman(bite)
- 是matlab写的求解哈夫曼编码的程序。-is written in Matlab for Huffman coding procedures.
huffman
- huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
huffman
- huffman编码实现文本文档的压缩和解压缩,简单好用
huffman
- 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
huffman
- 基于单片机的数据压缩算法的实现-Huffman算法
huffman
- 用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.
huffman
- matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchma
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
huffman
- matlab huffman encoder
huffman
- matlab 实现对整篇文章进行huffman压缩编码的源程序
huffman
- 基于c的huffman的编码实现 该程序实现了经典的huffman算法 同时能够给出编码效率
Huffman
- 思路清晰的Huffman编码,经过修改,经典
huffman
- Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the