Lempel-Ziv的意思|示意
Lempel-Ziv的网络常见释义
实现 ...压缩算法LZ压缩算法拥有LZ77、LZ78、LZW几种不同的演变算法,LZ压缩模式有许多不同的变量。基本压缩库由LZ77算法实现(Lempel-Ziv,1977),具有很好的执行效果,而且源代码也非常容易理解。LZ编码器能用于通用目标的压缩,特别是对于文本压缩具有很好的执行效果。
Lempel-Ziv相关短语
1、 Lempel-Ziv-Welch 编码法
Lempel-Ziv相关例句
The first technique is to use the Burrows-Wheeler compression algorithm rather than Lempel-Ziv sequential algorithms.
第一种技术使用Burrows - Wheeler压缩算法而不是顺序Lempel - ziv算法。
The test shows that multi-scale Lempel-Ziv complexity can be used as an image classification method or as a feature of image classifier.
该结果说明:不同尺度下复杂性的差异可以作为图像分类的新方法或者作为现有分类器的特征。
The deflation algorithm used by gzip (also zip and zlib) is an open-source, patent-free variation of the LZ77 (Lempel-Ziv 1977) algorithm.
gzip(也称zip或zlib)所使用的算法是开源、无专利的LZ77 (Lempel - Ziv 1977)算法的变体。
Burrows-Wheeler operates by grouping related strings in a uncompressed source, rather than in the Lempel-Ziv style of building up a dictionary of string occurrences.
Burrows - Wheeler通过对未压缩的源文件中的相关字符串进行分组来操作,而不是象Lempel - Ziv风格那样构建一个字符串重现的字典。