搜索资源列表
-
1下载:
一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
-
-
3下载:
一个C语言实现的词法分析器和语法分析器。仅供大家参考。-a C language of the lexical analyzer and parser. Only your reference.
-
-
1下载:
使用Eclipse开发的词法分析器和语法分析器,其中词法分析器用的自己设计的算法~-use Eclipse development of the lexical analyzer and parser, with the lexical analyzer designed algorithm ~
-
-
0下载:
编译器包括词法分析器,语法分析器,最后生成四元式-compiler including lexical analyzer and parser, the last four yuan-Generation
-
-
0下载:
简单的c编译器词法分析器、语法分析器和中间代码生成器-simple c compiler lexical analyzer and parser and intermediate code generator
-
-
1下载:
使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
-
-
0下载:
本书将教会你如何使用 lex 和yacc构造一个编译器。 lex和 yacc 是两个用来生成词汇分析器和
剖析器的工具。-This book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools.
-
-
0下载:
编译原理课程实验,包括词法分析器和语法分析器-Compilation Principle experimental courses, including the lexical analyzer and parser
-
-
0下载:
否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。
(2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。
(3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。
(4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
-
-
0下载:
这个程序实现了比较简单的C语言编译器前端的词法分析器和语法分析器.-This procedure is relatively simple to achieve a C-language compiler front-end of the lexical analyzer and parser.
-
-
0下载:
按simple规则编写的二元式词法分析器和四元式语法分析器。-Prepared according to simple rules of binary-style lexical analyzer and quaternary-style parser.
-
-
1下载:
一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexic
-
-
0下载:
词法分析器,包含了代码和实验报告-Lexical analyzer, code and test report contains the ~ ~ ~ ~
-
-
1下载:
有关词法分析器和语法分析器的源代码,还包括语意分析,对大家都会有所帮助的。-Lexical analyzer and parser on the source code, but also semantic analysis, everyone will be helpful.
-
-
0下载:
其中包括词法分析器和语法分析器,还包括预测分析法以及正规式转换为不确定的有穷自动机、
不确定的有穷自动机转换为确定的有穷自动机-
Including the lexical analyzer and parser, but also forecast analysis and formal style uncertainty into finite automata, finite automata uncertainty into a deterministic finite aut
-
-
0下载:
编译原理的课程设计 主要实现了词法分析器和 语法分析器-Compile the main principles of curriculum design to achieve a lexical analyzer and parser
-
-
0下载:
词法分析器和语法分析器,递归下降和预测表分析的方法-Lexical analyzer and parser, recursive descent methods of analysis and prediction table
-
-
0下载:
设计各个单词的状态装换图,并为不同的单词设计种别码。将词法分析器设计成供语法分析器调用的子程序。-Each word with the state of the design change figure, and for different words design codes will be kind lexical analyzer design into the parser calls for grammar subroutine
-
-
0下载:
本文实现了词法分析器和语法分析器,满足了大学学编译原理的基本的课设要求。-This paper realizes the lexical analyzer and parser, to meet the university learning compiler principle basic course design requirements.
-
-
1下载:
编译器实验报告。包括词法分析器,语法分析器,中间代码生成以及整个编译器。-Compiler experimental report. Including lexical analyzer and parser, intermediate code generation and the entire compiler.
-