README.contrib
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. All files under this contrib directory are UNSUPPORTED. There were
  2. provided by users of zlib and were not tested by the authors of zlib.
  3. Use at your own risk. Please contact the authors of the contributions
  4. for help about these, not the zlib authors. Thanks.
  5. ada/        by Dmitriy Anisimkov <anisimkov@yahoo.com>
  6.         Support for Ada
  7.         See http://zlib-ada.sourceforge.net/
  8. asm586/
  9. asm686/     by Brian Raiter <breadbox@muppetlabs.com>
  10.         asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
  11.         See http://www.muppetlabs.com/~breadbox/software/assembly.html
  12. blast/      by Mark Adler <madler@alumni.caltech.edu>
  13.         Decompressor for output of PKWare Data Compression Library (DCL)
  14. delphi/     by Cosmin Truta <cosmint@cs.ubbcluj.ro>
  15.         Support for Delphi and C++ Builder
  16. dotzlib/    by Henrik Ravn <henrik@ravn.com>
  17.         Support for Microsoft .Net and Visual C++ .Net
  18. infback9/   by Mark Adler <madler@alumni.caltech.edu>
  19.         Unsupported diffs to infback to decode the deflate64 format
  20. inflate86/  by Chris Anderson <christop@charm.net>
  21.         Tuned x86 gcc asm code to replace inflate_fast()
  22. iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
  23.         A C++ I/O streams interface to the zlib gz* functions
  24. iostream2/  by Tyge L鴙set <Tyge.Lovset@cmr.no>
  25.         Another C++ I/O streams interface
  26. iostream3/  by Ludwig Schwardt <schwardt@sun.ac.za>
  27.             and Kevin Ruland <kevin@rodin.wustl.edu>
  28.         Yet another C++ I/O streams interface
  29. masm686/    by Dan Higdon <hdan@kinesoft.com>
  30.             and Chuck Walbourn <chuckw@kinesoft.com>
  31.         asm code for Pentium Pro/PII, using the MASM syntax
  32. masmx64/    by Gilles Vollant <info@winimage.com>
  33. x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
  34. replace longest_match() and inflate_fast()
  35. masmx86/    by Gilles Vollant <info@winimage.com>
  36.         x86 asm code to replace longest_match() and inflate_fast(),
  37.         for Visual C++ and MASM
  38. minizip/    by Gilles Vollant <info@winimage.com>
  39.         Mini zip and unzip based on zlib
  40.         See http://www.winimage.com/zLibDll/unzip.html
  41. pascal/     by Bob Dellaca <bobdl@xtra.co.nz> et al.
  42.         Support for Pascal
  43. puff/       by Mark Adler <madler@alumni.caltech.edu>
  44.         Small, low memory usage inflate.  Also serves to provide an
  45.         unambiguous description of the deflate format.
  46. testzlib/   by Gilles Vollant <info@winimage.com>
  47.         Example of the use of zlib
  48. untgz/      by Pedro A. Aranda Gutierrez <paag@tid.es>
  49.         A very simple tar.gz file extractor using zlib
  50. vstudio/    by Gilles Vollant <info@winimage.com>
  51.         Building a minizip-enhanced zlib with Microsoft Visual Studio