代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/332250/12767689
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/332250/12768035
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/332250/12769508
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/332250/12770149
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/332034/12784281
txt 将数据保存到文件.txt
CStdioFile file;
CString filename="C:\\NUM.dat";
CString str;
str.Format("%10.4f %10.4f %10.5f %10.6f\n",n1,n2,n3,n4);
if(!file.Open(filename,CFile::modeCreate|CFile::modeWrite))
{
file.C
www.eeworm.com/read/143004/12905257
scs perform.scs
{ perform.scs: performance system - classifier matching }
{ performance declarations - most are in declare.scs }
var cfile:text; { classifier file }
function randomchar(pgeneral:real):integer;
{ s
www.eeworm.com/read/330205/12907356
cpp jiamijiemidlg.cpp
// jiamijiemiDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "jiamijiemi.h"
#include "jiamijiemiDlg.h"
#include "Rijndael.h"
//#pragma comment(lib,"Vfw32.lib")
//mscorlib.dll
#ifdef _DEBU
www.eeworm.com/read/243761/12918996
txt 一个病毒免疫程式 .txt
这是一个病毒免疫模块 主要的工作是监控自己是否被改变 监控的方法使用监控文件的长度 当发现被修改可以恢复宿主 COM文件通过从内存中重新写回恢复
EXE文件通过把EXE文件头写回恢复
当然,这里有不安全的地方: 如果采用压缩工具例如PKLITE压缩的 EXE文件这样写回会导致文件被破坏 这个文件由UNVIR.EXE来负责感染。UNVIR是由PASCAL编写的
~
Include ...
www.eeworm.com/read/329570/12947358
src usart_icc.src
[Files]
cfile\delay.c
cfile\LCD.c
cfile\main.c
cfile\usart.c
[Headers]
includes\delay.h
includes\includes.h
includes\lcd.h
includes\main.h
includes\usart.h
[Documents]
www.eeworm.com/read/142084/12966325
cpp showdibdoc.cpp
// ShowDIBDoc.cpp : implementation of the CShowDIBDoc class
//
#include "stdafx.h"
#include "ShowDIB.h"
#include "ShowDIBDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stati