-
编译原理的词法,语法,分析等
编译原理的词法,语法,分析等,还有劳顿的tiny machine (tm.c)的代码实现,前面还有相应的汇编程序 -compiler principles of morphology, syntax and analysis, there is a tiny machine Lawton (tm.c) the implementation of the code, still ahead of the corresponding assembler
- 2022-02-20 23:02:11下载
- 积分:1
-
A very useful procedure, c language written, for many school friends SCM may be...
一个非常有用的程序,c语言写得,对于很多学单片机的朋友或许有用。
-A very useful procedure, c language written, for many school friends SCM may be useful.
- 2022-03-20 22:04:32下载
- 积分:1
-
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。...
通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。- And the hands of the right programming language source for the scanning process of decomposition of various word lexical analysis methods.
- 2023-08-11 06:45:03下载
- 积分:1
-
读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。...
读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。-BNF expressions and terminator read the file, and then generates the appropriate grammar First, Follow sets, grammar analysis table, as well as conflict table
- 2022-05-31 03:17:31下载
- 积分:1
-
一个C编译器源码:编译器基本原理,词法分析,语义分析
一个C编译器源码:编译器基本原理,词法分析,语义分析-a C compiler source : compiler basic tenets of lexical analysis, semantic analysis, and so on
- 2022-01-26 03:08:49下载
- 积分:1
-
- 2023-08-16 20:45:03下载
- 积分:1
-
VC realize the program used to compile a small system, in the system to achieve...
该程序用VC实现了一个小型编译系统,在系统中实现了完整的词法扫描,语法分析,予以分析以及模拟代码生成等模块.-VC realize the program used to compile a small system, in the system to achieve a complete lexical scanning, syntax analysis, to analysis and simulation code generation modules.
- 2022-03-09 20:03:49下载
- 积分:1
-
一个小语言的词法分析程序
一个小语言的词法分析程序- A small language lexical analyaer
- 2022-01-20 22:52:25下载
- 积分:1
-
take db programme now
take db programme now
- 2022-02-04 16:35:28下载
- 积分:1
-
词法分析程序的功能是,接受一个表达式,输出该表达式中的各类单词符号。测试词法分析程序时,可以按照一定格式输出各类单词符号。
本程序实现整数四则运算表达式的词...
词法分析程序的功能是,接受一个表达式,输出该表达式中的各类单词符号。测试词法分析程序时,可以按照一定格式输出各类单词符号。
本程序实现整数四则运算表达式的词法分析程序。-Lexical analyzer function is to accept an expression, the output of the expression of the various types of word symbols. Testing lexical analysis program, you can format the output according to certain types of word symbols. This procedure to achieve an integer 4 expression is the lexical analysis program.
- 2023-07-31 02:20:03下载
- 积分:1