代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/246095/12757008
s main.s
.module main.c
.area data(ram, con, rel)
_ticnt::
.blkb 2
.area idata
.word 0
.area data(ram, con, rel)
.dbfile E:\NumberDisplay\cfile\main.c
.dbsym e ticnt _ticnt i
_keytime::
.blk
www.eeworm.com/read/484130/6591224
cpp main.cpp
#include "stdafx.h"
#include "FenXi.h"
#include
void main()
{
CStdioFile sf;
CString temp,strOut;
CFenXi m_fenxi;
if(sf.Open("Test.txt",CFile::modeRead))
{
while(sf.ReadStr
www.eeworm.com/read/102552/15774422
htm subject_21212.htm
序号:21212 发表者:林浩 发表日期:2002-11-14 21:22:38
主题:SOS, thanks
内容:1、读非文本文件,文件头之后有包含整数、浮点数、字符串结构数组的数据集合,可以计算出第一个数据的偏移量,数据排列有序,怎么读取任一组?CFile myfile("procfile.dat",CFile:typeBinary);myfil
www.eeworm.com/read/101790/15810927
htm subject_62452.htm
序号:62452 发表者:mable 发表日期:2003-11-26 21:57:27
主题:请教CFile类的问题
内容:如果一个文件很长,我想分几次用CFile的read方法读,第二次读的时候它是否会自动从第一次结束的地方开始读呢,如果不是,我要怎么做呢,谢谢
返回上页
www.eeworm.com/read/278884/10496116
h fileinfo.h
// FileInfo.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CFile
www.eeworm.com/read/442500/7650298
cpp fileoperation.cpp
//FileOperation.cpp
#include "stdafx.h"
#include "FileOperation.h"
// 可以是文件名如c:\zzh.txt;也可以是目录c:\zzh
bool ddFindFile(CString filepath)
{
CFileStatus status;
if(!CFile::GetStatus(filepath,
www.eeworm.com/read/197685/7978031
h fileinfo.h
// FileInfo.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CFile
www.eeworm.com/read/136812/5861324
makefile
#
# @(#)Makefile 1.1 92/07/30 SMI
#
# CFILES_USER are C files distributed to the user
CFILES_USER= suntools.c suntools_menu.c selection_svc.c
#
# CFILES_NO_DISTRIBUTE are non-distributed C files
CFILE
www.eeworm.com/read/215854/15037565
h fileinfo.h
// FileInfo.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CFile
www.eeworm.com/read/212209/15163109
h fileinfo.h
// FileInfo.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CFile