资源列表
Operator-precedence-parser
- 算符优先分析是基于文法满足算符优先文法的基础上施加的一种自底向上的一种语法分析方法。通过对给定的文法构造算符优先分析表和实现某个符号串的分析,掌握算符优先分析法的基本思想和实现过程。-Operator priority analysis is based on operator precedence grammar grammar satisfy imposed on the basis of a bottom-up approach a grammatical analysis. Throug
tiny
- 这是一个语法分析实验,输入tiny语言就可以输出语法树-This is a parsing experiment, enter the tiny language can output syntax tree
Latex
- latex是CTex基本原理,而CTex是一款很好的论文编辑器-latex is CTex basic principles, while CTex is a good thesis editor
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
databaseV1.0
- 生物医学工程关于团委的数据库系统,使用VB语言,内含有代码、数据、界面等-Biomedical engineering database system on the Communist Youth League, the use of the VB language, contains code, data, and interface
HA_PE.Explorer_1
- 可以反编译EXE文档的小工具,dll等系统文件都可以编译,绝对好用-You can decompile EXE document gadgets, dll and other system files can be compiled, the absolute ease
simlexe
- code source delphi of redoure linear program
Shape_Function
- The function ilustrate the graphic with the function of shape form of finite elements.
qdkc_80251-keil_4.0.01
- keil 80251 编译器相关资料,有源码,有例子-keil 80251 compiler information, a source, there are examples
explain-tools
- 一个简单的图形解释器,西电软院大三编译原理上机题目。-a simple picture explain tools
2
- 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
1
- 词法分析编译器 编译原理作业 输入:PL/0源程序。例: const a=10 var b,c begin read(b) c:=a+b write(c) end. -The compiler lexical analysis