Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bianyiyuanli
Search - bianyiyuanli - List
一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
Update : 2025-02-17 Size : 144.14kb Publisher :

这是个一个编译原理的课程设计,对大家有一定的帮助,可以参考一下-This is a compiler theory of curriculum design, we have to help to a certain extent, take a look
Update : 2008-10-13 Size : 96.23kb Publisher : 黄德春

编译原理的VC实现,非常不错,值得学习学习-compiler tenets of VC, very good, it is worth studying and learning
Update : 2008-10-13 Size : 370.13kb Publisher : liming

编译原理的VC实现,非常不错,值得学习学习-compiler tenets of VC, very good, it is worth studying and learning
Update : 2025-02-17 Size : 7.24mb Publisher : liming

这是几个编译原理实验程序,有做实验的朋友可以用用!-This is the principle of the experimental procedure several compilers, there are friends to do the experiment can be used!
Update : 2025-02-17 Size : 68kb Publisher : wer

编译原理的教师备课笔记,发上去大家分享下-Compilation Principle of teachers for lesson preparation notes, issued under up to share
Update : 2025-02-17 Size : 800kb Publisher : 刘斌

编译原理词法分析器源码,已通过编译,对初学者有用-The principle source compiler lexical analyzer has passed through the compiler, useful for beginners
Update : 2025-02-17 Size : 2kb Publisher : 李子

编译原理中文版。。。 学习编译原理的经典书籍-Principle of the Chinese version of the compiler. . . Compilation Principle of a classic study books
Update : 2025-02-17 Size : 26.52mb Publisher : alex

WHILE条件语句的翻译程序设计(LL(1)法、输出四元式)。。按照课程设计的要求,写一个能识别while循环语句的文法,通过一定的变换使它符合LL(1)法的要求,然后按照这个文法编写一个程序,该程序能识别输入的语句是否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。-WHILE脤玫 录 镁脫茂 戮 盲渭脛 脪毛 鲁 脤脨貌脡猫 录 脝 拢 篓 LL 拢 篓 1 拢漏路篓隆 垄 脢盲 鲁 枚脣脛脭 陋 脢 陆 拢 漏 隆 拢 隆 拢 掳
Update : 2025-02-17 Size : 199kb Publisher : zxwrt

本书系统介绍了经典的编译理论和技术,同时也包含了面向对象语言等当前较新语言的编译技术。 本书更可贵之处在于提供了较完整的适用于教学实践的样例语言,是一本理论和实践内容相结合的、不可多得的好书。 本书可用作大专院校教材、教师参考书以及编译器研究人员的参考资料。 -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.
Update : 2025-02-17 Size : 7.39mb Publisher : sunny

DO-WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示) -DO-WHILE loop translation program design (LL (1) law, the output address of said three)
Update : 2025-02-17 Size : 15kb Publisher : Herman

词法分析,可是识别标示符,关键字,数字,等一些其他的符号,通过自己写好的标示符文件,自己定义一些标示符,一个一个字符的从读,然后写入文件,再从文件读出来进行词法分析。-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.
Update : 2025-02-17 Size : 3kb Publisher : 张涛

编译原理技术与工具(中文版),龙书啊-Principles of compiler technology and tools (Chinese Version), Long book ah
Update : 2025-02-17 Size : 26.52mb Publisher : 周蜚语

我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
Update : 2025-02-17 Size : 10kb Publisher : 王家玮


Update : 2025-02-17 Size : 83kb Publisher : menglusi

编译原理 课件 蛮实用的-bianyiyuanli
Update : 2025-02-17 Size : 1.92mb Publisher : zz

用c++编写的词法分析!!!非常实用-Using c++ lexical analysis prepared! ! ! Very useful! !
Update : 2025-02-17 Size : 3kb Publisher : 张笨鸟

设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 -BianYiYuanLi
Update : 2025-02-17 Size : 327kb Publisher : 龚斌

编译原理课程设计说明书+源码。 希望对大家有所帮助。-Bianyiyuanli
Update : 2025-02-17 Size : 540kb Publisher : Archer

本书是陈火旺老师主编的第三版《编译原理》,经典之作,供大家参考-bianyiyuanli。。。。
Update : 2025-02-17 Size : 8.65mb Publisher : 苏坤宾
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.