搜索资源列表
huffman_algorithm
- VC写的huffman压缩算法,包括数据流以及文件方式实现的huffman数据压缩算法-huffman compression algorithm
huffman
- 利用huffman原理实现对文件的压缩,希望有帮助。-Principle to achieve the document using huffman compression, want to help.
haffman
- 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
hfm
- 用哈夫曼编码实现文件的压缩和解压! C语言版的-Huffman Coding with file compression and decompression! C language version! ! ! ! ! ! ! ! ! ! !
huffmancode
- 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
huff
- 在Linux下实现哈夫曼树实现文件压缩- Huffman tree for file compression
huffman
- 哈夫曼编码实现文件压缩 包含有源代码 备注简明-Huffman coding technique to realize zip file
Huffman
- 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
Huffman
- 实现了huffman编码的程序, 可以实现对文本文件的压缩与解压, 具有演示的功能, 界面比较友好-Huffman coding procedures with the functionality of the demo, the interface is more friendly
Myhufftree1
- 用Huffman树实现文件压缩,等到较高的压缩率,用VC++实现。-File compression Huffman tree until a higher compression ratio, achieve with VC++.
Huffman
- 以huffman编码方式对文本文件进行无损压缩,并可以实现解压还原文件。-In huffman encoding for lossless compression of text files, and can achieve unzip restore files.
huffman
- 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
HuffmanTree
- 一个哈夫曼编码的c++实现,亲测可用,可压缩各类文件-A Huffman coding c++ achieve pro-test available, compressible various documents
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
huffman
- 利用huffman编码实现文件的压缩解压缩并计算压缩率。-Use huffman coding realize the decompressed file compression and calculate the compression ratio.
compress
- 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe
huffman压缩
- 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)