代码搜索:CFile

找到约 2,096 项符合「CFile」的源代码

代码结果 2,096
www.eeworm.com/read/205677/15310028

h image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ class CImage : public CObject { DECLARE_SERIAL(CImage); private: DWORD Transform(WORD width); DWORD ByteNumForOneLine(WORD nD
www.eeworm.com/read/205419/15316491

cpp ecfiledlg.cpp

// ecfileDlg.cpp : implementation file // #include "stdafx.h" #include "ecfile.h" #include "ecfileDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FI
www.eeworm.com/read/158865/5594008

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/158865/5594239

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/154299/5638214

cpp lzwfile.cpp

#include "stdafx.h" #include "lzwtable.h" #include "lzwcode.h" #include "lzwfile.h" // this .cpp is not consider try{}catch{} error case const int iFileUsedBufferLength=1024*10; CFile* pfileIn,*
www.eeworm.com/read/136172/6785885

prg ysbqs.prg

* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * 文件名: YSBQS.PRG
www.eeworm.com/read/471504/6894998

cpp pixelfusiondoc.cpp

// PixelFusionDoc.cpp : implementation of the CPixelFusionDoc class // #include "stdafx.h" #include "PixelFusion.h" #include "PixelFusionDoc.h" #include "DlgOpenFile.h" #include "dibapi.
www.eeworm.com/read/395199/8190478

cpp fs.cpp

// FS.cpp: implementation of the CFS class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "OS.h" #include "OSDlg.h" #include "FS.h" #i
www.eeworm.com/read/394050/8250433

txt c++从零开始(十二)何谓面向对象编程思想.txt

C++从零开始(十二)何谓面向对象编程思想 文章录入:7747.Net 责任编辑:7747.Net 更新时间:2008-11-21 23:27:21 23 【字体:小 大】 C++从零开始(十二)何谓面向对象编程思想 原始出处:网络 前面已经说明了C++中最重要的概念——类,并且介绍了大部分和类相关的知识,至此,已经可以开始做些编程方面比较高级 ...
www.eeworm.com/read/293594/8284588

h gifapi.h

typedef struct gifheader { BYTE bySignature[3]; BYTE byVersion[3]; } GIFHEADER; typedef struct gifscrdesc { WORD wWidth; WORD wDepth; struct globalfl