文件名称:zlib123

介绍说明--下载内容均来自于网络,请自行研究使用



The deflation algorithm used by gzip (also zip and zlib) is a variation of

LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in

the input data. The second occurrence of a string is replaced by a

pointer to the previous string, in the form of a pair (distance,

length). Distances are limited to 32K bytes, and lengths are limited

to 258 bytes. When a string does not occur anywhere in the previous

32K bytes, it is emitted as a sequence of literal bytes. (In this

descr iption, `string must be taken as an arbitrary sequence of bytes,

and is not restricted to printable characters.)

-The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this descr iption, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
相关搜索: ZLIB
lz77
gzip
arbitrary
zip
zlib

(系统自动生成,下载前可以参看下载内容)

下载文件列表

zlib123

.......\adler32.c

.......\algorithm.txt

.......\amiga

.......\.....\Makefile.pup

.......\.....\Makefile.sas

.......\as400

.......\.....\bndsrc

.......\.....\compile.clp

.......\.....\readme.txt

.......\.....\zlib.inc

.......\ChangeLog

.......\compress.c

.......\configure

.......\contrib

.......\.......\ada

.......\.......\...\buffer_demo.adb

.......\.......\...\mtest.adb

.......\.......\...\read.adb

.......\.......\...\readme.txt

.......\.......\...\test.adb

.......\.......\...\zlib-streams.adb

.......\.......\...\zlib-streams.ads

.......\.......\...\zlib-thin.adb

.......\.......\...\zlib-thin.ads

.......\.......\...\zlib.adb

.......\.......\...\zlib.ads

.......\.......\...\zlib.gpr

.......\.......\asm586

.......\.......\......\match.S

.......\.......\......\README.586

.......\.......\asm686

.......\.......\......\match.S

.......\.......\......\README.686

.......\.......\blast

.......\.......\.....\blast.c

.......\.......\.....\blast.h

.......\.......\.....\Makefile

.......\.......\.....\README

.......\.......\.....\test.pk

.......\.......\.....\test.txt

.......\.......\delphi

.......\.......\......\readme.txt

.......\.......\......\ZLib.pas

.......\.......\......\ZLibConst.pas

.......\.......\......\zlibd32.mak

.......\.......\dotzlib

.......\.......\.......\DotZLib

.......\.......\.......\.......\AssemblyInfo.cs

.......\.......\.......\.......\ChecksumImpl.cs

.......\.......\.......\.......\CircularBuffer.cs

.......\.......\.......\.......\CodecBase.cs

.......\.......\.......\.......\Deflater.cs

.......\.......\.......\.......\DotZLib.cs

.......\.......\.......\.......\DotZLib.csproj

.......\.......\.......\.......\GZipStream.cs

.......\.......\.......\.......\Inflater.cs

.......\.......\.......\.......\UnitTests.cs

.......\.......\.......\DotZLib.build

.......\.......\.......\DotZLib.chm

.......\.......\.......\DotZLib.sln

.......\.......\.......\LICENSE_1_0.txt

.......\.......\.......\readme.txt

.......\.......\infback9

.......\.......\........\infback9.c

.......\.......\........\infback9.h

.......\.......\........\inffix9.h

.......\.......\........\inflate9.h

.......\.......\........\inftree9.c

.......\.......\........\inftree9.h

.......\.......\........\README

.......\.......\inflate86

.......\.......\.........\inffas86.c

.......\.......\.........\inffast.S

.......\.......\iostream

.......\.......\........\test.cpp

.......\.......\........\zfstream.cpp

.......\.......\........\zfstream.h

.......\.......\iostream2

.......\.......\.........\zstream.h

.......\.......\.........\zstream_test.cpp

.......\.......\iostream3

.......\.......\.........\README

.......\.......\.........\test.cc

.......\.......\.........\TODO

.......\.......\.........\zfstream.cc

.......\.......\.........\zfstream.h

.......\.......\masm686

.......\.......\.......\match.asm

.......\.......\masmx64

.......\.......\.......\bld_ml64.bat

.......\.......\.......\gvmat64.asm

.......\.......\.......\gvmat64.obj

.......\.......\.......\inffas8664.c

.......\.......\.......\inffasx64.asm

.......\.......\.......\inffasx64.obj

.......\.......\.......\readme.txt

.......\.......\masmx86

.......\.......\.......\bld_ml32.bat

.......\.......\.......\gvmat32.asm

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org