搜索资源列表
matlab Huffman
- 用matlab语言实现 Huffman编码
fast huffman decoder
- A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
huff_stream.zip 用于数据流压缩的huffman算法
- 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
huffman.rar
- 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!,Huffman
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Huffman
- 数据压缩的huffman算法使用的是java实现的,可以参考-Huffman algorithm for data compression using java to achieve, can refer to
Huffman
- 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
huffman
- 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
huffman
- 图像的哈弗曼编码matlab实现,实现图像的无损压缩-Matlab coding huffman images achieved
Huffman
- 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full descr iption of the encoding of the entire process, including several case studies
Huffman
- 十种huffman编码方法- Ten huffman code method
huffman
- 霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
HUFFMAN
- 哈夫曼树的建立源代码。。。 共享给各位啦-Huffman tree to establish the source code. . . Sharing to Members啦
Huffman
- Huffman编码,在VC6.0下开发的,比较经典,可以作为参考-Huffman coding, in VC6.0 developed to compare the classical, can be used as reference
huffman.cpp
- c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
HUffman
- 根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
huffman
- 哈夫曼(Huffman)编码压缩和解压缩程序 哈夫曼(Huffman)编码压缩和解压缩程序 -Huffman (Huffman) encoding Huffman compression and decompression procedures (Huffman) encoding compression and decompression procedures
Huffman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
Huffman
- 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec