CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - deflate compression

搜索资源列表

  1. zlib-1.2.2

    0下载:
  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
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:483798
    • 提供者:fwx
  1. Library_of_Cryptographic

    0下载:
  2. 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,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. PPPDeflateRFC1979

    0下载:
  2. 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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10317
    • 提供者:wangwen
  1. VB6_CompressZ-It_Code

    0下载:
  2. vb利用zlib 压缩源码,高人写了一个类-vb source code using zlib compression, an expert has written a class
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:19790
    • 提供者:风云会
  1. ZLibNetWrapper

    1下载:
  2. Deflate压缩算法源码,使用C++编写-Deflate compression algorithm source code, the use of C++ to prepare
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:189238
    • 提供者:白洁
  1. zlib

    0下载:
  2. 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
  3. 所属分类:压缩解压

    • 发布日期:2017-04-01
    • 文件大小:147764
    • 提供者:asdf
  1. Compression

    1下载:
  2. 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4433786
    • 提供者:hehe
  1. Compression

    0下载:
  2. Compression and decompression in Visual Basic. Quick and easy. With the use of GZIP and DEFLATE algorythms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:681680
    • 提供者:Eugene
  1. CompressionAlgorithmsDocs

    0下载:
  2. 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
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:772404
    • 提供者:JP
  1. CompressD

    0下载:
  2. 测试Zlib 库 Deflate算法压缩率时间-Zlib Deflate algorithm library test time compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:135706
    • 提供者:
  1. zlib-1.2.3

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:582441
    • 提供者:
  1. clib

    0下载:
  2. 压缩库文件v1.2,讲解压缩源码中各种接口程序原型-Clib features RLE, Huffman, LZW, LZ77, and Deflate compression methods.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7008
    • 提供者:guliqun
  1. delgizp

    0下载:
  2. gzip,zlib,以及图形格式png,使用的是同一个压缩算法deflate。我们通过对gzip源码的分析来对deflate压缩算法做一个详细的说明。我阅读的gzip版本为 gzip-1.2.4。我们对算法做三种程度的说明。第一种程度,对gzip所使用压缩算法基本原理的说明。第二种程度,对gzip压缩算法实现方法的说明。第三种程度,对gzip实现源码级的说明。 -gzip, zlib, and graphics formats png, using the same compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:350175
    • 提供者:丁建民
  1. Compression

    0下载:
  2. c# programming by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:37809
    • 提供者:kldqr
  1. zlib-1.2.5-Deflate

    0下载:
  2. This is Zlib compression library using deflate method to compress and decompress data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-23
    • 文件大小:7640261
    • 提供者:HELLO
  1. ppp_deflate

    0下载:
  2. interface the zlib procedures for Deflate compression and decompression (as used by gzip) to the PPP code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:5063
    • 提供者:quisanga
  1. tif_zip

    0下载:
  2. ZIP (aka Deflate) Compression Support Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3109
    • 提供者:xenkunban
  1. ppp_deflate

    0下载:
  2. ppp_deflate.c - interface the zlib procedures for Deflate compression and decompression (as used by gzip) to the PPP code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4538
    • 提供者:yrqeryh
  1. deflate

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8669
    • 提供者:songbzlie
  1. hetao_v9

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

    • 发布日期:2017-05-11
    • 文件大小:2057475
    • 提供者:hechengcheng
« 12 »
搜珍网 www.dssz.com