Location:
Search - Bianyiyuanli
Search list
Description: 一. 实验目的:
设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。
二. 实验要求:
① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义)
② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图;
③ 用基于DFA图的算法编写C—语言的词法分析程序;
④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
Platform: |
Size: 147597 |
Author: |
Hits:
Description: 这是个一个编译原理的课程设计,对大家有一定的帮助,可以参考一下-This is a compiler theory of curriculum design, we have to help to a certain extent, take a look
Platform: |
Size: 98540 |
Author: 黄德春 |
Hits:
Description: 编译原理的VC实现,非常不错,值得学习学习-compiler tenets of VC, very good, it is worth studying and learning
Platform: |
Size: 379010 |
Author: liming |
Hits:
Description: 编译原理的VC实现,非常不错,值得学习学习-compiler tenets of VC, very good, it is worth studying and learning
Platform: |
Size: 7593984 |
Author: liming |
Hits:
Description: 这是几个编译原理实验程序,有做实验的朋友可以用用!-This is the principle of the experimental procedure several compilers, there are friends to do the experiment can be used!
Platform: |
Size: 69632 |
Author: wer |
Hits:
Description: 编译原理的教师备课笔记,发上去大家分享下-Compilation Principle of teachers for lesson preparation notes, issued under up to share
Platform: |
Size: 819200 |
Author: 刘斌 |
Hits:
Description: 编译原理词法分析器源码,已通过编译,对初学者有用-The principle source compiler lexical analyzer has passed through the compiler, useful for beginners
Platform: |
Size: 2048 |
Author: 李子 |
Hits:
Description: 编译原理中文版。。。
学习编译原理的经典书籍-Principle of the Chinese version of the compiler. . . Compilation Principle of a classic study books
Platform: |
Size: 27808768 |
Author: alex |
Hits:
Description: WHILE条件语句的翻译程序设计(LL(1)法、输出四元式)。。按照课程设计的要求,写一个能识别while循环语句的文法,通过一定的变换使它符合LL(1)法的要求,然后按照这个文法编写一个程序,该程序能识别输入的语句是否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。-WHILE脤玫 录 镁脫茂 戮 盲渭脛 脪毛 鲁 脤脨貌脡猫 录 脝 拢 篓 LL 拢 篓 1 拢漏路篓隆 垄 脢盲 鲁 枚脣脛脭 陋 脢 陆 拢 漏 隆 拢 隆 拢 掳
Platform: |
Size: 203776 |
Author: zxwrt |
Hits:
Description: 本书系统介绍了经典的编译理论和技术,同时也包含了面向对象语言等当前较新语言的编译技术。
本书更可贵之处在于提供了较完整的适用于教学实践的样例语言,是一本理论和实践内容相结合的、不可多得的好书。
本书可用作大专院校教材、教师参考书以及编译器研究人员的参考资料。 -This book systematically introduce classical compiler theory and technology, but also contains the current object-oriented language, such as a relatively new language compiler technology. This book is more valuable is to provide a more complete teaching practice applicable to the sample language, is a theory and practice of combining content, rare books. This book can be used as a tertiary teaching materials, teacher reference books, as well as researchers compiler reference.
Platform: |
Size: 7750656 |
Author: sunny |
Hits:
Description: DO-WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)
-DO-WHILE loop translation program design (LL (1) law, the output address of said three)
Platform: |
Size: 15360 |
Author: Herman |
Hits:
Description: 词法分析,可是识别标示符,关键字,数字,等一些其他的符号,通过自己写好的标示符文件,自己定义一些标示符,一个一个字符的从读,然后写入文件,再从文件读出来进行词法分析。-Lexical analysis, but the identification of indicators, keywords, numbers, and some other symbols, through their own identifier written documents, their own definitions of some indicators, a character from the time, and then written into the document, and then read from the document out for lexical analysis.
Platform: |
Size: 3072 |
Author: 张涛 |
Hits:
Description: 编译原理技术与工具(中文版),龙书啊-Principles of compiler technology and tools (Chinese Version), Long book ah
Platform: |
Size: 27808768 |
Author: 周蜚语 |
Hits:
Description: 我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
Platform: |
Size: 10240 |
Author: 王家玮 |
Hits:
Description:
Platform: |
Size: 84992 |
Author: menglusi |
Hits:
Description: 编译原理 课件 蛮实用的-bianyiyuanli
Platform: |
Size: 2014208 |
Author: zz |
Hits:
Description: 用c++编写的词法分析!!!非常实用-Using c++ lexical analysis prepared! ! ! Very useful! !
Platform: |
Size: 3072 |
Author: 张笨鸟 |
Hits:
Description: 设计题三:条件语句的语法分析及语义分析程序设计。
1.目的
通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。
2.设计内容及要求
IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉
其中
(1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。
(2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。
(3)编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。
-BianYiYuanLi
Platform: |
Size: 334848 |
Author: 龚斌 |
Hits:
Description: 编译原理课程设计说明书+源码。
希望对大家有所帮助。-Bianyiyuanli
Platform: |
Size: 552960 |
Author: Archer |
Hits:
Description: 本书是陈火旺老师主编的第三版《编译原理》,经典之作,供大家参考-bianyiyuanli。。。。
Platform: |
Size: 9070592 |
Author: 苏坤宾 |
Hits: