Welcome![Sign In][Sign Up]
Location:
Search - deflate

Search list

[Compress-Decompress algrithmszlib-1.2.2

Description: 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
Platform: | Size: 483798 | Author: fwx | Hits:

[Compress-Decompress algrithmszlib-1.2.2

Description: 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
Platform: | Size: 483328 | Author: fwx | Hits:

[Software EngineeringZIP_Deflate_Algorithm

Description: 通过讲解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.
Platform: | Size: 36864 | Author: wuqixuan | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 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.
Platform: | Size: 608256 | Author: ylin_v | Hits:

[OtherZlib-hanshu

Description: 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.
Platform: | Size: 11264 | Author: ylin_v | Hits:

[OtherDLL-src

Description: 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
Platform: | Size: 128000 | Author: your name | Hits:

[VxWorksVxWorks_ysjs

Description: 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
Platform: | Size: 126976 | Author: GB | Hits:

[Compress-Decompress algrithmsZLibNetWrapper

Description: Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
Platform: | Size: 189440 | Author: 白洁 | Hits:

[Compress-Decompress algrithmszlib

Description: 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.
Platform: | Size: 147456 | Author: asdf | Hits:

[OtherCompression

Description: 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用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
Platform: | Size: 4433920 | Author: hehe | Hits:

[Compress-Decompress algrithmsCompression

Description: Compression and decompression in Visual Basic. Quick and easy. With the use of GZIP and DEFLATE algorythms
Platform: | Size: 681984 | Author: Eugene | Hits:

[Industry researchCompressionAlgorithmsDocs

Description: 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
Platform: | Size: 772096 | Author: JP | Hits:

[Compress-Decompress algrithmsCompressD

Description: 测试Zlib 库 Deflate算法压缩率时间-Zlib Deflate algorithm library test time compression ratio
Platform: | Size: 136192 | Author: | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 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.
Platform: | Size: 582656 | Author: | Hits:

[WEB CodeDeflate

Description: 用deflate来进行流压缩和流解压缩的代码-The flow of compressed fluid extract
Platform: | Size: 1024 | Author: 高会 | Hits:

[Compress-Decompress algrithmszlib-1.2.5-Deflate

Description: This is Zlib compression library using deflate method to compress and decompress data
Platform: | Size: 7640064 | Author: HELLO | Hits:

[Linux-Unixdeflate

Description: Deflate algorithm (RFC 1951), implemented here primarily for use by IPCOMP (RFC 3173 & RFC 2394) for Linux.
Platform: | Size: 1024 | Author: youkanfan | Hits:

[Linux-Unixdeflate

Description: 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.
Platform: | Size: 8192 | Author: songbzlie | Hits:

[Linux-Unixdeflate

Description: deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Platform: | Size: 11264 | Author: frziuvue | Hits:

[Driver Developdeflate

Description: deflate 源码,主流的压缩算法的C实现-deflate source code
Platform: | Size: 84992 | Author: 杜盼 | Hits:
« 12 3 4 »

CodeBus www.codebus.net