搜索资源列表
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/rfc/rfc1950.txt (zlib format), r
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 Compress.cpp CRC.cpp Defla
Library_of_Cryptographic
- 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,
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 the process terminates properly
PPPDeflateRFC1979
- 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
DLL-src
- ocx 代码,C++编写`DEFLATE Compressed Data Format Specification available in ftp://ds.internic.net/rfc/rfc1951.txt
VxWorks_ysjs
- Vxworks经典论文 VxWorks压缩技术.pdf 介绍一种利用Tornado和VxWorks自带的deflate和inflate,对VxWorks文件进行压缩和解压缩的技术
zlib-1.2.5
- 开源 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
CompressPack
- 用C#编写的使用Deflate算法压缩和解压缩流的DLL及源代码。该DLL是在前人基础上修改并扩展而成,可在项目中直接引用CompressPack命名空间使用。经测试字符串数组,大于1KB的数据压缩率在50%~98%之间。包含如下功能: 生成一个测试的数组 生成一个测试的DataSet 将Object转为Byte数组 将Byte数组压缩为Byte数组 将object压缩为byte数组 将Byte数组解压缩为Byte数组 将压缩的Byte数组转为Object 将解压
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 implementation of the deflate
Compression
- 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM
Compression
- Compression and decompression in Visual Basic. Quick and easy. With the use of GZIP and DEFLATE algorythms
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. Gzip source code from, we have l
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
