一种基于FPGA的Deflate压缩算法研究与实现
上传时间: 2013-07-04
上传用户:dapangxie
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, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using Deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
标签: functions questions Deflate inflate
上传时间: 2014-01-02
上传用户:zhuyibin
Zlib函数列表 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, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using Deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
标签: functions questions Deflate inflate
上传时间: 2014-01-03
上传用户:lhc9102
PPP Deflate压缩协议(PPP Deflate Protocol) 摘要 点到点协议(PPP)[1]提供了一种在点到点链路上传输多协议数据报的标准方法。压缩控制协议(CCP)[2]提供了一种在PPP封装链路上协商和使用压缩协议的方法。本文档描述了如何使用PPP Deflate压缩协议压缩PPP封装报文。
上传时间: 2014-01-23
上传用户:璇珠官人
Vxworks经典论文 VxWorks压缩技术.pdf 介绍一种利用Tornado和VxWorks自带的Deflate和inflate,对VxWorks文件进行压缩和解压缩的技术
标签: VxWorks Vxworks Tornado Deflate
上传时间: 2013-12-12
上传用户:yxgi5
Deflate压缩算法源码,使用C++编写
上传时间: 2017-05-04
上传用户:水中浮云
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), rfc1951.txt (Deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
标签: data compression general purpose
上传时间: 2013-12-09
上传用户:894898248
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 Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h
上传时间: 2014-11-23
上传用户:bibirnovis
通过讲解gzip源码,对zip领域的流行算法-Deflate 进行深入的分析,本文是目前迄今为止可以找到的对Deflate分析得较好一篇文章。
上传时间: 2015-09-18
上传用户:84425894
ocx 代码,C++编写`Deflate Compressed Data Format Specification available in ftp://ds.internic.net/rfc/rfc1951.txt
上传时间: 2016-01-15
上传用户:myworkpost