Introduction - If you have any usage issues, please Google them yourself
This is the compression and decompression process of a text file, which is used C language source code. This procedure uses huffman tree thinking, the use of data structure knowledge to solve the problem.
Packet : 105230343compressdecompress.rar filelist
压缩与解压缩\压缩文本文件-huffman.c
压缩与解压缩\压缩图形文件-huffman.c
压缩与解压缩\compress.c
压缩与解压缩\decompress.c
压缩与解压缩