搜索资源列表
-
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), r
-
-
0下载:
a C++ Class Library of Cryptographic Primitives
This library includes:
MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES,
IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
-
-
0下载:
PPP Deflate压缩协议(PPP Deflate Protocol)
摘要
点到点协议(PPP)[1]提供了一种在点到点链路上传输多协议数据报的标准方法。压缩控制协议(CCP)[2]提供了一种在PPP封装链路上协商和使用压缩协议的方法。本文档描述了如何使用PPP Deflate压缩协议压缩PPP封装报文。
-PPP Deflate compression protocol (PPP Deflate Protocol) Abstract point-to-point p
-
-
1下载:
开源 zlib 库
zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。-Is to provide open source zlib data compression librar
-
-
0下载:
The included files are TIFF "tool" programs distributed with libtiff.
The programs were built with libtiff 3.5.4, for Windows 95/98/NT/2000.
Note that the library was built with a minimal default set of compression
options. In particular, De
-
-
0下载:
vb利用zlib 压缩源码,高人写了一个类-vb source code using zlib compression, an expert has written a class
-
-
1下载:
Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
-
-
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
-
-
1下载:
文件夹的压缩和解压缩功能测试程序
由于要用程序压缩一个文件夹,因此选用zlib库。
在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。
说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。
-Decompress from file source to file dest until stream ends or EOF.
inf() returns Z_OK on success, Z_MEM
-
-
0下载:
Compression and decompression in Visual Basic.
Quick and easy.
With the use of GZIP and DEFLATE algorythms
-
-
0下载:
测试Zlib 库 Deflate算法压缩率时间-Zlib Deflate algorithm library test time compression ratio
-
-
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 l
-
-
0下载:
压缩库文件v1.2,讲解压缩源码中各种接口程序原型-Clib features RLE, Huffman, LZW, LZ77, and Deflate compression methods.
-
-
0下载:
gzip,zlib,以及图形格式png,使用的是同一个压缩算法deflate。我们通过对gzip源码的分析来对deflate压缩算法做一个详细的说明。我阅读的gzip版本为 gzip-1.2.4。我们对算法做三种程度的说明。第一种程度,对gzip所使用压缩算法基本原理的说明。第二种程度,对gzip压缩算法实现方法的说明。第三种程度,对gzip实现源码级的说明。
-gzip, zlib, and graphics formats png, using the same compression
-
-
0下载:
c# programming
by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.
-
-
0下载:
This is Zlib compression library using deflate method to compress and decompress data
-
-
0下载:
interface the zlib procedures for Deflate compression and decompression (as used by gzip) to the PPP code.
-
-
0下载:
ZIP (aka Deflate) Compression Support Source Code for Linux.
-
-
0下载:
ppp_deflate.c - interface the zlib procedures for Deflate compression and decompression (as used by gzip) to the PPP code.
-
-
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.
-