搜索资源列表
lr(1)
- 一个很好的LR(1)语法分析的源码实现-a good LR (1) syntax analysis of the source code to achieve
lr
- 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar reco
lr(1)
- lr分析器采用的是LR(1)分析法,这个LR分析器很好用的喔,不信你试一试-lr analyzer using the LR (1) analysis, the LR analyzer good use Oh, try not trust you!
LR(0)fangyi
- 这是一个关于LR法分析语句的小程序,大家先看看吧,有什么问题我会及时改正-This is an analysis of the LR statement small procedures, we look at Look here, what I will promptly correct
LR
- 编译原理.LR文法 大三下学期 递归下降-Compiler Construction Principles. LR grammar third decline in the second half of the recursive
LR(0)
- 构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。-Construction LR (0) analysis table. Of a given grammar and input string, or not given the correct judgments.
LR(0)yufafenxi
- 编译原理\LR(0) 语法分析器 编译原理\LR(0) 语法分析器-Compilation Principle LR (0) Compilation Principle parser LR (0) parser
LR
- 课程设计(二---十进制的语法分析及语义分析程序设计)LR分析法-Curriculum design (b--- decimal syntax analysis and semantic analysis of program design) LR analysis
LR(0)
- 用LR分析法实现语法与语义的分析-LR analysis method used to achieve the syntax and semantic analysis
LR(1)Arithmetic
- LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行-LR (1) grammar realize four computing procedures, support the positive integer and floating-point, has a very powerful troubleshooting ability. Developed in
lr
- 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。-The establishment of grammar and LR analysis table express the data structure, design and realization of a LALR (1) of the analyz
lr
- lr分析法分析表达式,绝对好用!希望大家多多支持!-lr analysis Analysis of expression, the absolute ease of use!希望大家多多支持!
LR
- 编译原理实验四用lr文法分析方法实现文法的分析功能-Compiler Principle Experiment four lr grammar analysis methods used to achieve the analysis of functional grammar
LR
- 编译原理课程设计源代码,LR分析器模拟。-Principles of curriculum design to compile the source code, LR parser simulation.
LR(1)wenfa
- C++编写的一个编译原理的程序,,LR(1)文法分析语句的功能-C++ Prepared a procedure for compiling principle,, LR (1) grammar analysis of the function statement
LR-fenxi
- LR分析器的实现代码,相信能对编译原理学习的人有所帮助,针对代码有详细的解释-LR parser code, I believe that the compiler can learn the principle of help, for detailed explanations on the code
LR
- lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
LR
- LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法
LR(1)
- 一个很好的用java编写的用来判断一个文法是否是LR(1)文法及其分析器的构造-yes
LR(0)compiler1
- 编译原理课程设计LR(0)自底向上语法分析-Principles of curriculum design compiler LR (0) bottom-up parsing