文件名称:Huffman
介绍说明--下载内容均来自于网络,请自行研究使用
Huffman压缩的全部代码实现,包括Huffman树的构建代码和Huffman编码的实现和获取,以及压缩和解压缩的文件读写,包括界面的实现,完整的实现了Huffman压缩-Huffman compression to achieve all the code, including the building code Huffman tree and Huffman coding implementation and acquisition, as well as compression and decompression of files to read and write, including the realization of the interface, the full realization of the Huffman compression
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Compression.java
Decompress.java
Encode.java
GetNodeData.java
HuffmanTree.java
MainUI.java
Node.java
NodeData.java
Test.java