搜索资源列表
Huffman
- 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩
huffman
- 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
Huffman.rar
- 霍夫曼编码一些简单应用 简单的将文本格式文章进行压缩和解压缩处理,Huffman coding some simple applications simple text format to compress and decompress the article dealing with
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
a
- huffman 压缩,应用haffman树进行,压缩和解压缩,压缩率很好。-huffman compression, application haffman tree, compression and decompression, compression rates are good.
Huffman_code_simulation
- Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩-Huffman coding and decoding process, which allows you to compress and decompress the file
huffman_compress
- 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
JPEG
- JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
haffman
- 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
huffman_code
- huffman 压缩和解压算法,采用matlab编写,纯原创。-huffman compression and decompression algorithm using matlab prepared, pure originality.
huffman
- 利用哈弗曼压缩文件,程序功能包括压缩和解压缩。-Using Havermann compressed file, the program features, including compression and decompression.
Huffman8.8.1
- 提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Huffman coding provides the compression and decompression functions, and implemented on the image file compression and decompression
huffman
- 根据哈夫曼树的原理,实现哈夫曼压缩和解压缩-Huffman tree according to the principles of realization of Huffman compression and decompression
Huffman
- 程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Program provided a Huffman coding for compression and decompression functions, and implemented the compression and decompression of images
huffman
- huffman编码用于图像的压缩和解压,很好用的,可以用于各类图像的处理-huffman coding for image compression and decompression, useful, and can be used for all kinds of image processing
Huffman
- 通过哈弗曼压缩编码算法进行各种文件的压缩和解压缩-huffman
Huffman
- Huffman编码实现文本文件压缩,实现最基本的哈夫曼编码,对文件进行两次扫描,第一次统计概率,第二次进行编码。压缩和解压缩时分别重新建立树,重新编码,以减小压缩后文件大小。-Huffman Coding a text file compression, Huffman coding to achieve the most basic, two scans of documents, the first statistical probability, and the second encode
huffman
- huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
huff
- 实现了huffman编码和译码。同时完成了huffman编码在文档、图片中的解压缩实现。同时用GUI的方式完成整个实验的可视化。(These series m documents have accomplished the coding and decoding function of huffman code. And it made it implemented in the compressing text and images. Meantime, we use GUI to made