搜索资源列表
LZ-code
- LZ编码又称为字典编码,本程序演示了LZ编码的步骤,有助于理解LZ编码原理。-LZ encoding, also known as dictionary coding, the program demonstrated the LZ coding step towards understanding LZ coding theory.
lz
- 信息论与编码重要算法lz算法、汉明码实现码字 分组编码。
lzcode
- lz编码与解码的c++实现,对文本的操作效果不错,对不是很复杂的位图也有效。
op003
- LZ编码,使用字典压缩法,对一个资料值的集合(资料样式),分配一个比原值还要更短的码。
lz77
- 一个LZ77编码压缩的示例程序-a LZ77 compression coding examples of procedures
LZ77 Codec
- LZ77压缩编码算法的C代码,VC开发.-LZ77 compression algorithm C code, VC development.
LZ-code
- LZ编码又称为字典编码,本程序演示了LZ编码的步骤,有助于理解LZ编码原理。-LZ encoding, also known as dictionary coding, the program demonstrated the LZ coding step towards understanding LZ coding theory.
LZ77
- LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。-LZ77 compression algorithm is a lossless data compression algorithm. The algorithm is most LZ algorithm variants, such as LZW, LZSS compression algor
lz
- 信息论与编码重要算法lz算法、汉明码实现码字 分组编码。-Information Theory and Coding Algorithm important lz algorithm, Hamming Code codeword block coding to achieve.
lzcode
- lz编码与解码的c++实现,对文本的操作效果不错,对不是很复杂的位图也有效。-lz encoding and decoding of c++ realize, on the text to operate well, are not very complicated bitmaps and effective.
op003
- LZ编码,使用字典压缩法,对一个资料值的集合(资料样式),分配一个比原值还要更短的码。-LZ coding, dictionary compression, the use of a collection of data values (data pattern), the distribution of a still shorter than the original value of the code.
dfountain
- LZ编码 一种有用的信道编码,我直接从网站上下的,没有运行过-LZ channel modulator ,i v get it from the web just now!!!
lz
- 运用L-Z编码方式,对无记忆信源进行编码,包含编码字典,信息墒。-LZ encoding to use for non-memory source coding, including encoding the dictionary, and information entropy.
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.
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
LZ-_GUI
- LZ编码matlab算法代码及其GUI界面设计-LZ encoding matlab algorithm code and its GUI interface design
LZ
- lz 编码,自带图片,求图像的lz编码,绝壁有效-it s a answer to lz codes.
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 theoret