代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/398394/7990782
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/297806/7995394
h cimage.h
/***************************************************************/
/*文件名: image.h */
/*文件描述: */
/*相关文件: global.h,
www.eeworm.com/read/297806/7995453
h image.h
/***************************************************************/
/*文件名: image.h */
/*文件描述: */
/*相关文件: global.h,
www.eeworm.com/read/197193/8013424
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Add to any class
/////////////////////////////////////////////////////////////////////
CFile file;
CFileStatus status;
www.eeworm.com/read/197193/8018327
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Modify any class...
/////////////////////////////////////////////////////////////////////
CStdioFile file;
CFileStatus
www.eeworm.com/read/297233/8039558
c mklibgcc.c
#include
#include
#include
char *skips[] = {
0
};
int
do_clean()
{
DIR *dir;
struct dirent *de;
remove("mklibnow.bat");
dir = opendir("lgcctmp");
if (!di
www.eeworm.com/read/297233/8040206
c mklibgcc.c
#include
#include
#include
char *skips[] = {
"__main",
"_ctors",
"_exit",
"_ctor_list",
"_dtor_list",
0
};
int
do_clean()
{
DIR *dir;
www.eeworm.com/read/297171/8048877
cpp wormbegin.cpp
// WormBegin.cpp : implementation file
//
#include "stdafx.h"
#include "XiaoHao.h"
#include "WormBegin.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/196680/8067842
cpp dmsecurity.cpp
// DMSecurity.cpp : 定义 DLL 的初始化例程。
//nstorm at 2007-3-26
#include "stdafx.h"
#include "DMSecurity.h"
#include ".\dmsecurity.h"
#include "stdio.h"
//
//#ifdef _DEBUG
//#define new DEBUG_NEW
www.eeworm.com/read/295996/8129295
cpp tga.cpp
#include "stdafx.h"
#include "Tga.h"
#include "windowsx.h"
CTga::CTga()
{
identification=0;
colormap_type=0;
image_type=0;
width=0;
height=0;
data=NULL;
}
CTga::~CTga()
{
Gl