该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tree process. 下载
|
使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding 下载
|
本程序是用哈夫曼树来实现哈夫曼编码译码的。-this procedure is used to achieve the Huffman tree Huffman encoding decoding. 下载
|
程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance. 下载
|
哈夫曼数的编码,译码和树的打印- 下载
|
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码- 下载
|
[C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C / C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC / / results deposited hufTree.txt 下载
|
哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree 下载
|
从键盘输入n个叶字(字母)的权重,建立哈夫曼树及编码。并给出哈夫曼编码/译码系统。- 下载
|
1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码- 下载
|