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)算法的变体。
The gzip compressor is based on the DEFLATE lossless data compression algorithm, which USES a combination of the LZ77 algorithm and Huffman coding.
gzip压缩器基于deflate无损数据压缩算法,它使用LZ77算法和Huffman编码的组合。
To compress data, the LZ77 algorithm replaces portions of the data with references to matching data that has already passed through both the encoder and the decoder.
为了压缩数据,LZ 77算法使用对匹配数据的引用来取代数据部分。匹配数据已经通过编码器和解码器传递。
应用推荐