搜索资源列表
LRAnalysis
- 编译原理 中的LR分析 控制台程序设计与实现,刚刚做的-compiler theory of LR Analysis Console program design and implementation, just so
parsing
- 用、Visual++6.0 开发的控制台程序,编译原理中的语法分析-use, Visual 6.0 console procedures, compiler theory of syntax analysis
Parser
- 本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分析表 ⅰ,构造文法中所有元素的FIRST和FOLL
WordsAndGrammarAnalysis
- 6个不同的词法语法分析程序源代码,或者说通用c的编译器源码,3个c++控制台程序,3个mfc应用程序,-Six different lexical parsing source code, or common-source compiler c, 3 c++ console process, three mfc application, huh, huh
111
- 构造LL(1)分析表,过程中有一定的注释,能够运行的控制台应用程序-Construction LL (1) analysis table, the process has some notes, be able to run the console application
complier
- 此应用程序是控制台应用程序,实现了编译器的词法分析-This application is a console application, a compiler lexical analysis
xinxiguanli
- 一款可以查询修改信息的,基于控制台的小程序-You can modify the information in a query, based on a small console program
CM-Lex
- 一个由LEX编写的C-词法分析程序。为锻炼使用者能力,未加载LEX已编译的代码。建立时最好建立控制台程序。-LEX written by a C-lexical analysis program. The user the ability to exercise without load LEX compiled code. Is best to establish procedures for the establishment of the console.