Description: Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input string in order to enter an end (2) According to the probability of a string of characters appears to Huffman coding ) (3) and the output encoding results and coding table (4) According to the results of coding and coding table to restore the string (5) output of the Huffman encoding process for constructing the tree.
To Search:
- [Hzy_huffman] - Huffman coding to achieve, according to
File list (Check if you may need any files):
huofuman
........\Code
........\....\a.txt
........\....\Code.aps
........\....\Code.clw
........\....\Code.cpp
........\....\Code.dsp
........\....\Code.dsw
........\....\Code.h
........\....\Code.ncb
........\....\Code.opt
........\....\Code.plg
........\....\Code.rc
........\....\CodeDlg.cpp
........\....\CodeDlg.h
........\....\codefile.txt
........\....\Debug
........\....\.....\Code.exe
........\....\.....\Code.obj
........\....\.....\Code.pdb
........\....\.....\Code.res
........\....\.....\CodeDlg.obj
........\....\.....\codefile.txt
........\....\.....\hc.txt
........\....\.....\Hufuman.obj
........\....\.....\StdAfx.obj
........\....\.....\vc60.pdb
........\....\decodefile.txt
........\....\hc.txt
........\....\Hufuman.cpp
........\....\Hufuman.h
........\....\ReadMe.txt
........\....\res
........\....\...\Code.rc2
........\....\Resource.h
........\....\StdAfx.cpp
........\....\StdAfx.h
........\霍夫曼编码与解码问题.doc