搜索资源列表
stl-huffman
- implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
Huffman--encodeVC
- huffman 编码,对生物医学信号进行压缩编码! 解压后就可以运行! 用VC++语言编写!-Huffman coding, the biomedical signal coding! Decompression can run after! VC language!
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 performance related adjective. M
huffman(bite)
- 是matlab写的求解哈夫曼编码的程序。-is written in Matlab for Huffman coding procedures.
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Huffman
- huffman编码,输入对应的概率,可以输出码字和码长-Huffman coding, the probability of imported counterparts, can export code and code length
leeou.huffman
- 实现对文本信息的统计后对其huffman编码-realization of the text information after its statistics Huffman coding
huffman
- huffman树 我自己做的 比较简单 希望大家给予完善 -Huffman tree I do a simple hope that we can give sound
huffman
- huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
huffman
- 一个哈夫曼编码,我是新手,随便做个玩,请大家别笑话我.-a Huffman coding, I greenhorn casually Be play, no one I joke.
Huffman
- 数据结构中最优二叉树Huffman编码的实现,仅供参考
huffman
- huffman编码实现文本文档的压缩和解压缩,简单好用
huffman
- 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
huffman
- 基于单片机的数据压缩算法的实现-Huffman算法
huffman
- 用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.
Huffman
- 用vc++实现了用HUFFMAN算法来对图象进行处理
Huffman
- Huffman压缩编码及解码
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 (benchmark) 6. huffman_demo1.m (dem
HUFFMAN
- HUFFMAN编码在信息论中的应用实例!