-
此源代码程序为三色LED灯板PWM 控制程序,实现多路LED灯恒流控制。...
此源代码程序为三色LED灯板PWM 控制程序,实现多路LED灯恒流控制。-This source code program for the tri-color LED lamp board PWM control procedures, to achieve multi-channel constant current LED lamp control.
- 2022-02-01 00:13:15下载
- 积分:1
-
这是关于一个剧本
this is about a script
- 2022-03-25 04:33:20下载
- 积分:1
-
ec++,嵌入式C++编译器,和KEIL结合的很好的,开发过程也比较简单,压缩包中包含说明文档。...
ec++,嵌入式C++编译器,和KEIL结合的很好的,开发过程也比较简单,压缩包中包含说明文档。-ec++, embedded C++ compiler, and KEIL good combination, the development process is also relatively simple, compressed package includes documentation.
- 2022-07-27 15:54:05下载
- 积分:1
-
语法分析器(C++)源代码+其详细的课程设计报告
输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合――FIRST和FOLLOW集并对输入的算符优...
语法分析器(C++)源代码+其详细的课程设计报告
输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合――FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表
-Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract derived grammar of non-end collection- FIRST and FOLLOW set of the input operator priority grammar, operator precedence relations structure table
- 2022-06-20 01:08:25下载
- 积分:1
-
1.1 引言
1.1.1 设计目的
本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进...
1.1 引言
1.1.1 设计目的
本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。
1.1.2 设计任务
针对本次课程设计我们设计了一个简化的pascal语言,称为mini-pascal。设计的任务就是开发出针对mini-pascal语言的编译程序。标准的编译程序结构分为五部分,分别是词法分析、语法分析、语义分析和中间代码生成、优化和目标代码生成。由于时间和能力所限,我们的编译程序只包括前三个部分,最后生成四元式形式的中间代码。
-1.1 Introduction 1.1.1 design purpose of this course is designed to complete a semester of compiler theory courses , in order to further deepen the knowledge of compiler theory understanding, develop practical problem-solving skills into practice. In light of the semester created software engineering courses The experimental curriculum design process requirements in the software engineering idea to organize the development process. in the software life cycle stages to. Due to the smaller size of the curriculum design, the software life cycle appropriate to consolidate, streamline and five stages that the
- 2022-05-22 18:39:40下载
- 积分:1
-
使用lex词法分析生成工具。一个字符串的输入…
利用LEX生成工具构造PASCAL词法分析器。输入一个字符串或是数,分析器将判别是否为PASCAL标准标识符、保留字、整数或实数,并同时把当前的输入再次打印出来。-use LEX generation tool is PASCAL lexical analyzer. The importation of a string or number analyzer to determine whether it will PASCAL standard identifier and reserved word, integer or real, and while the current importation of printed again.
- 2023-03-11 12:30:04下载
- 积分:1
-
compiler
编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler
- 2023-07-13 05:10:03下载
- 积分:1
-
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序...
这是一个在图形界面下的资源编译程序,可以很方便地为您的程序编译资源数据,此程序目前尚未支持ICON256格式的文件,带运行程序
- 2022-08-16 01:58:34下载
- 积分:1
-
编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式...
编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
- 2023-06-17 16:10:04下载
- 积分:1
-
单独分离出来的C
单独分离出来的C-手工词法分析器,需要自己建立一个工程来运行本程序。为《编译原理与实践》一书之后的实验题的代码。-Single isolated C-hand lexical analyzer, needs its own to establish a project to run this program. For " Compiler Construction Principles and Practice," a book after the experiment of the code.
- 2023-09-08 19:30:08下载
- 积分:1