搜索资源列表
main
- 本次利用液晶扩展板(开发板)两个按键(S6、 S7)分别控制 CC2430 模块两个 LED灯亮灭。 -The use of LCD expansion board (board) two buttons (S6, S7), respectively, control the CC2430 module two LED lights off.
plc
- 通过S7-200自由端口功能来产生从Modbus RTU-Via S7-200 functions to generate from the free port Modbus RTU
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4