-
下面子函数为定时器1、3 端口及其寄存器初始化说明ICP中断处理函数...
下面子函数为定时器1、3 端口及其寄存器初始化说明ICP中断处理函数-Functions for below and register port timer initialization 1,3 Description ICP interrupt handling function
- 2022-05-28 10:43:43下载
- 积分:1
-
aac解码器源程序在Visual C++下的实现,浮点的.速度快,效果好....
aac解码器源程序在Visual C++下的实现,浮点的.速度快,效果好.-aac decoder source code in Visual C++ under the realization of the floating-point. Fast and effective.
- 2023-07-04 15:50:03下载
- 积分:1
-
一个很好的编译原理课程设计,要下来看看哦
一个很好的编译原理课程设计,要下来看看哦-Compilation Principle of a good curriculum design, it is necessary to look down Oh
- 2022-07-11 13:50:01下载
- 积分:1
-
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。...
有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
- 2022-08-18 23:32:12下载
- 积分:1
-
大家是不是为不知道如何在VB学到绝地程序,这可以帮你! 绝地程序编辑器...
大家是不是为不知道如何在VB学到绝地程序,这可以帮你! 绝地程序编辑器- Everybody is not for did not know how learns certainly the
procedure in VB, this may help you! Certainly procedure editor
- 2022-05-23 20:30:25下载
- 积分: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
-
Arranges with c can recognize some reserved words, indicates Fu
Hezheng real num...
用c编的能认一些保留字,表示符和正实数的词法分析器- Arranges with c can recognize some reserved words, indicates Fu
Hezheng real number morphology analyzer
- 2023-06-07 13:15:04下载
- 积分:1
-
词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地...
词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code to explain the implementation of a detailed exposition of a compiler the design and implementation.
- 2022-05-21 17:48:29下载
- 积分:1
-
伯克利的语法分析器的创建工具
伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
- 2022-07-17 20:38:19下载
- 积分:1
-
词法分析的小程序,对学编译原理的同学是个好例子
词法分析的小程序,对学编译原理的同学是个好例子-lexical analysis of small programs, compiler theory for school students is a good example
- 2022-01-29 04:13:52下载
- 积分:1