搜索资源列表
产生哈夫曼编码的源代码
- 用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
哈夫曼编码原码
- 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to ach
哈夫曼编码压缩还原文本文档
- 哈夫曼编码压缩还原文本文档
HUFFCompress
- 自己编写的对文件做哈夫曼无损压缩编码/解码的程序;-their documents prepared by the right to do Huffman lossless compression encoding/decoding procedures;
image_lossless_compression
- 图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
comp
- 用哈夫曼编码实现对文件的压缩-Huffman coding used to achieve compression of the document
用于文件压缩的huffman算法
- 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
产生哈夫曼编码的源代码
- 用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
压缩&解压缩
- 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
哈夫曼编码原码
- 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to ach
哈夫曼树编码
- 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩-Compress data by Huffman coding
hufuman
- 哈夫曼编码源程序!好东西啊 喜欢的话 下吧 对学习数据压缩有好处-Huffman coding source! Ah good things like what are you learning good data compression
Huffman007
- 图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 -image processing source code, a demo program Huffman coding method compression function, and the achievement of the document image compression
Humanzip
- 哈夫曼编码压缩解压缩软件 1. 界面友好,具有良好的可操作性,设计人性化; 2. 具有压缩功能,而且对于压缩的对象不限制,可以用于所有的文档、图片等,同时,也要求有一定的实用性,可以压缩文件,减小文件体积; 3. 具有解压缩功能,在有了压缩功能之后,肯定要有解压缩功能,一方面,方便编程中的错误定位和检验压缩的正确与否,同时,也提高了软件的实用性,扩大了适用范围。 -Huffman compression decompre
Haffman_Compress_and_Decompress
- 数据结构的一个作业,采用哈夫曼编码压缩及解压文件和文件夹。-Operation of a data structure, using Huffman compression and decompression of files and folders.
hanfuman
- 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file de
data
- 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
哈夫曼编码译码
- 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(Huffman encoding and decoding, learning data structure, an application of two branch tree, decompressing the basis of compression software, Huffman coding.)
哈夫曼压缩晓晓
- 哈夫曼压缩算法编码是无损压缩当中最好的方法。它使用预先二进制描述来替换每个符号,长度由特殊符号出现的频率决定。常见的符号需要很少的位来表示,而不常见的符号需要很多为来表示。 哈夫曼算法在改变任何符号二进制编码引起少量密集表现方面是最佳的。然而,它并不处理符号的顺序和重复或序号的序列。(Huffman compression algorithm coding is the best method of lossless compres
基于哈夫曼编码的文本文件压缩与解压缩
- 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)