搜索资源列表
LZ77
- LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。
lzcode
- lz编码与解码的c++实现,对文本的操作效果不错,对不是很复杂的位图也有效。
op003
- LZ编码,使用字典压缩法,对一个资料值的集合(资料样式),分配一个比原值还要更短的码。
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
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.
LZ--haveDic
- lz编码与解码,可以实现对图片和文档的编码和解码,编码率99&以上,很好用-lz encoding and decoding, pictures and documents can be achieved for encoding and decoding, encoding rate of 99 & above, very good use
5275340D-2F87-4FAF-A46F-48070DD54B66
- lz编码译码LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. -lz codec LZW is through the establishment of a string table, with a shorter code to represent a long string to achieve compression.
codingsystem
- 这是一个编码系统,包括图像配准,一维二维huffman编码,lz算法等。-This is a coding system, including image registration, one-dimensional two-dimensional huffman coding, lz algorithm.
arithmetic_code_and_LZ_code
- 算术码和LZ碼的编码和解码,有MATLAB和C++两种程序,很好用。-Arithmetic code and the LZ code encoding and decoding, there are two MATLAB and C++ program, easy to use.
LZ-gai
- LZ编码MATLAB算法,并且包含含有性能分析-the LZ coding of matlab,With performance analysis and includes
LZ--haveDic
- LZ编码的程序,分为了几个文件,有利于学习。-LZ encoding process, is divided into several files。It s easy to learn
hfm
- 这是多霍夫曼编码的例子,为GUI模式包含LZ等-the example for huofuman
LZ-_GUI
- LZ编码matlab算法代码及其GUI界面设计-LZ encoding matlab algorithm code and its GUI interface design
67682557lzcode
- LZ编码 压缩算法 C++语言环境下 可以运行
lc
- lz压缩编码实现了lz编码的算法对文件进行压缩-lz lz compression coding algorithm to achieve a file compression
LZcodeing
- LZ编码的matlab程序,可将文本进行压缩,使用三元组和滑动窗进行压缩。-LZ coding matlab program can compress text, using triples and sliding window compression.
LZ
- 本次采用的是LZ78算法,LZ78的编码思想是不断地从字符流中提取新的缀-符串(String),通俗地理解为新“词条”,然后用“代 号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流(Charstream),生成码字流(Codestream),从而达到压缩数据的目的。-The algorithm uses a LZ78, LZ78 coding idea is continually extracted from t
LZcode
- 基于matlab的LZ编码,加密和解密可单独执行-LZ coding based on MATLAB, the encryption and decryption can be performed separately
code
- 包含霍夫曼编码,算数编码,LZ编码以及GUI界面-Include Huffman coding, arithmetic coding, LZ coding and GUI interface
LZ编码
- LZ 系列算法用一种巧妙的方式将字典技术应用于通用数据压缩领域,而且,可以从理论上证明LZ 系列算法同样可以逼近信息熵的极限。 实现LZ算法且实现GUI界面(The LZ series algorithm uses a clever way to apply the dictionary technology to the general data compression field. Moreover, it can theoretically prove that the LZ serie