代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/172394/5387918
h zipfile.h
////////////////////////////////////////////////////////////////////////////////
// $Workfile: ZipFile.h $
// $Archive: /ZipArchive/ZipFile.h $
// $Date: 02-03-23 13:47 $ $Author: Tadeusz Dracz $
www.eeworm.com/read/172394/5388190
h zipfile.h
////////////////////////////////////////////////////////////////////////////////
// $Workfile: ZipFile.h $
// $Archive: /ZipArchive/ZipFile.h $
// $Date: 02-03-23 13:47 $ $Author: Tadeusz Dracz $
www.eeworm.com/read/474822/6808380
txt recite.txt
CFileDialog FileDlg(TRUE, "*.txt", NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, "(*.txt)|*.txt||");
FileDlg.DoModal();
CString cstrFileName;
cstrFileName = FileDlg.GetPathName();
//未选中任何文件
www.eeworm.com/read/195232/8167827
mm yacc.mm
#!/bin/sh
. $MACRO_DIR/makegen/makegen.cf
src=$1
shift
comment=$*
cfile=`echo $src | sed "s/\.y\$/.c/"`
hfile=`echo $src | sed "s/\.y\$/.h/"`
obj=`echo $src | sed "s/\.y\$/.o/"`
echo "$cfile : $src
www.eeworm.com/read/195144/8171542
cpp clientdlg.cpp
// clientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "client.h"
#include "clientDlg.h"
#include "global.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/392572/8335271
cpp mc3000dlg.cpp
// mc3000Dlg.cpp : 实现文件
//
#include "stdafx.h"
#include "mc3000.h"
#include "mc3000Dlg.h"
#include "ParamManagerDlg.h"
#include "DirectoryMG.h"
#include "shellapi.h"
#include "UserQL.h"
#in
www.eeworm.com/read/172783/9691116
cpp defaultfilesystem.cpp
#include
#include "Utility.h"
namespace corona {
class CFile : public DLLImplementation {
public:
CFile(FILE* file) {
m_file = file;
}
~CFile() {
www.eeworm.com/read/368479/9691978
cpp clientdlg.cpp
// clientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "client.h"
#include "clientDlg.h"
#include "global.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/411910/11223449
cpp rangerparameterfile.cpp
#include "stdafx.h"
#include "RangerParameterFile.h"
// CRangerParameterFile
// =================================================================================================================
www.eeworm.com/read/335567/12514835
cpp odeframe.cpp
// odeFrame.cpp : implementation file
//
#include "stdafx.h"
#include "DESEncrption.h"
#include "odeFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =