Description: Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the root reverse order to each character Huffman coding.
To Search:
- [file] - VC++ text compression process, mainly op
- [yasuo] - VC++ text compression process, Li works,
File list (Check if you may need any files):
解压缩源代码\decode.cpp
............\decodeApp.cpp
............\huffmantree.h
解压缩源代码