文件名称:Huffman_and_Data_Compression
介绍说明--下载内容均来自于网络,请自行研究使用
用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。
一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。
-Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files should be as small as possible, the file should be decoded and the original file is the same. The implementation of this algorithm is efficient.
Some data structure and methods may be used are listed below. If you find another better data node or method, which is good, you do not need to use any particular data structure.
一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。
-Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files should be as small as possible, the file should be decoded and the original file is the same. The implementation of this algorithm is efficient.
Some data structure and methods may be used are listed below. If you find another better data node or method, which is good, you do not need to use any particular data structure.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Node.h
PriorityQueue.h
第九次.cpp
Huffman.h
PriorityQueue.h
第九次.cpp
Huffman.h