项目作者: Jerrypoi
项目描述 :
Huffman Compression
高级语言: C++
项目地址: git://github.com/Jerrypoi/HuffmanCoding.git
HuffmanCoding

A simple Huffman endcoding and decoding program written in C++
Usage:
cmake CMakeLists.txt
make
./HuffmanCoding -c CompressFileName CompressedFileName
./HuffmanCoding -d CompressedFileName DeCompressFileName
If this code presents to help you, a star would be appreciated :)