代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/443018/1752933
tlh netcon_rtw.tlh
%implements "machineHeader" "C"
%function CacheOutputs(block,system,pubHFile,prvHFile,cFile) void
%if FEVAL("sf_rtw","usesDSPLibrary",CompiledModel.Name)
%
www.eeworm.com/read/443018/1752947
tlh sim_netcon_rtw.tlh
%implements "machineHeader" "C"
%function CacheOutputs(block,system,pubHFile,prvHFile,cFile) void
%if FEVAL("sf_rtw","usesDSPLibrary",CompiledModel.Name)
%
www.eeworm.com/read/276414/10739326
cpp logfunctions.cpp
#include "stdafx.h"
#include "LogFunctions.h"
void LogMessage(CRichEditCtrl* richEditCtrl, BOOL status, const char* message, BOOL logToFile, CFile* logFile)
{
CString logMessage;
CString ti
www.eeworm.com/read/276414/10739343
h logfunctions.h
#ifndef _LOGFUNCTIONS_H_
#define _LOGFUNCTIONS_H_
void LogMessage(CRichEditCtrl* richEditCtrl, BOOL status, const char* message, BOOL logToFile, CFile* logFile);
#endif _LOGFUNCTIONS_H_
www.eeworm.com/read/455108/1625532
cpp cryptfile.cpp
#include "stdafx.h"
#include "cryptfile.h"
BOOL CCryptFile::Open( LPCTSTR lpszFileName, UINT nOpenFlags, CFileException* pError)
{
CFile raw;
// you'd like to test for modeRead, but since
www.eeworm.com/read/288863/4003340
cpp cryptfile.cpp
#include "stdafx.h"
#include "cryptfile.h"
BOOL CCryptFile::Open( LPCTSTR lpszFileName, UINT nOpenFlags, CFileException* pError)
{
CFile raw;
// you'd like to test for modeRead, but since
www.eeworm.com/read/102552/15773342
htm subject_34264.htm
序号:34264 发表者:有问题的菜鸟 发表日期:2003-03-28 09:24:21
主题:看看我的这段代码对吗?
内容:CByteArray Array;CFile file;file.Open(m_strFile,CFile::modeRead);Array.Add(file);是不是我的数据流就加到了ARRAY里面
www.eeworm.com/read/101790/15809518
htm subject_34264.htm
序号:34264 发表者:有问题的菜鸟 发表日期:2003-03-28 09:24:21
主题:看看我的这段代码对吗?
内容:CByteArray Array;CFile file;file.Open(m_strFile,CFile::modeRead);Array.Add(file);是不是我的数据流就加到了ARRAY里面
www.eeworm.com/read/169186/9876451
clw cfileclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CProgressDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "CFile
www.eeworm.com/read/279489/10434491
cpp caccmanager.cpp
#include "CAccManager.h"
#include "interface.h"
#include "CBroweAccFrame.h "
#include
using namespace std;
#include "CFile.h"
CAccManager::CAccManager()
{
count = 0;
us