搜索资源列表
Huffman
- 在数据库课程实习时候,保存的资料,运用了哈弗曼树进行压缩解压。希望可以有所帮助。-Internship programs in the database when the information stored, using the Havermann tree compression decompression. Hope that we can help.
huffman
- 利用哈弗曼压缩文件,程序功能包括压缩和解压缩。-Using Havermann compressed file, the program features, including compression and decompression.
Huffman
- Huffman,简单的解压缩程序,详细看源码-Huffman, a simple decompression procedure, detailed look at source
Huffman-Tree-Compression-Software
- 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
Huffman
- huffman编码,用于压缩文件,解压文件,利用哈夫曼树-huffman encoding used to compress the file, unzip the file using the Huffman tree
Huffman
- 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
2
- 哈夫曼树,将建立好的哈夫曼树读入,再读入已经压缩好的01编码,将其解压缩为字符原文,目前不能处理汉字。-Huffman tree Huffman tree will establish good read, and read into the compression has been a good 01 coding to decompress for the characters in the original, can not handle Chinese characters.
Huffman
- 实现了huffman编码的程序, 可以实现对文本文件的压缩与解压, 具有演示的功能, 界面比较友好-Huffman coding procedures with the functionality of the demo, the interface is more friendly
huffman
- 文件压缩源码.....课压缩解压文件...可现实文件压缩的哈夫曼编码-File compression source ..... lesson compression decompression file ... real file compression, Huffman coding
Hoffuman
- 霍夫曼压缩解压 可用于压缩解压文件 用于数据结构学习-Huffman compression decompression can be used for data compression decompression file structure learning
Huffman
- 以huffman编码方式对文本文件进行无损压缩,并可以实现解压还原文件。-In huffman encoding for lossless compression of text files, and can achieve unzip restore files.
dai
- 设计一个完整的,基于霍夫曼编码的压缩解压软件包,并用适当的文本来检查-Design a complete, based on Huffman coding compression decompression software packages and to check with the appropriate text
haffuman
- 基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
Haffman
- 利用哈夫曼编码技术进行文件的压缩与解压缩-Compression and decompression file using Huffman coding technology
huffman
- 利用huffman编码实现文件的压缩解压缩并计算压缩率。-Use huffman coding realize the decompressed file compression and calculate the compression ratio.
huffman压缩
- 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)