搜索资源列表
DataCompress
- 用NETBEAN实现的哈夫曼数据压缩,可压缩任意英文文本文件,及进行解压,显示压缩比等处理信息-Using NetBeans realize the Huffman data compression, compressible arbitrary English text files, and extract, indicating the compression ratio and other treatment information
Huffmanjava
- 利用huffman算法实现压缩文件算法,-huffman algorithm compressed file
Huffman
- JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
project2
- 使用huffman tree实现的压缩工具,可以对多级文件夹进行压缩-Achieved using the huffman tree compression tool that can compress the multi-level folder
DS_project2
- 数据结构的project2,哈夫曼压缩算法,实现文件的压缩和解压缩,有操作界面和压缩进度条-Data structure of the project2, Huffman compression algorithms, file compression and decompression, a progress bar interface and compression
yasuo
- 利用霍夫曼树实现的压缩txt文件的程序,将压缩结果存到txt文件中-Using Huffman tree txt file compression program, the compressed result is stored in the txt file
huffmandemo
- 这是一个C++程序,实现Huffman编码,来压缩文件。很强大,编码人员更强大,彻底佩服。-This is a C++ program, to achieve Huffman coding to compress the file. Very powerful, more powerful, coders thoroughly admire.
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的方式保存。能比较编码前和解码后的两个文件是否一致。 (3)