摘要:
阅读全文
摘要:
http://www.cnblogs.com/joker317/http://www.cnblogs.com/caicaihong/http://www.cnblogs.com/zzy999/http://www.cnblogs.com/wangdahua/http://www.cnblogs.co... 阅读全文
摘要:
program à external_declaration | program external_declaration程序-> external_declaration à function_definition | declaration 外部声明-> |function_definition... 阅读全文
摘要:
#includechar curr;char LL1[1000];int N=-1;void Top();void Top1();void Top2();void top();void top1();void error();void scaner();void main(){ char ch;in... 阅读全文
摘要:
include#define MAX 100typedef struct //构造一个邻接表 用于存储NFA{char name;char line[MAX]; }node; void tran(){ //专门做语句的转换操作 } void automata(char R[],in... 阅读全文