资源列表
Compiler
- 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
Lex
- 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
omniORB-4.0.7.tar
- 编译工具,主要用于IDL编译为C++,是CORBA中间件产品-Compiler tools, mainly used for IDL compiler for C++, is the CORBA middleware
compile
- 大3编译原理课程设计 绝对符合老师要求 报告代码一应俱全 很详细 很靠谱-3, compiler largest absolute principle of curriculum design in line with the teacher asked a very detailed report of the code is readily available靠谱
fgongshi
- 1年12倍之吃涨停 10天3%成功率92.5%附公式-1 year to eat 12 times the 3 percent limit of 10 days the success rate of 92.5 the formula is attached
MotorControl
- this the stepper motor contro lcode on xilinx spartan fpgas enjoy the cod e nd keep helpin each other-this is the stepper motor contro lcode on xilinx spartan fpgas enjoy the cod e nd keep helpin each other
san_psk1
- 基于simulink仿真2PSK模型 hnkjsdhfkndskfn-base on the simulink for simulation 2psk
BianYiYuanLi
- 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设
c
- c语言编译器源代码,可以参考它完成实验报告-c language compiler source code, can refer to it the report of the completion of the experiment
SyntaxAnalyzer
- 编译原理的实验,语法分析程序,我自己写的。-Compilation Principle of the experiment, grammar analysis, I wrote it myself.
tiny-parse
- Syntax of TINY+ An EBNF grammar for TINY+ is as follows (Strings in bold are terminals): 1. program -> declarations stmt-sequence 2. declarations -> decl declarations |² 3. decl -> type-specifi er varlist 4. type-speci
LR
- 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de