-
用于进行递归下降分析法,编译原理,运行环境为Visual Stdio c++6.0...
用于进行递归下降分析法,编译原理,运行环境为Visual Stdio c++6.0-Be used for recursive descent analysis, compiling principle, operating environment for Visual Stdio c++6.0
- 2022-04-23 13:01:40下载
- 积分:1
-
关于语法分析的vc好
关于语法分析的vc好- Is good east about grammar analysis vc east
- 2022-02-25 17:52:37下载
- 积分:1
-
一个简单的编译器,里面有测试代码,希望对大家有用
一个简单的编译器,里面有测试代码,希望对大家有用-A simple compiler test code inside and hope for all of us
- 2022-09-23 17:30:03下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。
LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
- 2023-02-02 20:20:03下载
- 积分:1
-
编译原理实验程序C语言版本
编译原理实验程序C语言版本- Translation principle test run C language edition
- 2022-06-03 03:37:42下载
- 积分: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
-
工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的,
免的你寻找之苦
masm32v8
masm611
MasmEdit...
工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的,
免的你寻找之苦
masm32v8
masm611
MasmEditor1600汇编集成-工欲善其事, its prerequisite, and learn the compilation can not be separated from practice, this compilation has all kinds of editor, there will always be appropriate to avoid the pain of you looking for the compilation of integrated masm32v8masm611MasmEditor1600
- 2022-02-26 02:45:40下载
- 积分:1
-
C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN
FOR(I=0 I<10 I=I+1){}...
C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN
FOR(I=0 I
- 2022-03-14 17:19:15下载
- 积分:1
-
简单的JS在线编辑器,虽然是简单,但是也是容易扩充.
简单的JS在线编辑器,虽然是简单,但是也是容易扩充.-Simple JS online editor, though simple, but it is also easy to expand.
- 2022-02-06 21:27:03下载
- 积分:1
-
- 2022-08-20 12:54:47下载
- 积分:1