当前位置:
首页
资源下载

搜索资源 - deflate compression
搜索资源列表
-
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
-
-
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下载:
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
-
-
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.
-
-
0下载:
一款国人原创研发的开放源代码的C语言实现的支持高并发、超高性能Web服务器,使用高性能HTTP解析器fasterhttp作为其解析核心,在开启Keep-Alive和gzip压缩时性能比nginx约快4倍。
hetao功能:
* 支持HTTP/1.0、HTTP/1.1
* 支持通讯超时控制
* 支持多侦听端口
* 支持多虚拟主机(基于域名)
* 支持自定义错误页面
* 支持自定义缺省index文件
* 支持自适应Keep-Alive
* 支持自适应gzip、de
-