-
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。...
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。-It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
- 2022-05-12 13:38:11下载
- 积分:1
-
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序...
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
- 2022-07-10 00:33:31下载
- 积分:1
-
一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。...
一个简单的公交查询管理系 d 统,采用最短路算法,利用odbcapi函数访问数据库。
-a simple inquiry Bus Marketing Management-d, the most shorted algorithm, use odbcapi function access to the database.
- 2022-03-29 10:07:13下载
- 积分:1
-
计算机语言编译器是用C++语言编写的程序,用C++语言编写的…
cp计算机语言的
编译器的解释程序
用C++语言编写
-cp computer language compiler is the interpretation of the procedures used C language
- 2022-01-26 06:29:11下载
- 积分:1
-
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式....
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original
grammar, after equal in value grammar establishment grammar tree which
eliminates the left recursion, after but the grammar tree carries on
the root to spread the calendar regarding this, after then obtains
decorates the type
- 2022-01-22 17:47:18下载
- 积分:1
-
- 2022-02-16 08:14:13下载
- 积分:1
-
赋值语言翻译(C++)源代码+详细的课程设计报告
定义赋值语句;分析出翻译中要解决的问题;明确翻译错误的表达以及处理...
赋值语言翻译(C++)源代码+详细的课程设计报告
定义赋值语句;分析出翻译中要解决的问题;明确翻译错误的表达以及处理-Assignment language translation (C++) Source code report detailed the definition of curriculum design assignment analysis of translation problems to be solved clear expression of a translation error, as well as treatment
- 2023-04-26 15:30:03下载
- 积分:1
-
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组...
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组-University wrote a simple lexical analyzer through importation from the definition of the rules of grammar procedures, the analysis of binary Group
- 2022-01-26 08:14:13下载
- 积分:1
-
the inverse process can be converted to Poland expression C language program.
该程序可将逆波兰表达式转换为C语言程序。-the inverse process can be converted to Poland expression C language program.
- 2022-03-06 21:14:58下载
- 积分:1
-
开发编译器的有力工具,详细讲述了Lex和Yacc的原理及其实际应用...
开发编译器的有力工具,详细讲述了Lex和Yacc的原理及其实际应用-The development of a powerful tool for compiler
- 2023-04-18 01:25:03下载
- 积分:1