代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/105271/15672904
c resolv.c
/* resolv.c
Parser for /etc/resolv.conf file. */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission
www.eeworm.com/read/102552/15776316
htm subject_23526.htm
序号:23526 发表者:longren 发表日期:2002-12-04 19:05:04
主题:序列化问题
内容:执行程序后,弹出一个终止,忽略,重试的对话框,假如在目录下删除这个***.dat文件,可以保存,但是你再次运行的话就又弹出了哪个对话框,是不是文件指针有问题。BOOL CMy2Dlg::OnInitDialog(){  
www.eeworm.com/read/100586/15870459
h jj.h
#include "head.h"
void jj(float *h,float *s,char *filename)
{
//jj,卷积函数
//h:指向滤系数的指针,以END_FLAG为结束标志
//s: 指向数据流的指针,以END_FLAG为结束标志
//filename: 卷积后保存的文件名
float *temp;
unsigned long i,j
www.eeworm.com/read/189196/8485124
txt 心得.txt
【1】 CString对象不能往文件直接写入,转换成char *p=new char[];
【2】 #define PATH "D:\\YOUTH\\DATA\\"
char filename[40] = PATH;
【3】 CFile fp(InfoFileName, CFile::modeCreate|CFile::modeWrite);
www.eeworm.com/read/388796/8574513
cpp keyfile.cpp
// KeyFile.cpp: implementation of the CKeyFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PWKeyEncrypt.h"
#include "KeyFile.h
www.eeworm.com/read/185723/8989007
c benc.c
/*File:BenC.c
*The main file of this project
*/
#include "Global.h"
#include "Scan.h"
#include "Parse.h"
#include "GenCode.h"
/*Allocate Global Variables*/
int g_lineno = 0;
FILE *g_src_file = N
www.eeworm.com/read/363808/9935377
cpp crc_uidlg.cpp
// crc_uiDlg.cpp : implementation file
//
#include "stdafx.h"
#include "crc_ui.h"
#include
#include "crc_func.h"
#include "crc_uiDlg.h"
#include "global.h"
#include ".\crc_uidlg
www.eeworm.com/read/225043/7107506
cpp uiframewnd.cpp
// UIFrameWnd.cpp : implementation file
//
#include "stdafx.h"
#include "afxmt.h"
#include "stock.h"
#include "UIFrameWnd.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/225043/7107556
cpp uiframewnd.cpp
// UIFrameWnd.cpp : implementation file
//
#include "stdafx.h"
#include "afxmt.h"
#include "stock.h"
#include "UIFrameWnd.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/441345/7671555
cpp telbookdlg.cpp
// TelBookDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GSM_Ctrl_Prj.h"
#include "TelBookDlg.h"
#include "AddTelDlg.h"
#include "Common.h"
#ifdef _DEBUG
#define new DEBUG_NE