搜索资源列表
lz78
- 解压后可以在vb中运行 ,具体的方法参见界面提示-unpacked in vb run, the specific method suggested See interface
Compression
- 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
LZW
- 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。
LZ78
- 实现LZ-78码的编码和译码程序,不必知道信源的概率分布,用于加深对LZ-78编码算法的理解。-Achieve the LZ-78 code encoding and decoding that we do not know the source of the probability distribution for the deepening of the LZ-78 encoding algorithm understanding.
11wx
- LZ78算发,数据压缩类型.你可以用visal c++软件运行,他可以实现数据的压缩等功能.-About LZ78.you can compress date by it.It was written by C++ .Can it by the software visal c++.
Compression
- 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
yanzheng
- LZ78编译码算法。可以实现LZ78词典编译码算法-LZ78 encoding and decoding algorithms. LZ78 dictionary coding and decoding algorithm can be achieved
CompressionLZ77-LZ78-HUF-ARI-LZW-RLE
- 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
lz78
- LZ78字典压缩算法的原理实现文件的压缩及解压,需要在d盘根目录下建立a.txt文件作为压缩的源文件-LZ78 dictionary compression algorithm to achieve the principle of the file compression and decompression, the need d established under the root directory a.txt file as a compressed source file
LZ77-LZ78-HUF-ARI-LZW-RLE
- 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
Kompresja
- Compress alghoritm LZ78
entropy-encoding
- 视频信号熵编码源程序 熵编码法是一种进行无损数据压缩的技术,在这个技术中一段文字中的每个字母被一段不同长度的比特(Bit)所代替。与此相对的是LZ77或者LZ78等数据压缩方法,在这些方法中原文的一段字母列被其它字母取代。 每个字母按照其出现的可能性所获得的最佳比特数取决于熵。 本程序不仅提供源程序,还提供相应的实例。-Entropy coding the video signal source for entropy coding method is a lossless data
LZ78
- lz78.java是lz78压缩算法的实现,是java版本的实现-Allow phonetic typing lz78.java is lz78 compression algorithm, the implementation of the java version
LZ78
- LZ78 C++ source code, maybe useful
LZ78_cmd
- LZ78字典编码的VC++程序,所编为控制台应用程序,实现较为简单,编码已实现,解码可自行实现。-LZ78 dictionary code
LZ78_mfc
- LZ78算法的mfc程序,有窗口(对话框)显示,简单,visual c++ 6.0编制-LZ78 simple mfc program by vc++ 6.0
Code
- 算数编码和LZ78字典编码的联合MFC程序,程序有界面,简单易行-The code is designed by vc++ 6.0,which is simple and convenient
LZ
- 本次采用的是LZ78算法,LZ78的编码思想是不断地从字符流中提取新的缀-符串(String),通俗地理解为新“词条”,然后用“代 号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流(Charstream),生成码字流(Codestream),从而达到压缩数据的目的。-The algorithm uses a LZ78, LZ78 coding idea is continually extracted from t