-
Information Management System! The curriculum design is very simple! Exchange of...
信息管理系统!很简单的课程设计!类似于城市信息交换的网站!-Information Management System! The curriculum design is very simple! Exchange of information similar to the city website!
- 2022-05-22 22:12:08下载
- 积分:1
-
A simple order good interpreter
一个简单的命令行解释器- A simple order good interpreter
- 2022-04-21 17:05:17下载
- 积分:1
-
在多道程序设计系统编辑器
System Editor for multiprogramming
- 2022-01-25 21:42:01下载
- 积分:1
-
顶程序
本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
- 2023-07-11 12:30:05下载
- 积分:1
-
这是一个语法分析器
这是一个语法分析器-This is a parser
- 2022-03-07 16:54:39下载
- 积分:1
-
编译原理 关于NFA到dDFA转换的c程序
编译原理 关于NFA到dDFA转换的c程序-Compiler Construction Principles on the NFA to dDFA convert c program
- 2023-05-08 21:30:03下载
- 积分:1
-
压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便...
压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便-compression grammar equivalent transformation, importation of a grammar can transform its equivalent, is a convenient
- 2022-03-12 02:47:39下载
- 积分:1
-
c compiler of a source code
一个c compiler的source code-c compiler of a source code
- 2023-01-13 21:50:08下载
- 积分:1
-
- 2022-06-03 09:40:35下载
- 积分:1
-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分:1