⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 param.h

📁 为编译原理课程设计
💻 H
字号:
FILE *fp_source;
FILE *fp_output;
FILE *fp_wordList;
char DoubleOperand[3];
int malloc_DO;
int malloc_WL;
int wordCount=35;
int doubleop_count=3;
int code_ident;
int code_const;
int code_crlf;
int line_count=1;
int word_count=0;
typedef struct
{
	char name[20];
	int type;
}WORD_LIST_ITEM;

typedef struct
{
	char name[50];
	int type;
}OUT_WORD_ITEM;

WORD_LIST_ITEM p_wordlist[35];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -