登录
首页 » Compress-Decompress algrithms » zlib 1.2.2 is a general purpose data compression library. All the code is thread...

zlib 1.2.2 is a general purpose data compression library. All the code is thread...

于 2022-01-25 发布 文件大小:472.46 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 将使用的DLL文件预先装入内存已提高VB程序执行速度的程序
    将使用的DLL文件预先装入内存已提高VB程序执行速度的程序- Will use the DLL document will load the memory to enhance the VB procedure in advance to carry out the speed procedure
    2022-10-30 03:40:07下载
    积分:1
  • 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致...
    在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011 001 01 10 11 问题:如果按照这种说法那么我在一付图像中渡到的数据是:编码长度为 6 的符号有 1 个,长度为 5 的有 1 个,长度为 4 的有 3 个,长度为3的个数为4个,长度为2的个数为1个。按照以上的算法得到的编码为:000000;00001;0010;0011;001;010;011;100;01。出现001是0011的前缀。在读取数据流的时候将不能区别。 2、另外一种说法,曾经发帖问过。前面的长度编码加1左移一位得到后面长度的编码。像我这个例子如何确定最短码的起始值? 谢谢大家指点具体的范式Huffman编码实现-in which Huffman is the paradigm Huffman coding. After investigations related information in two different arguments, please master guiding. Thank you! 1, tectonic paradigm Huffman coding method is generally : statistics separately from the largest maxlength length coding to a length corresponding to each of the number of symbols. According to the information from maxlength-0 progressive order of the distribution of each symbol coding. For example,
    2023-08-31 17:35:03下载
    积分:1
  • 通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。...
    通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communication compression, decompression. The principle use of the relative encoding, carried out before and after the subtraction. (Programming background greenhouse temperature measurement, limited to within plus or minus 50). Has been compiled through.
    2022-03-26 15:48:22下载
    积分:1
  • JSP加Servlet加javabeen经典入门源码
    JSP加Servlet加javabeen经典入门源码-jsp-servlet-javabean
    2022-04-29 01:03:40下载
    积分:1
  • crc等校验算法库,老外写的,欢迎大家使用下载,好东西呀。...
    crc等校验算法库,老外写的,欢迎大家使用下载,好东西呀。-such as CRC checksum algorithm library, written by a foreigner, welcome everyone to use the download, you good things.
    2022-06-14 21:10:24下载
    积分:1
  • 8255显示,想怎么显示就怎么显示,没有不能的饿
    8255显示,想怎么显示就怎么显示,没有不能的饿-8255 showed how would like to display on the show how, no Can not the hungry
    2022-02-02 02:15:14下载
    积分:1
  • LARC and LHarc
    LARC and LHarc
    2022-03-17 16:49:14下载
    积分:1
  • ZIP文件上传后自动解压程序源代码
    ZIP文件上传后自动解压程序源代码 -ZIP file uploads automatically extracting source code
    2022-03-20 01:11:11下载
    积分:1
  • 对数据进行一些流方面的操作
    对数据进行一些流方面的操作-some of the data flow in operation
    2023-04-17 04:15:02下载
    积分:1
  • #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define...
    #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1 #define Red PORTB.7- #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1 #define Zone3 PINC.2 #define Zone4 PINC.3 #define Zone5 PINC.4 #define Zone6 PINC.5 #define Zone7 PIND.1 #define Red PORTB.7
    2022-02-04 00:04:15下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载