README.contrib
上传用户:zlt_tm
上传日期:2007-01-06
资源大小:214k
文件大小:1k
源码类别:

压缩解压

开发平台:

WINDOWS

  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. asm386/     by Gilles Vollant <info@winimage.com>
  6. 386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
  7. asm586/ and asm686/    by Brian Raiter <breadbox@muppetlabs.com> 
  8.         asm code for Pentium and Pentium Pro
  9.         See http://www.muppetlabs.com/~breadbox/software/assembly.html
  10. delphi/      by Bob Dellaca <bobdl@xtra.co.nz>
  11. Support for Delphi
  12. delphi2/     by Davide Moretti <dave@rimini.com>
  13.         Another support for C++Builder and Delphi
  14. minizip/    by Gilles Vollant <info@winimage.com>
  15. Mini zip and unzip based on zlib
  16.         See http://www.winimage.com/zLibDll/unzip.html
  17. iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
  18.         A C++ I/O streams interface to the zlib gz* functions
  19. iostream2/  by Tyge L鴙set <Tyge.Lovset@cmr.no>
  20. Another C++ I/O streams interface
  21. untgz/      by "Pedro A. Aranda Gutiirrez" <paag@tid.es>
  22. A very simple tar.gz file extractor using zlib
  23. visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
  24.         How to use compress(), uncompress() and the gz* functions from VB.