91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 34KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-05
  • 語言: 其他
  • 標(biāo)簽: 解壓縮??ziparchive??

資源簡介

ZipArchive可以壓縮多個文件, I try to ship small applications that download assets upon launch. A good way to send these assets over the wire is to zip them up and stick them on your server. I have written an article about this on iCodeBlog.

資源截圖

代碼片段和文件信息

/*?ioapi.c?--?IO?base?function?header?for?compress/uncompress?.zip
???files?using?zlib?+?zip?or?unzip?API

???Version?1.01e?February?12th?2005

???Copyright?(C)?1998-2005?Gilles?Vollant
*/

#include?
#include?
#include?

#include?“zlib.h“
#include?“ioapi.h“



/*?I‘ve?found?an?old?Unix?(a?SunOS?4.1.3_U1)?without?all?SEEK_*?defined....?*/

#ifndef?SEEK_CUR
#define?SEEK_CUR????1
#endif

#ifndef?SEEK_END
#define?SEEK_END????2
#endif

#ifndef?SEEK_SET
#define?SEEK_SET????0
#endif

voidpf?ZCALLBACK?fopen_file_func?OF((
???voidpf?opaque
???const?char*?filename
???int?mode));

uLong?ZCALLBACK?fread_file_func?OF((
???voidpf?opaque
???voidpf?stream
???void*?buf
???uLong?size));

uLong?ZCALLBACK?fwrite_file_func?OF((
???v

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-10-16?10:02??minizip\
?????文件????????4844??2009-04-23?11:32??minizip\crypt.h
?????文件????????3871??2009-04-23?11:32??minizip\ioapi.c
?????文件????????2610??2009-04-23?11:32??minizip\ioapi.h
?????文件????????8266??2009-04-23?11:32??minizip\mztools.c
?????文件?????????712??2009-04-23?11:32??minizip\mztools.h
?????文件???????50890??2009-04-23?11:32??minizip\unzip.c
?????文件???????13322??2009-04-23?11:32??minizip\unzip.h
?????文件???????38572??2009-04-23?11:32??minizip\zip.c
?????文件????????9082??2009-04-23?11:32??minizip\zip.h
?????文件????????1111??2009-10-21?11:32??ZipArchive.h
?????目錄???????????0??2009-10-21?11:32??__MACOSX\
?????文件?????????171??2009-10-21?11:32??__MACOSX\._ZipArchive.h
?????文件????????8455??2009-10-21?11:28??ZipArchive.mm
?????文件?????????171??2009-10-21?11:28??__MACOSX\._ZipArchive.mm

評論

共有 條評論