一種基于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