文件名称:Huffman
介绍说明--下载内容均来自于网络,请自行研究使用
1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。
2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compressed decodes and packaged output to the destination file.
2, a decompressor can be obtained by compression by the compression archive decompression. The decompressor also be able to determine the file type.
2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compressed decodes and packaged output to the destination file.
2, a decompressor can be obtained by compression by the compression archive decompression. The decompressor also be able to determine the file type.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HuffCode.cpp
Encode_h.h
Decode_h.h
HuffDecode.cpp