-
一个C++函数解释器,很好用的。
一个C++函数解释器,很好用。-a C function interpreter, a good use.
- 2023-06-21 03:40:07下载
- 积分:1
-
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
- 2022-07-21 03:17:49下载
- 积分:1
-
这是我同学做得编译原理――词法分析器,有读源文件,和写目标文件...
这是我同学做得编译原理――词法分析器,有读源文件,和写目标文件-This is the principle of my classmates to do the compiler- lexical analyzer source file has read, and write the destination file
- 2022-08-20 08:44:55下载
- 积分:1
-
fish小程序
fish小程序 -fish applet applet fish
- 2022-03-17 19:10:47下载
- 积分:1
-
编译原理 实现多个表达式的识别和判断出错
编译原理 实现多个表达式的识别和判断出错-Compilation Principle of multiple expressions of recognition and assessment of error
- 2022-03-26 03:32:58下载
- 积分:1
-
一个词法分析程序,可以实现输入C源程序,输出二元式
一个词法分析程序,可以实现输入C源程序,输出二元式-a lexical analysis procedures, can achieve the importation of C source files, binary output-
- 2023-04-25 04:20:03下载
- 积分: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
-
这是一个用VF6.0”系列;编译原理";课程设计报告。类风湿性关节炎…
这是一个用VF6.0编的《编译原理》课程设计报告.rar-This is a series with VF6.0 "compiler theory" course design report. Rar
- 2022-06-21 09:59:11下载
- 积分:1
-
简单的语法分析,递归下降语法分析
简单的语法分析,递归下降语法分析-simple syntax analysis, recursive grammar analysis drop
- 2022-01-28 23:02:04下载
- 积分:1
-
small_c_for_z80c语言编译器的源代码
small_c_for_z80
C 语言编译器源代码-small_c_for_z80C language compiler source code
- 2022-12-12 04:05:04下载
- 积分:1