代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/100586/15870455
h getdata.h
#include "head.h"
float *getData(char *filename)
{
//函数功能:将文件中的数据读到一个指针中,并返回该指针
//filename:文件名
//若读取成功,则返加一个非空指针,否则,返回一个空指针
CFile inf(filename,CFile::modeRead);
float *fpointer;
lon
www.eeworm.com/read/100407/15874546
c mdb-parsecsv.c
/* MDB Tools - A library for reading MS Access database file
* Copyright (C) 2000 Brian Bruns
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/100407/15874550
c mdb-header.c
/* MDB Tools - A library for reading MS Access database file
* Copyright (C) 2000 Brian Bruns
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/100287/15877850
frm cmdialog.frm
VERSION 2.00
Begin Form frmCmDialog
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Double
Caption = "Form1"
ClientHeight = 3285
ClientLeft =
www.eeworm.com/read/100210/15880215
cpp helpdlg.cpp
// HelpDlg.cpp : implementation file
//
#include "stdafx.h"
#include "EWord.h"
#include "HelpDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/100001/15890088
h carchiveex.h
#if !defined(_CARCHIVE_H_)
#define _CARCHIVE_H_
struct ArcHeader
{
_TCHAR chSignature[3]; // "akz"
BYTE uchFlag; // 0-plane text; 1-compr; 2-crypt; 3-compr & crypt;
DWORD dwOrigina
www.eeworm.com/read/123136/14646085
asm sio.asm
??CFILE (C:\H8S\LTMeas\LTDriver\Sio.c)
??CFILE (H8S2144.h)
??CFILE (C:\H8S\LTMeas\LTDriver\Sio.c)
??CFILE (global.h)
??CFILE ($$string.h)
??CFILE ($$stddef.h)
??CFILE ($$string.h)
??CFILE (glob
www.eeworm.com/read/123136/14646150
asm system.asm
??CFILE (C:\H8S\LTMeas\LTDriver\SYSTEM.C)
??CFILE (H8S2144.h)
??CFILE (C:\H8S\LTMeas\LTDriver\SYSTEM.C)
??CFILE (global.h)
??CFILE ($$string.h)
??CFILE ($$stddef.h)
??CFILE ($$string.h)
??CFILE
www.eeworm.com/read/188943/8507007
cpp filestatusdlg.cpp
// FileStatusDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileStatus.h"
#include "FileStatusDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/178643/9389608
cpp 七星彩2dlg.cpp
// 七星彩2Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "七星彩2.h"
#include "七星彩2Dlg.h"
#define N 7
#define KK 30
#define SX 4
#define SY 4
char m1[N+2][N+2],m2[N+2][N+2];
cha