readme.txt

来自「本程序包用标准C++实现了Huffman编码以及解码的基本类」· 文本 代码 · 共 19 行

TXT
19
字号
File Discription:

	HuffmanCoding_demo: A demostration project of Huffman Coding, based on Visual C++ 6.0.

	HuffmanCoding_src:  The source file for the Huffman Coding class, written in standard C++.

	Huffman Coding Class.doc: The document for how to use the Huffman Coding Class.

	HuffmanCodingClass.html: The webpage for how to use the Huffman Coding Class.

	Huffman.ppt:	Power point file for the presentation.
	bin:	Include the binary files and the sample file.

	Encodig Reports.doc:	Our reports about this project.
	Encodig Reports.pdf:	pdf version of the reports.

//==============================================================//
//			All Rights Reserved (C)2004		//
//==============================================================//

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?