-
多功能运算器
多功能运算器- Multi-purpose logic unit
- 2022-11-06 23:35: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
-
数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码...
数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码-NC system for the interpretation of the source code, independent of the operation, directly in the environment explained dos G code
- 2022-02-24 11:03:03下载
- 积分:1
-
PICC code in HT
PICC code in HT-PICC for GLCD
- 2022-07-12 14:00:56下载
- 积分:1
-
一个basic语言的解释器,界面及功能均比较的cool,希望能给各位有点帮组...
一个basic语言的解释器,界面及功能均比较的cool,希望能给各位有点帮组-a basic language interpreter, interface and functions comparable cool, in hopes of giving you a little help group
- 2022-10-11 12:00:02下载
- 积分:1
-
如果有人学习单片机,不如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
-
一个很好的词法分析器!
一个很好的词法分析器!- A very good morphology analyzer!
- 2022-09-29 12:20:03下载
- 积分:1
-
unix v6 的c compiler 很老了 ,但很有研究价值
unix v6 的c compiler 很老了 ,但很有研究价值-unix v6 the c compiler is very old, but great research value
- 2022-08-26 01:59:46下载
- 积分:1
-
我做的不好呀,请大家指教。
我做的不好呀,请大家指教。- I do am not good, asks everybody to advise.
- 2023-06-19 15:05:04下载
- 积分:1
-
实现词法分析,用VB写的对结果进行分类显示
实现词法分析,用VB写的对结果进行分类显示-achieve lexical analysis using VB wrote to the classification results show
- 2022-01-23 10:12:35下载
- 积分:1