-
lalr1编译器,网上找的,可以使用!是学习编译原理这门课程的好例子,大家下下来可以自己试一试...
lalr1编译器,网上找的,可以使用!是学习编译原理这门课程的好例子,大家下下来可以自己试一试-lalr1 compiler, for the Internet, you can use! Principle study compiled this course a good example, where you can down their test!
- 2022-03-09 17:31:03下载
- 积分:1
-
原理实验1源文件,编译输入输出,2个词法…
编译原理实验一源文件的输入输出、
二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
- 2022-06-03 12:40:32下载
- 积分:1
-
一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。...
一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecast and Analysis table structure.
- 2022-02-02 05:12:53下载
- 积分:1
-
用数据库存储输出的单词符号表、单词表,用LIST,RICHEDIT控件实现单击关联事件。...
用数据库存储输出的单词符号表、单词表,用LIST,RICHEDIT控件实现单击关联事件。-database storage using the word output symbol table, the word table with LIST, click RICHEDIT Controls Association events.
- 2022-03-24 11:52:34下载
- 积分:1
-
一个反汇编程序源码
一个反汇编程序源码- A counter- assembly program source code
- 2022-12-31 18:40:05下载
- 积分:1
-
一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者...
一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
- 2023-08-06 16:00:03下载
- 积分:1
-
一个简单的词法分析器识别C++关键字、标识符、价值,有价值的。
一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。-A simple lexical analyzer to identify C++ Of keywords, identifiers, values, a variety of legal characters, etc., can contain a section of right or wrong C++ Procedures lexical analysis, and errors accurate advice.
- 2023-08-25 05:45:03下载
- 积分:1
-
- 2022-04-29 09:14:27下载
- 积分:1
-
词法分析程序,可对以下的C源程序进行分析
词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }-lexical analysis procedures, right below the C source code analysis : main () (int a [12] [12], the sum for (i = 1 ilt; I = 12) (for (j = 1 JLT; J = 12) Scanf ( "% d", a [i] [j])) for (i = 12 IGT; a = i--) (for (j = 12 IGT; = 1 j--) (if (i == ji j == 13) sum = a [i] [j])) printf ( "% c", sum
- 2022-07-19 15:44:58下载
- 积分:1
-
对pl0语言程序的语法分析源程序,由flex和bison生成。带实验报告。...
对pl0语言程序的语法分析源程序,由flex和bison生成。带实验报告。- To the pl0 language procedure grammar analysis source program,
produces by flex and bison. Belt test report.
- 2022-11-21 01:30:03下载
- 积分:1