在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → libharu 写PDF 开源 C C++ 库

libharu 写PDF 开源 C C++ 库

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:30.96M
  • 下载次数:19
  • 浏览次数:416
  • 发布时间:2021-01-15
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
libharu 写PDF 开源 C C++ 库,我已经使用VS2010编译过了,可以直接使用。也可以调试学习。
【实例截图】
【核心代码】
07d02571-b84e-4b4a-892a-0c12efd1a85b
└── Test_PDF
├── lib
│   ├── libpngd.dll
│   ├── libpngd.lib
│   ├── libpng.dll
│   ├── libpng.lib
│   ├── zlibd.dll
│   ├── zlibd.lib
│   ├── zlib.dll
│   └── zlib.lib
├── libharu
│   ├── demo
│   │   ├── arc_demo.c
│   │   ├── arc_demo.pdf
│   │   ├── attach.c
│   │   ├── attach.pdf
│   │   ├── character_map.c
│   │   ├── chfont_demo.c
│   │   ├── CMakeLists.txt
│   │   ├── encoding_list.c
│   │   ├── encoding_list.pdf
│   │   ├── encryption.c
│   │   ├── encryption.pdf
│   │   ├── ext_gstate_demo.c
│   │   ├── ext_gstate_demo.pdf
│   │   ├── font_demo.c
│   │   ├── font_demo.cpp
│   │   ├── font_demo.pdf
│   │   ├── grid_sheet.c
│   │   ├── grid_sheet.h
│   │   ├── grid_sheet.pdf
│   │   ├── image_demo.c
│   │   ├── image_demo.pdf
│   │   ├── images
│   │   │   ├── gray.jpg
│   │   │   └── rgb.jpg
│   │   ├── jpeg_demo.c
│   │   ├── jpeg_demo.pdf
│   │   ├── jpfont_demo.c
│   │   ├── jpfont_demo.pdf
│   │   ├── line_demo.c
│   │   ├── line_demo.pdf
│   │   ├── link_annotation.c
│   │   ├── link_annotation.pdf
│   │   ├── make_rawimage.c
│   │   ├── mbtext
│   │   │   ├── cp932.txt
│   │   │   ├── cp936.txt
│   │   │   ├── EUC_JP.txt
│   │   │   ├── euc.txt
│   │   │   └── sjis.txt
│   │   ├── outline_demo.c
│   │   ├── outline_demo_jp.c
│   │   ├── outline_demo.pdf
│   │   ├── permission.c
│   │   ├── permission.pdf
│   │   ├── png_demo.c
│   │   ├── png_demo.pdf
│   │   ├── pngsuite
│   │   │   ├── basn0g01.png
│   │   │   ├── basn0g02.png
│   │   │   ├── basn0g04.png
│   │   │   ├── basn0g08.png
│   │   │   ├── basn0g16.png
│   │   │   ├── basn2c08.png
│   │   │   ├── basn2c16.png
│   │   │   ├── basn3p01.png
│   │   │   ├── basn3p02.png
│   │   │   ├── basn3p04.png
│   │   │   ├── basn3p08.png
│   │   │   ├── basn4a08.png
│   │   │   ├── basn4a16.png
│   │   │   ├── basn6a08.png
│   │   │   ├── basn6a16.png
│   │   │   ├── maskimage.png
│   │   │   └── README
│   │   ├── rawimage
│   │   │   ├── 32_32_2color.dat
│   │   │   ├── 32_32_gray.dat
│   │   │   └── 32_32_rgb.dat
│   │   ├── raw_image_demo.c
│   │   ├── raw_image_demo.pdf
│   │   ├── slide_show_demo.c
│   │   ├── slide_show_demo.pdf
│   │   ├── text_annotation.c
│   │   ├── text_annotation.pdf
│   │   ├── text_demo2.c
│   │   ├── text_demo2.pdf
│   │   ├── text_demo.c
│   │   ├── text_demo.pdf
│   │   ├── ttfont
│   │   │   └── PenguinAttack.ttf
│   │   ├── ttfont_demo.c
│   │   ├── ttfont_demo_jp.c
│   │   ├── ttfont_demo_jp.pdf
│   │   ├── ttfont_demo.pdf
│   │   └── type1
│   │   ├── a010013l.afm
│   │   ├── a010013l.pfb
│   │   ├── COPYING
│   │   └── README
│   ├── doc
│   │   └── README
│   ├── include
│   │   ├── hpdf_3dmeasure.h
│   │   ├── hpdf_annotation.h
│   │   ├── hpdf_catalog.h
│   │   ├── hpdf_conf.h
│   │   ├── hpdf_config.h.cmake
│   │   ├── hpdf_consts.h
│   │   ├── hpdf_destination.h
│   │   ├── hpdf_doc.h
│   │   ├── hpdf_encoder.h
│   │   ├── hpdf_encryptdict.h
│   │   ├── hpdf_encrypt.h
│   │   ├── hpdf_error.h
│   │   ├── hpdf_exdata.h
│   │   ├── hpdf_ext_gstate.h
│   │   ├── hpdf_fontdef.h
│   │   ├── hpdf_font.h
│   │   ├── hpdf_gstate.h
│   │   ├── hpdf.h
│   │   ├── hpdf_image.h
│   │   ├── hpdf_info.h
│   │   ├── hpdf_list.h
│   │   ├── hpdf_mmgr.h
│   │   ├── hpdf_namedict.h
│   │   ├── hpdf_objects.h
│   │   ├── hpdf_outline.h
│   │   ├── hpdf_page_label.h
│   │   ├── hpdf_pages.h
│   │   ├── hpdf_pdfa.h
│   │   ├── hpdf_streams.h
│   │   ├── hpdf_types.h
│   │   ├── hpdf_u3d.h
│   │   ├── hpdf_utils.h
│   │   ├── hpdf_version.h
│   │   └── Makefile.am
│   ├── libharu.vcxproj
│   ├── libharu.vcxproj.filters
│   ├── libharu.vcxproj.user
│   ├── src
│   │   ├── CMakeLists.txt
│   │   ├── hpdf_3dmeasure.c
│   │   ├── hpdf_annotation.c
│   │   ├── hpdf_array.c
│   │   ├── hpdf_binary.c
│   │   ├── hpdf_boolean.c
│   │   ├── hpdf_catalog.c
│   │   ├── hpdf_destination.c
│   │   ├── hpdf_dict.c
│   │   ├── hpdf_doc.c
│   │   ├── hpdf_doc_png.c
│   │   ├── hpdf_encoder.c
│   │   ├── hpdf_encoder_cns.c
│   │   ├── hpdf_encoder_cnt.c
│   │   ├── hpdf_encoder_jp.c
│   │   ├── hpdf_encoder_kr.c
│   │   ├── hpdf_encoder_utf.c
│   │   ├── hpdf_encrypt.c
│   │   ├── hpdf_encryptdict.c
│   │   ├── hpdf_error.c
│   │   ├── hpdf_exdata.c
│   │   ├── hpdf_ext_gstate.c
│   │   ├── hpdf_font.c
│   │   ├── hpdf_font_cid.c
│   │   ├── hpdf_fontdef_base14.c
│   │   ├── hpdf_fontdef.c
│   │   ├── hpdf_fontdef_cid.c
│   │   ├── hpdf_fontdef_cns.c
│   │   ├── hpdf_fontdef_cnt.c
│   │   ├── hpdf_fontdef_jp.c
│   │   ├── hpdf_fontdef_kr.c
│   │   ├── hpdf_fontdef_tt.c
│   │   ├── hpdf_fontdef_type1.c
│   │   ├── hpdf_font_tt.c
│   │   ├── hpdf_font_type1.c
│   │   ├── hpdf_gstate.c
│   │   ├── hpdf_image.c
│   │   ├── hpdf_image_ccitt.c
│   │   ├── hpdf_image_png.c
│   │   ├── hpdf_info.c
│   │   ├── hpdf_list.c
│   │   ├── hpdf_mmgr.c
│   │   ├── hpdf_name.c
│   │   ├── hpdf_namedict.c
│   │   ├── hpdf_null.c
│   │   ├── hpdf_number.c
│   │   ├── hpdf_objects.c
│   │   ├── hpdf_outline.c
│   │   ├── hpdf_page_label.c
│   │   ├── hpdf_page_operator.c
│   │   ├── hpdf_pages.c
│   │   ├── hpdf_pdfa.c
│   │   ├── hpdf_real.c
│   │   ├── hpdf_streams.c
│   │   ├── hpdf_string.c
│   │   ├── hpdf_u3d.c
│   │   ├── hpdf_utils.c
│   │   ├── hpdf_xref.c
│   │   ├── Makefile.am
│   │   └── t4.h
│   └── win32
│   ├── bcc32
│   │   ├── libhpdf.rc
│   │   └── libhpdf.res
│   ├── include
│   │   └── hpdf_config.h
│   ├── libhpdf.rc.template
│   ├── mingw
│   │   ├── libhpdf_cdecl.def
│   │   ├── libhpdf_cygwin.rc
│   │   ├── libhpdf_cygwin.res
│   │   ├── libhpdf.def
│   │   ├── libhpdf_mingw.rc
│   │   └── libhpdf_mingw.res
│   └── msvc
│   ├── libhpdf.def
│   ├── libhpdf.rc
│   └── libhpdf.res
├── libpng
│   ├── contrib
│   │   ├── arm-neon
│   │   │   ├── android-ndk.c
│   │   │   ├── linux-auxv.c
│   │   │   ├── linux.c
│   │   │   └── README
│   │   ├── examples
│   │   │   ├── iccfrompng.c
│   │   │   ├── pngpixel.c
│   │   │   ├── pngtopng.c
│   │   │   └── README.txt
│   │   ├── gregbook
│   │   │   ├── COPYING
│   │   │   ├── LICENSE
│   │   │   ├── Makefile.mingw32
│   │   │   ├── Makefile.sgi
│   │   │   ├── Makefile.unx
│   │   │   ├── Makefile.w32
│   │   │   ├── makevms.com
│   │   │   ├── README
│   │   │   ├── readpng2.c
│   │   │   ├── readpng2.h
│   │   │   ├── readpng.c
│   │   │   ├── readpng.h
│   │   │   ├── readppm.c
│   │   │   ├── rpng2-win.c
│   │   │   ├── rpng2-x.c
│   │   │   ├── rpng-win.c
│   │   │   ├── rpng-x.c
│   │   │   ├── toucan.png
│   │   │   ├── wpng.c
│   │   │   ├── writepng.c
│   │   │   └── writepng.h
│   │   ├── libtests
│   │   │   ├── fakepng.c
│   │   │   ├── gentests.sh
│   │   │   ├── makepng.c
│   │   │   ├── pngimage.c
│   │   │   ├── pngstest.c
│   │   │   ├── pngunknown.c
│   │   │   ├── pngvalid.c
│   │   │   ├── readpng.c
│   │   │   ├── tarith.c
│   │   │   └── timepng.c
│   │   ├── pngminim
│   │   │   ├── decoder
│   │   │   │   ├── makefile
│   │   │   │   ├── pngusr.dfa
│   │   │   │   ├── pngusr.h
│   │   │   │   └── README
│   │   │   ├── encoder
│   │   │   │   ├── makefile
│   │   │   │   ├── pngusr.dfa
│   │   │   │   ├── pngusr.h
│   │   │   │   └── README
│   │   │   └── preader
│   │   │   ├── makefile
│   │   │   ├── pngusr.dfa
│   │   │   ├── pngusr.h
│   │   │   └── README
│   │   ├── pngminus
│   │   │   ├── makefile.std
│   │   │   ├── makefile.tc3
│   │   │   ├── makevms.com
│   │   │   ├── png2pnm.bat
│   │   │   ├── png2pnm.c
│   │   │   ├── png2pnm.sh
│   │   │   ├── pngminus.bat
│   │   │   ├── pngminus.sh
│   │   │   ├── pnm2png.bat
│   │   │   ├── pnm2png.c
│   │   │   ├── pnm2png.sh
│   │   │   └── README
│   │   ├── pngsuite
│   │   │   ├── basn0g01.png
│   │   │   ├── basn0g02.png
│   │   │   ├── basn0g04.png
│   │   │   ├── basn0g08.png
│   │   │   ├── basn0g16.png
│   │   │   ├── basn2c08.png
│   │   │   ├── basn2c16.png
│   │   │   ├── basn3p01.png
│   │   │   ├── basn3p02.png
│   │   │   ├── basn3p04.png
│   │   │   ├── basn3p08.png
│   │   │   ├── basn4a08.png
│   │   │   ├── basn4a16.png
│   │   │   ├── basn6a08.png
│   │   │   ├── basn6a16.png
│   │   │   ├── ftbbn0g01.png
│   │   │   ├── ftbbn0g02.png
│   │   │   ├── ftbbn0g04.png
│   │   │   ├── ftbbn2c16.png
│   │   │   ├── ftbbn3p08.png
│   │   │   ├── ftbgn2c16.png
│   │   │   ├── ftbgn3p08.png
│   │   │   ├── ftbrn2c08.png
│   │   │   ├── ftbwn0g16.png
│   │   │   ├── ftbwn3p08.png
│   │   │   ├── ftbyn3p08.png
│   │   │   ├── ftp0n0g08.png
│   │   │   ├── ftp0n2c08.png
│   │   │   ├── ftp0n3p08.png
│   │   │   └── ftp1n3p08.png
│   │   ├── README.txt
│   │   ├── tools
│   │   │   ├── checksum-icc.c
│   │   │   ├── chkfmt
│   │   │   ├── cvtcolor.c
│   │   │   ├── intgamma.sh
│   │   │   ├── makesRGB.c
│   │   │   ├── pngfix.c
│   │   │   ├── png-fix-itxt.c
│   │   │   ├── README.txt
│   │   │   └── sRGB.h
│   │   └── visupng
│   │   ├── cexcept.h
│   │   ├── PngFile.c
│   │   ├── PngFile.h
│   │   ├── README.txt
│   │   ├── resource.h
│   │   ├── VisualPng.c
│   │   ├── VisualPng.dsp
│   │   ├── VisualPng.dsw
│   │   ├── VisualPng.ico
│   │   ├── VisualPng.png
│   │   └── VisualPng.rc
│   ├── png.c
│   ├── pngconf.h
│   ├── pngdebug.h
│   ├── pngerror.c
│   ├── pngget.c
│   ├── png.h
│   ├── pnginfo.h
│   ├── pnglibconf.h
│   ├── pngmem.c
│   ├── pngpread.c
│   ├── pngpriv.h
│   ├── pngread.c
│   ├── pngrio.c
│   ├── pngrtran.c
│   ├── pngrutil.c
│   ├── pngset.c
│   ├── pngstruct.h
│   ├── pngtest.c
│   ├── pngtrans.c
│   ├── pngwio.c
│   ├── pngwrite.c
│   ├── pngwtran.c
│   ├── pngwutil.c
│   ├── projects
│   │   ├── visualc71
│   │   │   ├── libpng.sln
│   │   │   ├── libpng.vcproj
│   │   │   ├── pngtest.vcproj
│   │   │   ├── PRJ0041.mak
│   │   │   ├── README.txt
│   │   │   ├── README_zlib.txt
│   │   │   └── zlib.vcproj
│   │   ├── vstudio
│   │   │   ├── libpng
│   │   │   │   └── libpng.vcxproj
│   │   │   ├── pnglibconf
│   │   │   │   └── pnglibconf.vcxproj
│   │   │   ├── pngstest
│   │   │   │   └── pngstest.vcxproj
│   │   │   ├── pngtest
│   │   │   │   └── pngtest.vcxproj
│   │   │   ├── pngunknown
│   │   │   │   └── pngunknown.vcxproj
│   │   │   ├── pngvalid
│   │   │   │   └── pngvalid.vcxproj
│   │   │   ├── readme.txt
│   │   │   ├── vstudio.sln
│   │   │   ├── WARNING
│   │   │   ├── zlib
│   │   │   │   └── zlib.vcxproj
│   │   │   └── zlib.props
│   │   ├── vstudio8_ark64
│   │   │   ├── libpng.vcxproj
│   │   │   ├── libpng.vcxproj.filters
│   │   │   ├── libpng.vcxproj.user
│   │   │   ├── pngtest.vcproj
│   │   │   ├── PRJ0041.mak
│   │   │   ├── README.txt
│   │   │   ├── README_zlib.txt
│   │   │   ├── zlib.vcproj
│   │   │   └── zlib.vcproj.Mountain.Joseph.user
│   │   └── vstudio8_backup
│   │   ├── libpng.vcproj
│   │   ├── libpng.vcproj.Mountain.Joseph.user
│   │   ├── pngtest.vcproj
│   │   ├── PRJ0041.mak
│   │   ├── README.txt
│   │   ├── README_zlib.txt
│   │   ├── zlib.vcproj
│   │   └── zlib.vcproj.Mountain.Joseph.user
│   ├── README
│   └── scripts
│   ├── checksym.awk
│   ├── def.dfn
│   ├── descrip.mms
│   ├── dfn.awk
│   ├── intprefix.dfn
│   ├── libpng-config-body.in
│   ├── libpng-config-head.in
│   ├── libpng.pc.in
│   ├── macro.lst
│   ├── makefile.32sunu
│   ├── makefile.64sunu
│   ├── makefile.acorn
│   ├── makefile.aix
│   ├── makefile.amiga
│   ├── makefile.atari
│   ├── makefile.bc32
│   ├── makefile.beos
│   ├── makefile.bor
│   ├── makefile.cegcc
│   ├── makefile.darwin
│   ├── makefile.dec
│   ├── makefile.dj2
│   ├── makefile.elf
│   ├── makefile.freebsd
│   ├── makefile.gcc
│   ├── makefile.hp64
│   ├── makefile.hpgcc
│   ├── makefile.hpux
│   ├── makefile.ibmc
│   ├── makefile.intel
│   ├── makefile.knr
│   ├── makefile.linux
│   ├── makefile.mips
│   ├── makefile.msc
│   ├── makefile.msys
│   ├── makefile.ne12bsd
│   ├── makefile.netbsd
│   ├── makefile.openbsd
│   ├── makefile.sco
│   ├── makefile.sggcc
│   ├── makefile.sgi
│   ├── makefile.so9
│   ├── makefile.solaris
│   ├── makefile.solaris-x86
│   ├── makefile.std
│   ├── makefile.sunos
│   ├── makefile.tc3
│   ├── makefile.vcwin32
│   ├── makevms.com
│   ├── options.awk
│   ├── pnglibconf.dfa
│   ├── pnglibconf.h.prebuilt
│   ├── pnglibconf.mak
│   ├── pngwin.rc
│   ├── prefix.dfn
│   ├── README.txt
│   ├── SCOPTIONS.ppc
│   ├── smakefile.ppc
│   ├── symbols.def
│   ├── symbols.dfn
│   ├── sym.dfn
│   └── vers.dfn
├── Test_PDF
│   ├── ReadMe.txt
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── targetver.h
│   ├── Test_PDF.cpp
│   ├── Test_PDF.vcxproj
│   ├── Test_PDF.vcxproj.filters
│   └── Test_PDF.vcxproj.user
├── Test_PDF.sln
└── zlib
├── adler32.c
├── compress.c
├── contrib
│   ├── masmx64
│   │   ├── bld_ml64.bat
│   │   ├── gvmat64.asm
│   │   ├── inffas8664.c
│   │   ├── inffasx64.asm
│   │   └── readme.txt
│   ├── masmx86
│   │   ├── bld_ml32.bat
│   │   ├── inffas32.asm
│   │   ├── inffas32.lst
│   │   ├── inffas32.obj
│   │   ├── match686.asm
│   │   ├── match686.lst
│   │   ├── match686.obj
│   │   └── readme.txt
│   ├── minizip
│   │   ├── configure.ac
│   │   ├── crypt.h
│   │   ├── ioapi.c
│   │   ├── ioapi.h
│   │   ├── iowin32.c
│   │   ├── iowin32.h
│   │   ├── Makefile
│   │   ├── Makefile.am
│   │   ├── make_vms.com
│   │   ├── miniunz.c
│   │   ├── miniunzip.1
│   │   ├── minizip.1
│   │   ├── MiniZip64_Changes.txt
│   │   ├── MiniZip64_info.txt
│   │   ├── minizip.c
│   │   ├── minizip.pc.in
│   │   ├── mztools.c
│   │   ├── mztools.h
│   │   ├── unzip.c
│   │   ├── unzip.h
│   │   ├── zip.c
│   │   └── zip.h
│   ├── README.contrib
│   ├── testzlib
│   │   ├── testzlib.c
│   │   └── testzlib.txt
│   └── vstudio
│   ├── readme.txt
│   ├── vc10
│   │   ├── miniunz.vcxproj
│   │   ├── miniunz.vcxproj.filters
│   │   ├── minizip.vcxproj
│   │   ├── minizip.vcxproj.filters
│   │   ├── testzlibdll.vcxproj
│   │   ├── testzlibdll.vcxproj.filters
│   │   ├── testzlib.vcxproj
│   │   ├── testzlib.vcxproj.filters
│   │   ├── x86
│   │   │   └── ZlibDllDebug
│   │   │   ├── Tmp
│   │   │   │   ├── adler32.obj
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── compress.obj
│   │   │   │   ├── crc32.obj
│   │   │   │   ├── deflate.obj
│   │   │   │   ├── gzclose.obj
│   │   │   │   ├── gzlib.obj
│   │   │   │   ├── gzread.obj
│   │   │   │   ├── gzwrite.obj
│   │   │   │   ├── infback.obj
│   │   │   │   ├── inffast.obj
│   │   │   │   ├── inflate.obj
│   │   │   │   ├── inftrees.obj
│   │   │   │   ├── ioapi.obj
│   │   │   │   ├── iowin32.obj
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link-cvtres.read.1.tlog
│   │   │   │   ├── link-cvtres.write.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   ├── rc.command.1.tlog
│   │   │   │   ├── rc.read.1.tlog
│   │   │   │   ├── rc.write.1.tlog
│   │   │   │   ├── trees.obj
│   │   │   │   ├── uncompr.obj
│   │   │   │   ├── unzip.obj
│   │   │   │   ├── zip.obj
│   │   │   │   ├── zlib.res
│   │   │   │   ├── zlibvc.lastbuildstate
│   │   │   │   ├── zlibvc.log
│   │   │   │   ├── zlibvc.vcxprojResolveAssemblyReference.cache
│   │   │   │   ├── zlibvc.write.1.tlog
│   │   │   │   └── zutil.obj
│   │   │   ├── vc100.idb
│   │   │   ├── vc100.pdb
│   │   │   ├── zlibwapid.dll
│   │   │   ├── zlibwapid.exp
│   │   │   ├── zlibwapid.ilk
│   │   │   ├── zlibwapid.lib
│   │   │   ├── zlibwapid.map
│   │   │   └── zlibwapid.pdb
│   │   ├── zlib.rc
│   │   ├── zlibstat.vcxproj
│   │   ├── zlibstat.vcxproj.filters
│   │   ├── zlibvc.def
│   │   ├── zlibvc.sln
│   │   ├── zlibvc.vcxproj
│   │   ├── zlibvc.vcxproj.filters
│   │   └── zlibvc.vcxproj.user
│   ├── vc11
│   │   ├── miniunz.vcxproj
│   │   ├── minizip.vcxproj
│   │   ├── testzlibdll.vcxproj
│   │   ├── testzlib.vcxproj
│   │   ├── zlib.rc
│   │   ├── zlibstat.vcxproj
│   │   ├── zlibvc.def
│   │   ├── zlibvc.sln
│   │   └── zlibvc.vcxproj
│   └── vc9
│   ├── miniunz.vcproj
│   ├── minizip.vcproj
│   ├── testzlibdll.vcproj
│   ├── testzlib.vcproj
│   ├── zlib.rc
│   ├── zlibstat.vcproj
│   ├── zlibvc.def
│   ├── zlibvc.sln
│   └── zlibvc.vcproj
├── crc32.c
├── crc32.h
├── deflate.c
├── deflate.h
├── examples
│   ├── enough.c
│   ├── fitblk.c
│   ├── gun.c
│   ├── gzappend.c
│   ├── gzjoin.c
│   ├── gzlog.c
│   ├── gzlog.h
│   ├── README.examples
│   ├── zlib_how.html
│   ├── zpipe.c
│   └── zran.c
├── FAQ
├── gzclose.c
├── gzguts.h
├── gzlib.c
├── gzread.c
├── gzwrite.c
├── INDEX
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── make_vms.com
├── README
├── README_zlib.txt
├── test
│   ├── example.c
│   ├── infcover.c
│   └── minigzip.c
├── treebuild.xml
├── trees.c
├── trees.h
├── uncompr.c
├── win32
│   ├── DLL_FAQ.txt
│   ├── Makefile.bor
│   ├── Makefile.gcc
│   ├── Makefile.msc
│   ├── README-WIN32.txt
│   ├── VisualC.txt
│   ├── zlib1.rc
│   └── zlib.def
├── zconf.h
├── zlib.h
├── zlib.vcxproj
├── zlib.vcxproj.filters
├── zlib.vcxproj.user
├── zutil.c
└── zutil.h

62 directories, 619 files

标签:

实例下载地址

libharu 写PDF 开源 C C++ 库

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警