资源列表
yufafenxi
- 用java实现的语法分析器,可以实现语法分析的基本功能。-Realization of java parser, you can achieve the basic functions of grammatical analysis.
fz
- 赋值语句的翻译,递归下降法是语法分析中最易懂的一种方法。它的主要原理是,对每个非终极符按其产生式结构构造相应语法分析子程序,其中终极符产生匹配命令,而非终极符则产生过程调用命令。-Translation of assignment statements, recursive descent parser is the most straightforward method. Its main principle is that their production structures constr
PL0
- 编译课设源代码,PL0编译器,完整代码,1500行,功能强大-PL0 compiler, complete code, 1500 lines, powerful
ds1868C
- it is about ds 1868 driver file.
zzMultiRobotSimulation
- 一个循序渐进的履带机器人避碰路径规划仿真程序,通过仿真机器人上的传感器进行路径规划。从地图创建到实现自主路径规划,共18个版本,可供大家交流学习。-A gradual tracked robot collision avoidance path planning simulation program, created from map to achieve automatic path planning of 18 versions available for exchange of learn
TzdnerDebug
- 将机器码与反汇编的转换,可以自行添加响应的机器码-Disassemble the machine code, you can add your own
Code-virtual
- 代码虚拟VM雏形 注意需要把main.cpp中的文件目录修改成你自己的-VM virtual prototype code attention needs to modify main.cpp file directory into your own
ADC0832P1602
- 关不步进电机的51单片机程序,应用简单,适用于初学者-Simulation of Temperature Acquisition+ Proteus
pl0
- pl0编译器 包含测试程序以及源代码 和可执行文件,实现了对pl0程序的编译-pl0 compiler includes test procedures as well as source code and executable files, the compiler implements procedures for pl0
PL0
- pl0拓展文法的编译器,包含实验报告、源码和测试程序。对PL0原编译器进行了以下的扩充:1. 增加以下保留字 else(elsesym), for(forsym),to(tosym),downto(downtosym), return(returnsym),[(lmparen),](rmparen) 2. 增加了以下的运算符: +=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3
complier
- 北航编译课程大作业,包含源代码,测试程序以及文档。对PL/0编译器作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 -Northern compile operations courses, including source code, test proc
pl0
- 编译课设PL0文法VC++环境,只包含代码,不含文档-Let PL0 compiler grammar lesson