搜索资源列表
词法
- 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
mubiaodaimashencheng
- 目标代码生成(C++)源代码+详细的课程设计报告 源程序的中间代码变换成依赖于具体机器的等价的目标代码-Target code generation (C++) Source code a detailed report of the curriculum design of the intermediate source code converted into machine dependent on the specific object code equivalent
temp
- 本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器 内附详细设计文档、申优答辩PPT等很详细的资料-I according to their actual situation, combined with the principle of large operations compiler requirements, intended to build such a
complier_MSIL
- 设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。 -Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.
LexicalAnalyzer
- 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
lexandyacc
- G代码生成,解释,可以对机床进行控制,对各种参数进行设计-G code generation, interpretation, can be controlled machine tools, the design of various parameters
Hxm_xuniji
- 该虚拟机是一个汇编级别的虚拟运行时系统,并为该虚拟机设计了一套汇编语言、一个汇编器(hsm)和一个连接器(link)。-The virtual machine is a virtual run-time compilation system level, and for the design of a virtual machine assembly language, an assembler, (hsm), and a connector (link).
2
- 这是我们组做的关于编译原理的课程设计,是一个自动机。-This is our group to do the course on compiler design principle, is an automatic machine.
ImplementationOfVM
- 根据给出的语法规则,在经过词法分析,语法分析得到的语法分析树的基础上,设计语法制导的定义翻译生成目标代码。并将生成的目标代码在附件给出的虚拟机中运行,得到运行结果。-According to the given grammar rules, after lexical analysis, syntax analysis parse tree obtained based on the definition of design Syntax generate object code transla
DFA
- 编译原理文法输入,并根据输入的文法设计有穷状态自动机,判断是否未确定的,若否,则确定化!-Input grammar compiler theory and design of the input grammar finite state machine to determine whether the undetermined, and if not, determine the technology!
cifafenxi
- 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o