搜索资源列表
哈夫曼.rar
- 作业,哈夫曼压缩解压缩
哈夫曼压缩解压算法
- 哈夫曼压缩解压算法-Huffman compression decompression algorithm
哈夫曼
- 作业,哈夫曼压缩解压缩-Operations, Huffman compression decompression
哈夫曼压缩解压算法
- 哈夫曼压缩解压算法-Huffman compression decompression algorithm
20040913103058_Huffman TreeAndCode
- 哈夫曼压缩的又一个例子程序-another example of procedures
哈夫曼编译码器
- 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
压缩&解压缩
- 此程序用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
compress_folders
- 哈夫曼压缩程序,实现了文件加读取,对文本文件的压缩率与rar差不多,读学习c/c++的朋友非常有用-huffman compression program, which realizes folder access and compressing rate is the same to rar when compressing text file
huffmanHY
- 关于哈夫曼压缩编码的源代码 还没使用于压缩 嘻嘻^_^-Huffman coding on the source code not used in compression hee hee ^ _ ^
HuffamnCoding
- 用VC++实现的一个简单哈夫曼压缩码和解码程序,可以对任意字符的文本文件进行压缩并解压-With VC++ Realize a simple Huffman compression code and decoding procedures, arbitrary characters can compress a text file and extracting
huffman_src
- 哈夫曼压缩程序
Haffman
- 哈夫曼压缩解压缩的编码。很好的思路和方法。希望能够对大家有所帮助。-??蚵
AHC
- 哈夫曼压缩编码的例子,真的不是平常的课程设计那么垃圾的东东,还是有价值的-haffman compress
Huffman
- 哈夫曼编码。功能强大。能够实现对任意文件的哈夫曼压缩与解压缩-Huffman coding. Powerful. Can be achieved for any documents Huffman compression and decompression
哈夫曼编码译码
- 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(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)
哈夫曼
- 一种用verilog语言实现的霍夫曼压缩编码算法(Huffman compression implemented by Verilog)