代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/356364/10229946
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/355338/10274840
cpp bocostfunction.cpp
#include
#include
#include
#include
#include "BOCostFunction.h"
using namespace std;
BOCostFunction::BOCostFunction(void){}
BOCostFunction::~BOCostFu
www.eeworm.com/read/162016/10345090
txt 基于mfc的大型数据文件处理方法.txt
作者:SKYHORSEBJ
email: XUEY@CIDC.COM.CN
日期:2001-7-4 17:30:36
在Visual C++中,MFC(微软基础类库)提供了CFile和CStdio
File两个类来进行程序中的文件输入输出操作。Cfile类提供了基于二
进制流的文件操作,功能类似于C语言中的fread()和fwrite()函
数。CStdioFile提供了基于字符串流的
www.eeworm.com/read/353722/10425869
c 模板.c
#include
#include
#include
#include
#include "zlib.h"
#include "name_def.h"
#define Quit(T) {\
printf (T);\
getch ();\
return 0;\
}
www.eeworm.com/read/353256/10459094
cpp ratio.cpp
#include "stdafx.h"
#include "math.h"
double Calculate_SNR(CString SourceFileName,CString ObjectFileName)
{
long i,size;
double temp,error;
char msg[30];
CFile cSourceFile,cObjectFile;
www.eeworm.com/read/160817/10496854
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/351316/10658279
src 111.src
[Files]
..\cfile\delay.c
..\cfile\init.c
..\cfile\ISR.C
..\cfile\LCD.c
..\cfile\main.c
..\cfile\usart.c
..\cfile\AD.C
[Headers]
..\includes\ad.h
..\includes\delay.h
..\includes\includes.h
www.eeworm.com/read/276903/10697048
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/421635/10722023
cpp vc0907.cpp
// Example 9.7: 编写一个用于文件拷贝的程序
#include
#include
void main()
{
char SourceName[81];
char DestinName[81];
cout > SourceName;
cout