搜索资源列表
123
- 文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析
123
- 标准粒子群优化算法,非常好的非常经典的一个优化算法,Matlab编写的
wordanalysis
- 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|
PredictiveParsing
- 预测分析算法 《编译原理 技术与工具》123页算法
123
- 编译原理课件,有很多习题,看起来比较容易-Courseware Compiler Principle
123
- 算符优先的自上而下词法分析器,有些许复杂,有点难。-Operator priority top-down lexical analyzer, slightly complicated, somewhat difficult.
123
- 一个能识别while循环语句的文法,通过一定的变换使它符合递归下降法的要求,输出结果是三地址形式-One can identify the while loop statement grammar, through a certain transformation to make it comply with the requirements of the recursive descent method, the output result is three-address form
123
- 该题是电子大赛的题目 水温水检测太阳能的水位,和控制水位水温-The problem is the subject of e-competition testing temperature of the water level of solar energy, and control of water temperature
123
- 算符优先文法处理算术表达式,算术表达式的语法分析器-Operator precedence grammar processing arithmetic expressions, arithmetic expressions parser
4-3
- 对输入的一行字符分类统计 利用 while 循环和 else if 多分支结构编写一个程序。该程序用来统计输入的一行字符中大小写字母的个数、数字0~9的个数、空格个数及其它字符个数。-Separate statistics on the input line characters to write a program using a while loop else if multi-branch structure. The program for statistical input lin
123
- 主要实现多字节字符串和双字节字符串互转的极其各自的相关处理、5.0下编译通过、-Mutual Convert a string of multi-byte and double-byte string handling extremely respective 5.0, compiled by
123
- 输入一段表达式,输出其逆波兰表达式~~可运行-Input some expressions, output reverse Polish expression ~ ~ run. .
BIANYIYUANLI
- 编译原理实验打包 123 表达式翻译 词法翻译 语法分析器的构造-Compile the package principle experiment 123 expression translation of lexical translation parser constructor
123
- pl0编译器,将源码通过编译生成目标代码-pl0 compiler, the source code by the compiler generates object code