INDEX
上传用户:shengde
上传日期:2021-02-21
资源大小:638k
文件大小:2k
源码类别:

压缩解压

开发平台:

Visual C++

  1. CMakeLists.txt  cmake build file
  2. ChangeLog       history of changes
  3. FAQ             Frequently Asked Questions about zlib
  4. INDEX           this file
  5. Makefile        dummy Makefile that tells you to ./configure
  6. Makefile.in     template for Unix Makefile
  7. README          guess what
  8. configure       configure script for Unix
  9. make_vms.com    makefile for VMS
  10. treebuild.xml   XML description of source file dependencies
  11. zconf.h.cmakein zconf.h template for cmake
  12. zconf.h.in      zconf.h template for configure
  13. zlib.3          Man page for zlib
  14. zlib.3.pdf      Man page in PDF format
  15. zlib.map        Linux symbol information
  16. zlib.pc.in      Template for pkg-config descriptor
  17. zlib2ansi       perl script to convert source files for C++ compilation
  18. amiga/          makefiles for Amiga SAS C
  19. doc/            documentation for formats and algorithms
  20. msdos/          makefiles for MSDOS
  21. nintendods/     makefile for Nintendo DS
  22. old/            makefiles for various architectures and zlib documentation
  23.                 files that have not yet been updated for zlib 1.2.x
  24. projects/       projects for various Integrated Development Environments
  25. qnx/            makefiles for QNX
  26. watcom/         makefiles for OpenWatcom
  27. win32/          makefiles for Windows
  28.                 zlib public header files (required for library use):
  29. zconf.h
  30. zlib.h
  31.                 private source files used to build the zlib library:
  32. adler32.c
  33. compress.c
  34. crc32.c
  35. crc32.h
  36. deflate.c
  37. deflate.h
  38. gzclose.c
  39. gzguts.h
  40. gzlib.c
  41. gzread.c
  42. gzwrite.c
  43. infback.c
  44. inffast.c
  45. inffast.h
  46. inffixed.h
  47. inflate.c
  48. inflate.h
  49. inftrees.c
  50. inftrees.h
  51. trees.c
  52. trees.h
  53. uncompr.c
  54. zutil.c
  55. zutil.h
  56.                 source files for sample programs:
  57. example.c
  58. minigzip.c
  59. See examples/README.examples for more
  60.                 unsupported contribution by third parties
  61. See contrib/README.contrib