文件名称:gzip
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:292.41kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The deflation algorithm used by zip and gzip 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.)
-gzip compress and decompress
The deflation algorithm used by zip and gzip 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.)
(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.)
-gzip compress and decompress
The deflation algorithm used by zip and gzip 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.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gzip/add.c
gzip/algorithm.doc
gzip/amiga/Makefile.gcc
gzip/amiga/Makefile.sasc
gzip/amiga/match.a
gzip/amiga/tailor.c
gzip/amiga/utime.h
gzip/amiga
gzip/atari/Makefile.st
gzip/atari
gzip/bits.c
gzip/build.cpl
gzip/ChangeLog
gzip/ci.opts
gzip/configure
gzip/configure.in
gzip/COPYING
gzip/crypt.c
gzip/crypt.h
gzip/deflate.c
gzip/doturboc.bat
gzip/errno.h
gzip/fcntl.h
gzip/getopt.c
gzip/getopt.h
gzip/gpl.texinfo
gzip/gzexe.1
gzip/gzexe.in
gzip/gzip.1
gzip/gzip.c
gzip/gzip.def
gzip/gzip.doc
gzip/gzip.h
gzip/gzip.hlp
gzip/gzip.info
gzip/gzip.prj
gzip/gzip.texi
gzip/gzip16.def
gzip/inflate.c
gzip/INSTALL
gzip/lzw.c
gzip/lzw.h
gzip/makecrc.c
gzip/Makefile.bor
gzip/Makefile.djg
gzip/Makefile.gcc
gzip/Makefile.in
gzip/Makefile.mms
gzip/Makefile.msc
gzip/Makefile.nt
gzip/Makefile.os2
gzip/Makefile.sasc
gzip/Makefile.st
gzip/Makefile.vms
gzip/makegzip.com
gzip/match.a
gzip/match.asm
gzip/match.S
gzip/msdos/doturboc.bat
gzip/msdos/gzip.prj
gzip/msdos/Makefile.bor
gzip/msdos/Makefile.djg
gzip/msdos/Makefile.msc
gzip/msdos/match.asm
gzip/msdos/tailor.c
gzip/msdos
gzip/NEWS
gzip/nt/Makefile.nt
gzip/nt
gzip/os2/gzip.def
gzip/os2/gzip16.def
gzip/os2/Makefile.os2
gzip/os2
gzip/primos/build.cpl
gzip/primos/ci.opts
gzip/primos/include/errno.h
gzip/primos/include/fcntl.h
gzip/primos/include/stdlib.h
gzip/primos/include/sysStat.h
gzip/primos/include/sysTypes.h
gzip/primos/include
gzip/primos/primos.c
gzip/primos/readme
gzip/primos
gzip/primos.c
gzip/README
gzip/Readme.vms
gzip/revision.h
gzip/sample/add.c
gzip/sample/makecrc.c
gzip/sample/sub.c
gzip/sample/zfile
gzip/sample/zread.c
gzip/sample/ztouch
gzip/sample
gzip/stdlib.h
gzip/sub.c
gzip/sysStat.h
gzip/sysTypes.h
gzip/tailor.c
gzip/tailor.h
gzip/texinfo.tex
gzip/THANKS
gzip/TODO
gzip/trees.c
gzip/unlzh.c
gzip/unlzw.c
gzip/unpack.c
gzip/unzip.c
gzip/util.c
gzip/utime.h
gzip/vms/gzip.hlp
gzip/vms/Makefile.gcc
gzip/vms/Makefile.mms
gzip/vms/Makefile.vms
gzip/vms/makegzip.com
gzip/vms/Readme.vms
gzip/vms/vms.c
gzip/vms
gzip/vms.c
gzip/zdiff.1
gzip/zdiff.in
gzip/zfile
gzip/zforce.1
gzip/zforce.in
gzip/zgrep.1
gzip/zgrep.in
gzip/zip.c
gzip/zmore.1
gzip/zmore.in
gzip/znew.1
gzip/znew.in
gzip/zread.c
gzip/ztouch
gzip
gzip/algorithm.doc
gzip/amiga/Makefile.gcc
gzip/amiga/Makefile.sasc
gzip/amiga/match.a
gzip/amiga/tailor.c
gzip/amiga/utime.h
gzip/amiga
gzip/atari/Makefile.st
gzip/atari
gzip/bits.c
gzip/build.cpl
gzip/ChangeLog
gzip/ci.opts
gzip/configure
gzip/configure.in
gzip/COPYING
gzip/crypt.c
gzip/crypt.h
gzip/deflate.c
gzip/doturboc.bat
gzip/errno.h
gzip/fcntl.h
gzip/getopt.c
gzip/getopt.h
gzip/gpl.texinfo
gzip/gzexe.1
gzip/gzexe.in
gzip/gzip.1
gzip/gzip.c
gzip/gzip.def
gzip/gzip.doc
gzip/gzip.h
gzip/gzip.hlp
gzip/gzip.info
gzip/gzip.prj
gzip/gzip.texi
gzip/gzip16.def
gzip/inflate.c
gzip/INSTALL
gzip/lzw.c
gzip/lzw.h
gzip/makecrc.c
gzip/Makefile.bor
gzip/Makefile.djg
gzip/Makefile.gcc
gzip/Makefile.in
gzip/Makefile.mms
gzip/Makefile.msc
gzip/Makefile.nt
gzip/Makefile.os2
gzip/Makefile.sasc
gzip/Makefile.st
gzip/Makefile.vms
gzip/makegzip.com
gzip/match.a
gzip/match.asm
gzip/match.S
gzip/msdos/doturboc.bat
gzip/msdos/gzip.prj
gzip/msdos/Makefile.bor
gzip/msdos/Makefile.djg
gzip/msdos/Makefile.msc
gzip/msdos/match.asm
gzip/msdos/tailor.c
gzip/msdos
gzip/NEWS
gzip/nt/Makefile.nt
gzip/nt
gzip/os2/gzip.def
gzip/os2/gzip16.def
gzip/os2/Makefile.os2
gzip/os2
gzip/primos/build.cpl
gzip/primos/ci.opts
gzip/primos/include/errno.h
gzip/primos/include/fcntl.h
gzip/primos/include/stdlib.h
gzip/primos/include/sysStat.h
gzip/primos/include/sysTypes.h
gzip/primos/include
gzip/primos/primos.c
gzip/primos/readme
gzip/primos
gzip/primos.c
gzip/README
gzip/Readme.vms
gzip/revision.h
gzip/sample/add.c
gzip/sample/makecrc.c
gzip/sample/sub.c
gzip/sample/zfile
gzip/sample/zread.c
gzip/sample/ztouch
gzip/sample
gzip/stdlib.h
gzip/sub.c
gzip/sysStat.h
gzip/sysTypes.h
gzip/tailor.c
gzip/tailor.h
gzip/texinfo.tex
gzip/THANKS
gzip/TODO
gzip/trees.c
gzip/unlzh.c
gzip/unlzw.c
gzip/unpack.c
gzip/unzip.c
gzip/util.c
gzip/utime.h
gzip/vms/gzip.hlp
gzip/vms/Makefile.gcc
gzip/vms/Makefile.mms
gzip/vms/Makefile.vms
gzip/vms/makegzip.com
gzip/vms/Readme.vms
gzip/vms/vms.c
gzip/vms
gzip/vms.c
gzip/zdiff.1
gzip/zdiff.in
gzip/zfile
gzip/zforce.1
gzip/zforce.in
gzip/zgrep.1
gzip/zgrep.in
gzip/zip.c
gzip/zmore.1
gzip/zmore.in
gzip/znew.1
gzip/znew.in
gzip/zread.c
gzip/ztouch
gzip
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.