-
编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图...
编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
- 2023-01-05 12:35:03下载
- 积分:1
-
时钟的C代码,应用于单片机,KEIL的开发环境。
时钟的C代码,应用于单片机,KEIL的开发环境。
-C
- 2022-01-25 14:20:22下载
- 积分:1
-
在统计目录下所有的源程序都实现了
用C实现的统计一个目录下的所有源程序共有多少行,源代码值得一看。- Under statistical catalogue all source programs realizes which
with C altogether have how many line, the source code are worth as
soon as looking.
- 2023-08-17 17:15:03下载
- 积分:1
-
大家是不是为不知道如何在VB学到绝地程序,这可以帮你! 绝地程序编辑器...
大家是不是为不知道如何在VB学到绝地程序,这可以帮你! 绝地程序编辑器- Everybody is not for did not know how learns certainly the
procedure in VB, this may help you! Certainly procedure editor
- 2022-05-23 20:30:25下载
- 积分: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
-
小程序,编程的EEPROM编程
Pony Prog, programa para programar eeprom
- 2022-03-25 18:37:21下载
- 积分:1
-
Cypress 68013a appliaction example
Cpress 68013A is the best one -Cypress 68013a appliaction example
- 2022-04-06 21:11:03下载
- 积分:1
-
用c语言实现的语法语义分析程序 实现了四元式得生成功能齐全...
用c语言实现的语法语义分析程序 实现了四元式得生成功能齐全-with language syntax semantic analysis of the program in four yuan-generation multifunctional
- 2022-05-29 02:22:19下载
- 积分:1
-
经典的java语言分析器
经典的java语言分析器-Classic java language analyzer
- 2022-07-18 21:57:54下载
- 积分:1
-
编译器
compiler
- 2022-01-25 18:35:14下载
- 积分:1