jptang2 / huffman_compression

huffman compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman exercise

JianPing Tang

huffman compression is a compression method, you could add a file to 'source file' and compress it after you press 'compress' button. You could decompress a file by adding a file to the 'compressed file' and press the 'decompress ' button.

the source folder contains source code. I use open source DirectUI frame(duilib) as skin.

this project compiled by vs2012, it requires win7 or higher to run.

Finished in 2014.11

About

huffman compression


Languages

Language:C++ 93.6%Language:C 6.4%