-
如果有人学习单片机,不如msp430,可以看看这些资料,对其学习很有用...
如果有人学习单片机,不如msp430,可以看看这些资料,对其学习很有用
-If someone learning single-chip, it is better to msp430, can look at such information useful to their learning
- 2022-02-03 19:56:15下载
- 积分:1
-
计算机语言编译器是用C++语言编写的程序,用C++语言编写的…
cp计算机语言的
编译器的解释程序
用C++语言编写
-cp computer language compiler is the interpretation of the procedures used C language
- 2022-01-26 06:29:11下载
- 积分:1
-
使用lex yacc编译/小
一个使用lex/yacc的小型C编译器- Uses lex/yacc the small C compiler
- 2023-02-26 02:15: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++词法语法分析程序
C/C++词法语法分析程序-C/C morphology grammar analysis program
- 2022-07-16 00:12:25下载
- 积分:1
-
- 2022-02-16 08:14:13下载
- 积分:1
-
编译原理源代码 以及实验描述 找了很久才找到的
编译原理源代码 以及实验描述 找了很久才找到的-Compiler Construction Principles and experimental description of the source code looking for a long time to find the
- 2022-09-07 15:15:03下载
- 积分:1
-
java 词法分析器 c语言实现. java 词法分析器 c语言实现.
java 词法分析器 c语言实现. java 词法分析器 c语言实现.-java lexical analyzer c language. java lexical analyzer c language.
- 2022-06-17 03:56:02下载
- 积分:1
-
一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译...
一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-new compiler, against vb and English. The procedures include detailed lexical analysis, grammar analysis, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
- 2022-02-12 13:50:48下载
- 积分:1
-
YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助....
YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助.-integrated development environment, now find it really is not easy, with its own collection of some examples, and I hope to be helpful.
- 2022-01-28 14:51:27下载
- 积分:1