登录
首页 » Compiler program » 这是一个编译器程序包括了编译原理中学习的所有内容

这是一个编译器程序包括了编译原理中学习的所有内容

于 2022-11-02 发布 文件大小:37.75 kB
0 86
下载积分: 2 下载次数: 1

代码说明:

这是一个编译器程序包括了编译原理中学习的所有内容-This is a compiler compiler included the principle of learning all the elements

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 词法分析器编译器源代码!
    编译词法分析器的源代码!-lexical analyzer compiler source code!
    2022-02-06 08:58:45下载
    积分:1
  • 为一个很好地语法解析内核程序
    为一个很好地语法解析内核程序- For a well grammar analysis essence procedure
    2022-02-03 18:38:06下载
    积分:1
  • 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系...
    由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确的结果。    对于函数调用语句,不进行参数匹配检查,如果参数数量不对,也将能通过编译,但运行时将产生非法操作。   对&& !等逻辑操作在最后生成代码时处理比较粗燥,生成的代码在逻辑复杂时将不能保证运行正常。   接下来有一些,不能说是缺陷,但必须说明的问题:   对于main函数,没有参数表,通回类型也必须为void,但如果写上参数表及其他返回类型也能编译通过,生成代码时将简单地忽略,不影响最后的代码的运行。   对于while,for,if语句,其语句体不管是一句还是多句,必须都有{}围起来。这跟C语言中若是一句则可省略{}不同。-Due to the time constraints and lack of preparation in advance, the compiler finalized when exposed numerous problems and shortcomings, mainly in the following aspects : no support for array data type, which is grammar analyzer design of an omission, because of the time, the final could only have scanners do phase customs array deleted. For float data types of support until semantic analysis is normal, and can generate the corresponding assembly code, but because of our 808
    2022-01-26 16:03:11下载
    积分:1
  • 图书馆管理系统,自己的课程设计,有一点小问题!请各位手下留情!...
    图书馆管理系统,自己的课程设计,有一点小问题!请各位手下留情!-Library management system, design their own curriculum, there is little question! Please be lenient!
    2022-01-21 22:56:57下载
    积分:1
  • 这是一个编译器的程序代码
    这是一个编译器的程序代码- This is a compiler procedure code
    2022-07-12 05:01:56下载
    积分:1
  • fish小程序
    fish小程序 -fish applet applet fish
    2022-03-17 19:10:47下载
    积分:1
  • This manual describes the target environment of the 8051 how to use the Cx51 opt...
    本手册讲述对8051 的目标环境如何使用Cx51 优化C 编译器编译C 程序Cx51 编 译器包可以用在所有的8051 系列处理器上可以在WINDOWS 32 位命令行中执行本手 册假定你熟悉WINDOWS 操作系统知道如何编程8051 处理器并会用C 语言编程-This manual describes the target environment of the 8051 how to use the Cx51 optimizing C compiler to compile C program Cx51 compiler package can be used in all of the 8051 series of processors can be WINDOWS 32-bit command-line in the implementation of this manual assumes that you are familiar with WINDOWS operating system, know How do I program the 8051 processor and will use C language programming
    2022-01-28 11:30:31下载
    积分:1
  • 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA...
    实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
    2022-08-23 12:39:40下载
    积分:1
  • 这个是一个嵌入式脚本支持引擎, 体积十分小巧
    这个是一个嵌入式脚本支持引擎, 体积十分小巧-This is a built-in scripting support engine, very compact size
    2022-08-20 23:58:36下载
    积分:1
  • 此代码是一个高级菜单,具有保存、删除、新建、打开和退出的选项…
    this code is an advanced menu with options of save, delete, new, open, & exit and it uses colors and highlights-this code is an advanced menu with options of save, delete, new, open, & exit and it uses colors and highlights...
    2022-02-26 12:20:17下载
    积分:1
  • 696518资源总数
  • 105022会员总数
  • 15今日下载