Welcome![Sign In][Sign Up]
Location:
Search - zlib1.2

Search list

[Internet-Networkzlib1.2.1源码

Description: zlib1.2.1源码-zlib1.2.1 FOSS
Platform: | Size: 414665 | Author: zhangming | Hits:

[Compress-Decompress algrithmszlib1

Description: 包含可用于C语言的zlib.lib和zlib.h-Zlib.lib and zlib.h which can be used in C
Platform: | Size: 41984 | Author: 站长 | Hits:

[Internet-Networkzlib1.2.1源码

Description: zlib1.2.1源码-zlib1.2.1 FOSS
Platform: | Size: 414720 | Author: zhangming | Hits:

[Compress-Decompress algrithmszlib1.2.1源码

Description: 著名的压缩代码的最新版-famous compression code to the latest version
Platform: | Size: 334848 | Author: | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 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.-We often get questions about how the deflat e () and inflate () functions should be used. Use rs 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 properl y, 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 rout ines to compress and decompress from an input fi le to an output file using deflate () and inflate () respectively. The annotations are interspe rsed between lines of the code. So please be read tween the lines. We hope this helps explain some of the intricacies of zlib.
Platform: | Size: 608256 | Author: ylin_v | Hits:

[Compress-Decompress algrithmszlib1.2

Description: 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。-Many compression algorithms are used in the ZLIP algorithm, that is, GZip algorithm given here is the realization of its C source code can be a good look at, or some reference value.
Platform: | Size: 1582080 | Author: 王晓丹 | Hits:

[DSP programzlib-1.0.8

Description: 在DSPF2812下,对zlib1.0.8进行优化。采用静态分配内存的方式进行--压缩--。不同于zlib1.0.8源码中采用动态分配内存的方式。并且,针对DSPF2812的左移16操作的错误进行了处理。特别适合于嵌入式系统的解压应用,而不仅仅限于DSP。注意这里只是对压缩,不包括解压,进行了静态内存分配
Platform: | Size: 87040 | Author: 张红卫 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 实现inflate压缩算法,结构清晰,方便裁剪,比gzip小很多。详情见www.zlib.net-Realize inflate compression algorithm, structural clarity, easy cutting, much smaller than gzip. Details www.zlib.net
Platform: | Size: 575488 | Author: 吴潇文 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: zlib 内存压缩解压程序。。可以在内存中进行压缩解压、-zlib compression memory decompression procedures. . Can be compressed in memory decompression,
Platform: | Size: 751616 | Author: asdsa | Hits:

[Graph programlibgeotiff-1.2.5

Description: 成功编译过的libgeotiff,含有libtiff,zlib,libjpeg.花了我一整晚的时间,特来献上。别的LIB不要去下了。再可去下例子。-Successfully compiled libgeotiff, contains libtiff, zlib, libjpeg. It took me a night time, special to presented. Do not go down the other LIB. And then can go to the next example.
Platform: | Size: 10913792 | Author: lph | Hits:

[Compress-Decompress algrithmsDelphiZLib.125

Description: 此为ZLib最新版本1.2.5。原作是用C编写的,在VC++、BC++或C++Builder中自然很容易直接使用,对于Delphi开发者,虽然Delphi自带了ZLib的移植版本(zlib.pas),但版本为1.0.4,而且必须要使用Borland自己编译生成的zlib.dcu(当然,在完整版的光盘中包含了编译好的zlib库的.obj文件和c代码,后继版本修改了大量的bug,并较大幅度地提升了性能。 此源码为编译好适合Delphi的版本。-This is the latest version of ZLib 1.2.5. The original is written in C, in VC++, BC++ or C++ Builder is very easy to direct the use of natural, for the Delphi developer, although the transplant Delphi version comes with ZLib (zlib.pas), but version 1.0.4, and must be compiled using Borland own generated zlib.dcu (of course, in the full version of the CD-ROM contains the compiled zlib library. obj file and the c code, and subsequent versions of amended a number of bug, and more significantly enhance performance. This source code is compiled for the version of Delphi.
Platform: | Size: 174080 | Author: dylan | Hits:

[Compress-Decompress algrithmszlib-1.2.5

Description: 最为流行的经典压缩算法库Zlib,短小精干,压缩解压接口仅需一两个-The most popular classical compression algorithms library Zlib, short and compact, compression decompression interface, only one or two
Platform: | Size: 654336 | Author: homerlu | Hits:

[Internet-Networkzlib-1.2.5.tar

Description: zlib库文件,是最新的版本,好用,需要的下-zlib library is the latest version, easy to use, required under
Platform: | Size: 544768 | Author: xdl | Hits:

[WEB Codezlib-1.2.5

Description: 想操作zip压缩流吗?这个库就是你想要的。zip作为最流行的压缩流事实标准,在压缩速度、压缩效果上取得完美平衡,远超rar, lass之流不平衡的压缩格式。 zlib操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持zip格式。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或 Windows的桌面工程、命令行工具中,更可以应用在Web应用中,视使用的Web应用主语言,通过jni或clr或php dll或asp dll,通杀各开发语言,效率最高,通用性最好。-No English.
Platform: | Size: 679936 | Author: ls | Hits:

[OS Developzlib1

Description: 文明5用的,下载后复制到目录下就可以了。-5 civilizations used to download and copy to a directory on it.
Platform: | Size: 31744 | Author: 彭柏林 | Hits:

[Mathimatics-Numerical algorithmszlib-1.2.5

Description: 开源 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 library zlib library used by Jean-loup Gailly and Mark Adler of the development, first edition of version 0.9 in May 1st, 1995 publication. zlib uses DEFLATE algorithm, originally written for the libpng library, and later used by many software generally. This library is free software, use the zlib license. As of March 2007, zlib is included in Coverity' s Department of Homeland Security sponsors choose to continue the review of the open source project.
Platform: | Size: 654336 | Author: love | Hits:

[Software Engineeringzlib1

Description: zlib1.dll used for vc++ compile
Platform: | Size: 34816 | Author: jake | Hits:

[Compress-Decompress algrithmszlib1.25

Description: zlib最新的1.2.5版本,本来是自己找来生成DLL调用的,也发上来吧-The latest version of zlib 1.2.5, was originally recruited to generate DLL calls himself, also made on OleOle
Platform: | Size: 683008 | Author: 刘良才 | Hits:

[Otherzlib-1.2.3.tar

Description: Zlib的源码,进行绘图操作的重要函数库(source code of Zlib1.2.3)
Platform: | Size: 495616 | Author: sunyibo | Hits:

[Compress-Decompress algrithmszlib-1.2.11.tar

Description: zlib-1.2.11版本压缩包使用方法: tar zxf zlib-1.2.11.tar.gz Build with: cd zlib-1.2.11 CC=mpicc ./configure --prefix=/usr/local/zlib-1.2.11_mpich-3.2 make all check sudo make install(Zlib-1.2.11 version compression package use method: Tar zxf zlib-1.2.11.tar.gz Build with: CD zlib-1.2.11 CC=mpicc./configure --prefix=/usr/local/zlib-1.2.11_mpich-3.2 Make all check Sudo make install)
Platform: | Size: 607232 | Author: smile2018 | Hits:
« 12 »

CodeBus www.codebus.net