代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/155415/11876191
cpp prefs.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/234158/14120396
cpp testoverflow.cpp
#include "stdafx.h"
#include "TestOverflow.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CWinApp theApp;
using namespace std;
www.eeworm.com/read/130818/14173424
cpp selfextractor.cpp
/*************************************************************************************
*
* File: SelfExtracter.cpp
* Version: 1.0
*
* Author: James Spibey
* Date: 04/08/1999
* E-mail: spib@
www.eeworm.com/read/231727/14222711
cpp jpgvsbmp.cpp
// JpgVSbmp.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "JpgVSbmp.h"
#include "Jpeg.h"
#include "Dib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/127725/14339106
cpp logline.cpp
/************************************************************************************
Copyright (c) 2000 Aaron O'Neil
All rights reserved.
Redistribution and use in source and binary forms, wi
www.eeworm.com/read/125538/14488601
cpp compiler.cpp
// Compiler.cpp: implementation of the CCompiler class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DFYSimulator.h"
#include "Compile
www.eeworm.com/read/124401/14569634
cpp inifile.cpp
// IniFile.cpp: implementation of the CIniFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileGuardApp.h"
#include "IniFile.h
www.eeworm.com/read/221221/14753124
txt chuanhangtongxun.txt
笑千秋 @ 2004-10-24 14:58
用VC 6.0实现串行通信的三种方法
摘要: 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
在实验室和工业应用中,串口是常用的计算机与外部串行设备之间的数据传输通道,由于串行通信方便易行,所以应用广泛。依据不同的 ...
www.eeworm.com/read/116205/14982935
cpp 文件操作dlg.cpp
// 文件操作Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "文件操作.h"
#include "文件操作Dlg.h"
#include "dirdialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH