搜索资源列表
sting4.doc
- Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
lzf_com1
- lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和LZSS稍慢, 如果不用huffman, 速度和LZSS差不多.
hfm
- 在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。
Huffman
- 霍夫曼树 实验报告 内含源码 以及运行界面 实现为N个权值设计哈夫曼编码
Haffuman
- 利用Huffman原理实现的文件压缩功能
huffmancoding_sm
- 本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
huffman
- 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
Huffman
- This file encode a txt file with the Huffman algorithms. It also reconstruct it.
huff_C_exp2
- 霍夫曼编码 源码-Huffman source
TestZip
- 用huffman编码实现对文件的压缩以及解压。其中有四个功能,分别用-f、-d等参数,压缩文件为txz文件、原文件规定问txt文件-use the Huffman coding the file compression and decompression. Of these, four features were used-f,-d and other parameters, compressed file txz document, the provisions of the origina
docfile_huffman
- Doc file huffman, like huffman code
HuffmanCode
- 利用Huffman编码实现对文件的的高效压缩,包括全部的编解码程序-Huffman Coding Using efficient compression of files, including all the coding and decoding process
Huffman_coding_decoding_in_CPP
- 本文档介绍了霍夫曼编码的编码及解码C++实现方法-This document describes the encoding and decoding Huffman coding C++ Implementation
064
- A source file for Huffman Coding
huffman
- the huffman code for the compression application
Huffman
- 1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。 2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compr
Huffman-Decode
- Huffman 原理编码压缩解压文件,先构造 Huffma 树再编码-Huffman Decode
huffman
- 最优二叉树——哈夫曼树(带权路径长度最短)的完整实现,类C语言实现代码源文件,建议在visual studio2010/2015环境下运行。-Optimal binary tree- Huffman tree (with the right length of the shortest path) to achieve a complete, class C language code source files, it is recommended to run under visual stu
Huffman
- 建立一个文本文件,统计该文件中各字符频率,对各字符进行huffman编码,将该文件翻译成huffman编码文件,再将huffman编码文件翻译成原文件-The establishment of a text file, the statistics of the file in the character frequency, the characters huffman coding, the file translated into huffman encoded file, and the
