CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - deflate
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - deflate - List
[
Compress-Decompress algrithms
]
zlib-1.2.2
DL : 0
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Update
: 2008-10-13
Size
: 472.46kb
Publisher
:
fwx
[
Compress-Decompress algrithms
]
zlib-1.2.2
DL : 0
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Update
: 2025-02-17
Size
: 472kb
Publisher
:
fwx
[
Software Engineering
]
ZIP_Deflate_Algorithm
DL : 0
通过讲解gzip源码,对zip领域的流行算法-deflate 进行深入的分析,本文是目前迄今为止可以找到的对deflate分析得较好一篇文章。-through gzip on the source, zip right field of popular algorithm-deflate an in-depth analysis, This is the current date can find the right deflate a better analysis of the article.
Update
: 2025-02-17
Size
: 36kb
Publisher
:
wuqixuan
[
Compress-Decompress algrithms
]
zlib-1.2.3
DL : 0
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs wonder when they should provide more input, when they should use more output. what to do with a Z_BUF_ERROR. how to make sure the process terminates properl y, and so on. So for those who have read zlib.h (a few times), and would like further edification. below is an annotated example in C of simple rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Update
: 2025-02-17
Size
: 594kb
Publisher
:
ylin_v
[
Other
]
Zlib-hanshu
DL : 0
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.-Zlib Function List We often get questions about how t he deflate () and inflate () functions should be used. Users wonder when they should provide mor e input, when they should use more output. what to do with a Z_BUF_ERROR. how to make sure the process terminates properl y, and so on. So for those who have read zlib.h (a few times), and would like further edification. below is an annotated example in C of simple rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
ylin_v
[
Other
]
DLL-src
DL : 0
ocx 代码,C++编写`DEFLATE Compressed Data Format Specification available in ftp://ds.internic.net/rfc/rfc1951.txt -ocx code, C++ prepared `DEFLATE Compressed Data Format Specification available inftp:// ds.internic.net/rfc/rfc1951.txt
Update
: 2025-02-17
Size
: 125kb
Publisher
:
your name
[
VxWorks
]
VxWorks_ysjs
DL : 0
Vxworks经典论文 VxWorks压缩技术.pdf 介绍一种利用Tornado和VxWorks自带的deflate和inflate,对VxWorks文件进行压缩和解压缩的技术-Vxworks classic papers VxWorks compression technology. Pdf introduce the use of Tornado and VxWorks a built-in deflate and inflate, on VxWorks file compression and decompression technology
Update
: 2025-02-17
Size
: 124kb
Publisher
:
GB
[
Compress-Decompress algrithms
]
ZLibNetWrapper
DL : 1
Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
Update
: 2025-02-17
Size
: 185kb
Publisher
:
白洁
[
Compress-Decompress algrithms
]
zlib
DL : 0
zlib - a data compression library routines that provide a safe, free and unpatented implementation of the deflate compression algorithm.-zlib- a data compression library routines that provide a safe, free and unpatented implementation of the deflate compression algorithm.
Update
: 2025-02-17
Size
: 144kb
Publisher
:
asdf
[
Other
]
Compression
DL : 0
文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated for processing, Z_DATA_ERROR if the deflate data is invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and the version of the library linked do not match, or Z_ERRNO if there is an error reading or writing the files 本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/spacetiller/archive/2007/11/05/1867931.aspx
Update
: 2025-02-17
Size
: 4.23mb
Publisher
:
hehe
[
Compress-Decompress algrithms
]
Compression
DL : 0
Compression and decompression in Visual Basic. Quick and easy. With the use of GZIP and DEFLATE algorythms
Update
: 2025-02-17
Size
: 666kb
Publisher
:
Eugene
[
Industry research
]
CompressionAlgorithmsDocs
DL : 0
Set of documents describing various compression techniques 1) Arithmetic coding 2) Burrows Wheeler transform 3) DEFLATE, LZW, LZ77, LZ78 algorithms 4) Discrete wavelet transform 5) Run lenght encoding 6) ZIP and PNG file formats
Update
: 2025-02-17
Size
: 754kb
Publisher
:
JP
[
Compress-Decompress algrithms
]
CompressD
DL : 0
测试Zlib 库 Deflate算法压缩率时间-Zlib Deflate algorithm library test time compression ratio
Update
: 2025-02-17
Size
: 133kb
Publisher
:
杨
[
Compress-Decompress algrithms
]
zlib-1.2.3
DL : 0
gzip 使用deflate算法进行压缩。zlib,以及图形格式png,使用的压缩算法也是deflate算法。从gzip的源码中,我们了解到了defalte算法的原理和实现。-gzip compressed using the deflate algorithm. zlib, and graphics formats png, use the compression algorithm is deflate algorithm. Gzip source code from, we have learned defalte algorithm theory and implementation.
Update
: 2025-02-17
Size
: 569kb
Publisher
:
[
WEB Code
]
Deflate
DL : 0
用deflate来进行流压缩和流解压缩的代码-The flow of compressed fluid extract
Update
: 2025-02-17
Size
: 1kb
Publisher
:
高会
[
Compress-Decompress algrithms
]
zlib-1.2.5-Deflate
DL : 0
This is Zlib compression library using deflate method to compress and decompress data
Update
: 2025-02-17
Size
: 7.29mb
Publisher
:
HELLO
[
Linux-Unix
]
deflate
DL : 0
Deflate algorithm (RFC 1951), implemented here primarily for use by IPCOMP (RFC 3173 & RFC 2394) for Linux.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
youkanfan
[
Linux-Unix
]
deflate
DL : 0
Functions to compress according to the DEFLATE specification, using the squeeze LZ77 compression backend.-Functions to compress according to the DEFLATE specification, using the squeeze LZ77 compression backend.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
songbzlie
[
Linux-Unix
]
deflate
DL : 1
deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
frziuvue
[
Driver Develop
]
deflate
DL : 0
deflate 源码,主流的压缩算法的C实现-deflate source code
Update
: 2025-02-17
Size
: 83kb
Publisher
:
杜盼
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.