-
补充一个tc20英文版的编译器
补充一个tc20英文版的编译器- Supplements a tc20 English version the compiler
- 2022-01-26 05:31:27下载
- 积分:1
-
this program can build on the principle of uncertainty to determine finite autom...
此程序可以把编译原理中的不确定的有限自动机确定化,是编译中课程设计的内容-this program can build on the principle of uncertainty to determine finite automata, which is to compile the contents of the curriculum design
- 2022-03-12 05:37:43下载
- 积分:1
-
一个C++函数解释器,很好用的。
一个C++函数解释器,很好用。-a C function interpreter, a good use.
- 2023-06-21 03:40:07下载
- 积分: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
-
很初级的,我们刚刚开编译原理
很初级的,我们刚刚开编译原理- Very primary, we just opened the translation principle
- 2022-02-05 15:19:17下载
- 积分:1
-
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。...
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
- 2022-08-18 23:32:12下载
- 积分:1
-
Programa em Pascal usado em Aulas
Programa em Pascal usado em Aulas
- 2022-07-03 07:04:34下载
- 积分:1
-
这是关于小Python的实现
this is about tiny python implementation
- 2022-06-02 23:04:16下载
- 积分:1
-
8237各个引脚的功能以及其应用 可以运用于课程设计
8237各个引脚的功能以及其应用 可以运用于课程设计-8237 different pin functions and their applications can be used in curriculum design
- 2022-02-13 07:23:52下载
- 积分:1
-
正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程
正规(则)表达式转化为NFA,DFA,DFA最小化,显示结果和过程-Formal (then) regular expressions into NFA, DFA, DFA minimization, and process the result will be displayed
- 2023-08-04 00:15:03下载
- 积分:1