-
This is a vc environment compiler running under the principle source of lexical...
这是一个vc++环境下运行的编译原理的词法分析源程序,可以在vc++环境下直接运行,其中有运行的截图,学校要求做实验报告,给和我一样要交报告的人。-This is a vc environment compiler running under the principle source of lexical analysis, the vc direct operating environment, which is running the screenshots, the school asked to do experiments, and I like to have to pay the people.
- 2022-08-07 10:01:47下载
- 积分:1
-
一个词法分析器程序
一个词法分析器程序- A morphology analyzer procedure
- 2022-05-24 22:06:37下载
- 积分:1
-
一个slr(1)的 语法分析器
可以自行输入文法
一个slr(1)的 语法分析器
可以自行输入文法-1 slr (1) parser can enter your own grammar
- 2022-06-28 23:14:36下载
- 积分:1
-
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。...
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing; 3. Operator precedence relations of the matrix structure.
- 2022-02-18 16:37:46下载
- 积分:1
-
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序...
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序
- 2022-08-16 01:58:34下载
- 积分:1
-
这是一个编译原理的语法分析器
这是一个编译原理的语法分析器- This is a translation principle grammar analyzer
- 2022-03-14 20:31:00下载
- 积分:1
-
C语言来构造编译器的,十分详细的源代码,还有注释
C语言来构造编译器的,十分详细的源代码,还有注释-on the use of C language compiler construction, the site has its source code matching.
- 2022-05-06 23:42:52下载
- 积分:1
-
1、构造该算符优先文法的优先关系矩阵或优先函数;
2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定
1、构造该算符优先文法的优先关系矩阵或优先函数;
2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
3、算符优先分析过程应能发现输入串出错。
-1, construction of the operator the priority of the priority relation matrix grammar or priority function 2, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2023-06-11 00:45:03下载
- 积分:1
-
一个小翻译用C++语言编的,可以
用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may
carry out the C procedure! Is may carry out C the procedure C
procedure! (Master) writes oh!
- 2022-05-22 18:44:48下载
- 积分:1
-
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。...
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
- 2022-03-22 06:15:04下载
- 积分:1