-
这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),...
这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是LL1语法分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generation target code goal of the interpretation and implementation of code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, which is part of LL1 syntax analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
- 2022-03-29 20:36:39下载
- 积分:1
-
批量HTML转换TXT,VB写了N久了的
批量HTML转换TXT,VB写了N久了的-Batch HTML converter TXT, VB wrote the N long time ago
- 2022-08-24 03:53:21下载
- 积分:1
-
input method example
input method example
- 2022-01-26 03:35:31下载
- 积分:1
-
利用Dreamweaver、Flash、Photoshop等软件编辑,程序用ASP开发而成
利用Dreamweaver、Flash、Photoshop等软件编辑,程序用ASP开发而成-use Dreamweaver, Flash, Photoshop editing software, The program was developed with ASP
- 2022-03-18 15:22:38下载
- 积分:1
-
Simple text editor, function a little bit simple, a beginner can look at as an e...
简单的文本编辑器,功能有点简单,初学者作为实例可以研究一下-Simple text editor, function a little bit simple, a beginner can look at as an example
- 2022-03-29 22:28:05下载
- 积分:1
-
dos系统下的16进制文件内容察看器源码
dos系统下的16进制文件内容察看器源码-dos system under the 16 band for a look at the contents of the documents FOSS
- 2022-06-13 03:35:32下载
- 积分:1
-
一个很简单的词法分析程序
一个很简单的词法分析程序- A very simple lexical analyaer
- 2022-03-15 06:50:50下载
- 积分:1
-
Object Pascal Reference Manual (Ver 0.1)
Object Pascal 参考手册
(Ver 0.1)
-Object Pascal Reference Manual (Ver 0.1)
- 2022-10-30 15:05:03下载
- 积分:1
-
IBM 222 认证题库, pdf格式。
IBM 222 认证题库, pdf格式。-IBM 222 Certification question bank, pdf format.
- 2023-02-21 06:25:03下载
- 积分:1
-
PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...
PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有通过它才能正式发行-PClint, a very strict C/C compiler, can be embedded into VC.GCC so. It can even check out your C/C code in the inner leakage, uninitialized variables, the use of unsafe pointer ... it as a Microsoft code inspection tools, it can be only through the official issue
- 2022-03-18 16:14:24下载
- 积分:1