搜索结果
找到约 33 项符合
sLR 的查询结果
编译器/解释器 编译原理SLR(1)语法分析器
编译原理SLR(1)语法分析器
模拟电子 利用AD7142和电容传感器开发单键数字快门按钮
本应用笔记描述如何利用AD7142和电容传感器环,实现类似于传统35 mm单反(SLR)相机的单一位置数码相机快门按钮。除了更容易控制快门按钮的启动之外,其它优势包括:预对焦速度更快、快门按钮更便宜。
编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
编译器/解释器 用java实现的通用解释器
用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能
编译器/解释器 在VC下打开SLR1.dsp
在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器