搜索资源列表
uu
- 计算机接口与通信课程设计8253和8255音乐演奏器的设计,大学课程设计题目,内含编译的源代码。-Computer interface and communication course design 8255 music playing 8253 and the design, university curriculum design topic, contains the compiler of source code.
Project3
- 编译原理实验三,词法分析 输入:(文本文件) PL/0 表达式, 用实验一的输出形式作为输入。 例如: 对于 PL/0 表达式, (a+15) *b 用如下二元组形式作为输入: (lparen,( ) (ident, a) (plus, + ) (number, 15) (rparen,) ) (times, * ) (ident, b ) 输出:(直接用屏幕显示) 对于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误
