搜索资源列表
zlib-1.2.2
- 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/rf
200561673082201
- DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK
zlib-1.2.2
- 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/rf
ZIP_Deflate_Algorithm
- 通过讲解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
zlib-1.2.3
- 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 t
DLL-src
- 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/rf
VxWorks_ysjs
- 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 inf
ZLibNetWrapper
- Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
zlib
- 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
Compression
- 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf()
Compression
- Compression and decompression in Visual Basic. Quick and easy. With the use of GZIP and DEFLATE algorythms
CompressionAlgorithmsDocs
- 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
CompressD
- 测试Zlib 库 Deflate算法压缩率时间-Zlib Deflate algorithm library test time compression ratio
zlib-1.2.3
- 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. Gz
Deflate
- 用deflate来进行流压缩和流解压缩的代码-The flow of compressed fluid extract
zlib-1.2.5-Deflate
- This is Zlib compression library using deflate method to compress and decompress data
deflate
- Deflate algorithm (RFC 1951), implemented here primarily for use by IPCOMP (RFC 3173 & RFC 2394) for Linux.
deflate
- 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.
deflate
- deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
deflate
- deflate 源码,主流的压缩算法的C实现-deflate source code