搜索资源列表
complied
- 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
yufafenxikejianzongshu
- 每种程序设计语言都有描述程序语法结构的规则。例如,Pascal程序由程序块(又叫分程序)构成,程序块由语句组成,语句由表达式组成,表达式由记号组成等等。这些规则可以用上下文无关文法或BNF范式(Backus-Naur Form)描述。 编译器常用的文法分析方法有自上而下和自下而上两种。正如它们的名字所示,自上而下分析器建立分析树是从根结点到叶结点,而自下而上分析器恰好反过来。它们的共同点是从左向右地扫描输入,每次一个符号。 最有效的自上而下和自下而上的分析法都只能处理上下文无关文法的子
xxxprinceshiyanbaogao
- 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器
LRyufafenxiqi
- 介绍lr语法分析器的自动构造过程,具体分析语法分析器生成的每一步
107215805LR-fenxi
- LR(1)分析器,当输入不同的文法就进行相应的文法分析,并会出现分析表,而且对输入的句子进行分析。-。-LR (1) parser, when the importation of a different grammar on the corresponding grammar analysis, and analysis table will appear, but also for the analysis of input sentences.
kong
- LR分析法对表达式文法进行自底向上语法分析的算法 个个作业仅供参考,态度决定一切。-LR analysis of expression grammar for the bottom-up parsing algorithm everyone operations for reference purposes only, attitude is everything.
KONGQING
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。--compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
dowhile
- 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
ls-lR
- opensuse lr档案,来自OPENSUSE 11.1 DVD-opensuse lr
TEST_TOOS_PDF
- 测试工具介绍,包括安装、使用、分析等教程。以LoadRunner、QC、QTP为主。共15篇,PDF格式。-TEST TOOS discr iption,LR、QC、QTP
lrerror
- lr中错误的说明,对于初学者有一定的帮助,其他lr的使用说明在安装文件中直接就能找到-some informations about the function of errors in loadrunner
-LR(1)analysis
- LR(1)分析器自动设计 编译原理课程设计报告 -LR (1) Automatic design of compiler theory course analyzer design report
STATE_LIGHT
- EDA交通灯,有两个输入:CLK,CLR,六个输出:左红黄绿,LR LY LG,右红黄绿RR RY RG,用状态机表示-EDA traffic lights, has two input: CLK, CLR, 6 output: Left red yellow and green, LR LY LG, the right of red yellow and green RR RY RG, with a state machine that
Compile-principle-experiment1-6
- 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
SoftTesting
- 软件测试精华 包括测试用例测试方法 bug管理 LR入门与操作-Highlights include test case software testing bug testing method entry and operation management of LR
POW-0056-Rev0-LR
- Xiangjiaba - Shanghai ±800 kV UHVDC transmission project
Loadrunner-Configuration-parameters
- Lr中如何进行参数的配置进行了详细的分析和说明-loadrunner Configuration parameters
How-to-Set-Up-LR-Analysis-Tool-to-Use-MS-SQL-Serv
- How to Set Up LR Analysis Tool to Use MS SQL Server Guide
LR(0)
- 简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计-LR (0) grammar analysis
LR
- 机器学习中的LR模型的python3.x的版本,有需要的可以下载(LR model python3.x version)