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

搜索资源列表

  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. 200561673082201

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

    • 发布日期:2008-10-13
    • 文件大小:138553
    • 提供者:water1974
  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. zlib-1.2.3

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

    • 发布日期:2008-10-13
    • 文件大小:608589
    • 提供者:ylin_v
  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. DLL-src

    0下载:
  2. ocx 代码,C++编写`DEFLATE Compressed Data Format Specification available in ftp://ds.internic.net/rfc/rfc1951.txt
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:128643
    • 提供者:your name
  1. VxWorks_ysjs

    0下载:
  2. Vxworks经典论文 VxWorks压缩技术.pdf 介绍一种利用Tornado和VxWorks自带的deflate和inflate,对VxWorks文件进行压缩和解压缩的技术
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:127595
    • 提供者:GB
  1. zlib-1.2.5

    1下载:
  2. 开源 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:654242
    • 提供者:love
  1. CompressPack

    0下载:
  2. 用C#编写的使用Deflate算法压缩和解压缩流的DLL及源代码。该DLL是在前人基础上修改并扩展而成,可在项目中直接引用CompressPack命名空间使用。经测试字符串数组,大于1KB的数据压缩率在50%~98%之间。包含如下功能: 生成一个测试的数组 生成一个测试的DataSet 将Object转为Byte数组 将Byte数组压缩为Byte数组 将object压缩为byte数组 将Byte数组解压缩为Byte数组 将压缩的Byte数组转为Object 将解压
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:19976
    • 提供者:zyh
  1. ZLibNetWrapper

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

    • 发布日期:2017-03-31
    • 文件大小: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. 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. 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. deflate

    0下载:
  2. Deflate algorithm (RFC 1951), implemented here primarily for use by IPCOMP (RFC 3173 & RFC 2394) for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1352
    • 提供者:youkanfan
  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-28
    • 文件大小:8669
    • 提供者:songbzlie
  1. deflate

    0下载:
  2. deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11238
    • 提供者:frziuvue
  1. deflate

    1下载:
  2. deflate 源码,主流的压缩算法的C实现-deflate source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-30
    • 文件大小:85171
    • 提供者:杜盼
« 12 3 »
搜珍网 www.dssz.com