代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/244653/12850677
txt cfile.txt
#include
#include
#include "keyscode.h"
#include "menu.h"
struct line{
int charnum;
char *base;
};
typedef struct line SequListElemType;
#include "sequlist.h"
www.eeworm.com/read/244208/12878221
txt cfile.txt
6
100
0.5
0.10
0.075
0.01
0.0
0.25
0.125
0.25
0.125
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:
www.eeworm.com/read/139615/13147095
txt cfile.txt
6
100
0.5
0.10
0.075
0.01
0.0
0.25
0.125
0.25
0.125
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:
www.eeworm.com/read/138830/13208925
txt cfile.txt
6
100
0.5
0.10
0.075
0.01
0.0
0.25
0.125
0.25
0.125
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:0 10
RRRRRR:1 10
RRRRRR:
www.eeworm.com/read/138003/13274426
cpp cfile.cpp
#include
#include
#include
#include
using namespace std;
#include "CFile.h"
string& replace_all(string& str,const string& old_value,const string& new_valu
www.eeworm.com/read/138003/13274467
h cfile.h
// |//////////////////////////////梦幻水晶游戏程序 V1.0///////////////////////////////|
// || ;;;;;; ;; ;; ;; ;,;; ;;
www.eeworm.com/read/239193/13297448
h cfile.h
#pragma once
#include "stdafx.h"
#include // filecontrol : _O_RDONLY symbol and other stuff
#include // _fgetts ==> fgets
#include
#include
#include
www.eeworm.com/read/136386/13380706
c cfile.c
/*项目规划:用混合编程实现一个简单的add函数
对在DM中的变量A,B取和并将结果寄存于Result中
其中add函数的调用asmfile.asm中的汇编函数实
现,PM指向PAGE5*/
//#include "asm_aprt.h"
#define PmPage(x) { asm ( "PMOVLAY=" #x ";" ); }
#define DmPage(x) { a
www.eeworm.com/read/136264/13384308
c cfile.c
/*
@(#)m/r/tutor/tutor682/cfile.c 1.1
*/
extern int foo(int, int);
int bar(int);
int a, b, c;
void t(void)
{
c = foo(a,b);
}
int bar(int p1)
{
return(2 * p1);
}