文件名称:Project-2_HuffmanEncode
- 所属分类:
- 压缩解压
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-05-30
- 文件大小:
- 1.51mb
- 下载次数:
- 0次
- 提 供 者:
- wu ch******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
哈夫曼编码
(1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。
(2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。
程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Huffman Tree, which is the establishment of codebook, find all the ascii representation corresponding codeword. (2) Huffman Encode, will DaVinciCode.txt entire text is encoded into a compressed file storage and uses bitstream to deposit. Program execution method: encoder.exe DavinciCode.txt codebook compressed_file
(1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。
(2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。
程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Huffman Tree, which is the establishment of codebook, find all the ascii representation corresponding codeword. (2) Huffman Encode, will DaVinciCode.txt entire text is encoded into a compressed file storage and uses bitstream to deposit. Program execution method: encoder.exe DavinciCode.txt codebook compressed_file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Project-2_HuffmanEncode\bin\Debug\cdbk
.......................\...\.....\DaVinciCode.txt
.......................\...\.....\encoded_TMPTMP.txt
.......................\...\.....\huffed
.......................\...\.....\out0108_1.bin
.......................\...\.....\Project-2_HuffmanEncode.exe
.......................\codebook.txt
.......................\DaVinciCode.txt
.......................\DaVinciCode_encode_TESTEST.txt
.......................\DaVinciCode_ZIP_TESTEST.txt
.......................\main.c
.......................\main_old_ref.c
.......................\obj\Debug\main.o
.......................\Project-2_HuffmanEncode.cbp
.......................\Project-2_HuffmanEncode.layout
.......................\bin\Debug
.......................\obj\Debug
.......................\bin
.......................\obj
Project-2_HuffmanEncode