用自適應HUFFMAN編碼實現數據的壓縮和解壓

學識都 人氣:8.21K
畢業論文

用自適應HUFFMAN編碼實現數據的'壓縮和解壓

用自適應HUFFMAN編碼實現數據的壓縮和解壓

摘要
 
本文采用自適應HUFFMAN編碼技術和Micosoft Visual C++6.0工具,實現在Windows XP環境下的數據壓縮與解壓,整個編碼與解碼過程都是動態完成的,壓縮文件中不需要存儲HUFFMAN編碼樹。

關鍵詞:數據;壓縮/解壓;HUFFMAN編碼;自適應

ABSTRACT
Under the environment of Windows XP,compression/decompression of data file by adaptive HUFFMAN coding is realized with Micosoft Visual C++6.0 in this the process of coding and decoding is dynamically completed and the HUFFMAN coding tree is not needed in the compressed files.

KEYWORDS:Date;Compression/Decompression;HUFFMAN Coding;Adaptive