代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/382454/9025727
cpp cgame.cpp
#include "iostream"
using namespace std;
#include "stdio.h"
#include "MAP.h"
#include "TEXT.h"
#include "ATTACK.h"
//对象的声明
Fight fight;
CFile cf;
map gamemap;
MY_HERO myhero;
NPC npc;
bo
www.eeworm.com/read/216499/4892730
s getnam.s
i = r3
.globl putcall,kput,obuild
.globl seekchar
.globl getchar
.globl outb, outw, outt
.globl cfile, lfile, flush
.globl iget
.globl sptr
.globl generate,succ
.globl getnam
getnam:
mov $1f+1,r0
www.eeworm.com/read/208315/4993930
makefile
#ecnegrevid 2001.7.20
BASEPATH = ../..
include $(BASEPATH)/Makefile.Base
PROGNAME = recite
CFILE = recite.c items.c
COBJS = recite.o items.o
COBJSSTEST = recite.t items.t
.SUFFIXES: .o .c .ln .t
.c.
www.eeworm.com/read/195341/5112138
s getnam.s
i = r3
.globl putcall,kput,obuild
.globl seekchar
.globl getchar
.globl outb, outw, outt
.globl cfile, lfile, flush
.globl iget
.globl sptr
.globl generate,succ
.globl getnam
getnam:
mov $1f+1,r0
www.eeworm.com/read/369339/2801288
s getnam.s
i = r3
.globl putcall,kput,obuild
.globl seekchar
.globl getchar
.globl outb, outw, outt
.globl cfile, lfile, flush
.globl iget
.globl sptr
.globl generate,succ
.globl getnam
getnam:
mov $1f+1,r0
www.eeworm.com/read/329570/12947351
s usart.s
.module usart.c
.area text(rom, con, rel)
.dbfile E:\新建文件夹\usart_icc\cfile\usart.c
.dbfunc e UsartInit _UsartInit fV
.even
_UsartInit::
.dbline -1
.dbline 4
; #define USART_C
; #includ
www.eeworm.com/read/100347/15876536
h tools.h
#define BIG5TOGB_LIB_NAME "big5togb.ku"
#define GBTOBIG5_LIB_NAME "gbtobig5.ku"
//内码转换类
class CChangeCode:public CFile
{
private:
char huge* m_lpsList ; //转换码表
i
www.eeworm.com/read/102552/15774361
htm subject_21063.htm
序号:21063 发表者:wyc 发表日期:2002-11-13 14:14:46
主题:如何处理VC编辑器中类对象的成员函数列表提示?
内容:如何设置VC编辑器中类对象的成员函数列表框提示?例:CFile file;file. 按‘点’后通常会出现CFile类的成员函数列表框,如果不出现怎末办?请各位大虾指点迷津?
www.eeworm.com/read/101790/15809710
htm subject_53511.htm
序号:53511 发表者:zhfan 发表日期:2003-09-20 11:06:21
主题:文件操作问题
内容:我在程序中使用<mark>CFile</mark>打开固定的文件。程序运行时就打开这个固定文件(如果找不到就创建)。文件路径直接使用文件名。现在的问题是:通过双击已保存过的文件(区别于前述文件)的图标打开文件时,使用<mark>CFile</mark>创建出的固定文件会创建到所打开的文件所处路径下。如何才能 ...