-
16进制文件编辑与磁盘编辑软件。类似 ultraedit 的文本编辑工具,支持二进制编辑,支持比较和调整 bitwise 顺序。功能强大,支持文件在二进制级进行...
16进制文件编辑与磁盘编辑软件。类似 ultraedit 的文本编辑工具,支持二进制编辑,支持比较和调整 bitwise 顺序。功能强大,支持文件在二进制级进行比较。-16 hexadecimal file editor and disk-editing software. UltraEdit similar text editing tool that supports the binary editing, support for bitwise comparison and adjustment of the order. Powerful, supporting documents in the binary-level comparison.
- 2023-03-26 10:45:03下载
- 积分:1
-
编译原理PLO语言的功能扩展C语言源程序
编译原理PLO语言的功能扩展C语言源程序-Compilation Principle PLO language extensions C language source code
- 2022-07-19 20:47:30下载
- 积分:1
-
和利时的PLC编译器powerpro,完全符号IEC 61131
和利时的PLC编译器powerpro,完全符号IEC 61131-3要求-And Lee PLC when the compiler powerpro, full symbols IEC 61131-3 requirements
- 2022-06-21 21:36:21下载
- 积分: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
-
星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的!
星子行V1.0是单反接正法,星子行V2....
星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的!
星子行V1.0是单反接正法,星子行V2.0是多反接法,星子行V3.0以上版本都是多反接反正双法连接核心. -Xingzi line V2.0 (source) line open Xingzi V3.0 or later, Xingzi line by line Xingzi V1.0 and V2.0 of the core-binding developed into! Xingzi line V1.0 is the next actual SLR , Xingzi V2.0 is a multi-line reverse law, Xingzi line version V3.0 and above are more than double reverse method to connect the core anyway.
- 2022-08-11 23:03:11下载
- 积分:1
-
Tiny C
Tiny C&C++,看看吧,也许用的着-Tiny C
- 2022-01-26 05:20:37下载
- 积分:1
-
给定一个文法,构造词法分析表,实现算符优先词法分析
给定一个文法,构造词法分析表,实现算符优先词法分析
- 2022-08-17 02:59:19下载
- 积分:1
-
本程序实现了mini pascal的一个编译的总过程。
本程序实现了mini pascal的一个编译的总过程。-the process of achieving a mini pascal translation of the total process.
- 2022-03-15 07:54:42下载
- 积分:1
-
AutoCAD 2005中文版建筑制图新概念百例
AutoCAD 2005中文版建筑制图新概念百例-源代码 -AutoCAD 2005 English edition of the new concept of one hundred cases of Architectural Drawing- 2005 Chinese version of the source code for the new concept of one hundred cases of Architectural Drawing- the source code for
- 2022-08-14 01:16:02下载
- 积分:1
-
编译原理实验中的工具FLEX,可以再windows或者DOS下使用
编译原理实验中的工具FLEX,可以再windows或者DOS下使用-Compilation Principle Experiment tools FLEX, can be used under windows or DOS
- 2022-02-13 06:58:56下载
- 积分:1