资源说明:Implementation of Huffman coding lossless compression in C.
# Compressor ## About Compressor is a implementation of Huffman coding lossless data compression in C. It's work in progress, so please USE IT AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR ANY LOST DATA. ## How to build it You can build it with xcode, or use makefile in Compressor folder. ## How to use it To compress: ``` compressor -c source_file [-o destination_file] ``` To decompress: ``` compressor -d source_file [-o destination_file] ``` ## License [WTFPL - Do What The Fuck You Want To Public License](http://sam.zoy.org/wtfpl/)
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。