代码搜索:CZip
找到约 55 项符合「CZip」的源代码
代码结果 55
www.eeworm.com/read/384400/8872105
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/384400/8872177
cpp czip.cpp
#define DLL_INTERNAL __declspec( dllexport )
#include "czip.h"
#include "tailor.h"
// global variables instancied in gzip
extern "C" {
extern int dozip( int, int);
extern int dounzip(
www.eeworm.com/read/383395/8950500
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/383395/8950559
cpp czip.cpp
#define DLL_INTERNAL __declspec( dllexport )
#include "czip.h"
#include "tailor.h"
// global variables instancied in gzip
extern "C" {
extern int dozip( int, int);
extern int dounzip(
www.eeworm.com/read/378061/9252636
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/378061/9252675
cpp czip.cpp
#define DLL_INTERNAL __declspec( dllexport )
#include "czip.h"
#include "tailor.h"
// global variables instancied in gzip
extern "C" {
extern int dozip( int, int);
extern int dounzip(
www.eeworm.com/read/280852/10288169
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/280852/10288236
cpp czip.cpp
#define DLL_INTERNAL __declspec( dllexport )
#include "czip.h"
#include "tailor.h"
// global variables instancied in gzip
extern "C" {
extern int dozip( int, int);
extern int dounzip(
www.eeworm.com/read/451980/7452460
h czip.h
/*
* 版权所有 hdqqq mail: xuxuhappy@sina.com.cn
* 可以随便使用和分发下面的代码,但请保留这段文字.
*/
// czip.h: interface for the czip class.
//
//////////////////////////////////////////////////////////////////////
www.eeworm.com/read/451980/7452473
cpp czip.cpp
// czip.cpp: implementation of the czip class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "z_file.h"
#include "czip.h"
#ifdef _DEB