代码搜索:fpread
找到约 12 项符合「fpread」的源代码
代码结果 12
www.eeworm.com/read/238079/13909029
exe fpread32.exe
www.eeworm.com/read/135160/13954573
exe fpread32.exe
www.eeworm.com/read/106678/15630308
exe fpread32.exe
www.eeworm.com/read/181709/9240431
c wordanalyse.c
#include "global.h"
#include "keyword.h"
int main(){
char buffer[20];/*将每次读取的字符串存到一个缓冲区*/
int length=0;/*记录读取字符串的长度*/
struct record temp;/*定义词法分析器输出的中间结果的格式*/
FILE *fpread;/*读源程序文
www.eeworm.com/read/180707/9297392
cpp ex13.cpp
// 第13章 文 件
// [例13.1] 格式转换处理一个结构变量
#include
typedef struct SData
{ int nLineset; float fAdjust;int nPoint;
float fXa; float fYa; float
www.eeworm.com/read/143368/12881024
cpp ex13.cpp
// 第13章 文 件
// [例13.1] 格式转换处理一个结构变量
#include
typedef struct SData
{ int nLineset; float fAdjust;int nPoint;
float fXa; float fYa; float
www.eeworm.com/read/149958/12329309
cpp ex13.cpp
// 第13章 文 件
// [例13.1] 格式转换处理一个结构变量
#include
typedef struct SData
{ int nLineset; float fAdjust;int nPoint;
float fXa; float fYa; float
www.eeworm.com/read/218065/14940317
h grammer.h
/*
"grammer.h"
关于语法分析器的一些声明
*/
#include
#define MAXProcTable 20/*过程表长度*/
#define MAXVarTable 30/*变量表长度*/
struct procTable process[20];/*过程表*/
struct varTable variable[30];/*变量表
www.eeworm.com/read/218065/14940324
cpp grammer.cpp
#include
#include "global.h"
#include "grammer.h"
void procProcess(FILE *fpread,int level)//递归的过程
{
struct record temp;
skipLine(fpread);//跳过换行符
fread(&temp,sizeof(struct rec
www.eeworm.com/read/202044/15390875
txt testfile.txt
#include
#include
#include
#include
typedef void (* ENC)(char*,long,char*,char*);
typedef void (* DEC)(char*,long,char*,char*);
typedef void (* HA