-
这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,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
-
自己随便写的 大家卡看
自己随便写的 大家卡看- Own casually write everybody card looked
- 2022-04-11 02:00:32下载
- 积分:1
-
一个用C++Builder写的日记本程序
一个用C++Builder写的日记本程序- The diary procedure which writes with C Builder
- 2022-02-01 12:13:15下载
- 积分:1
-
直接选择排序,排序,排序,快速排序,插入排序,直接比较…
直接选择排序
冒泡排序
快速排序
直接插入排序
四种排序算法的比较-Directly choose Sort Bubble Sort Quick Sort Insertion Sort direct comparison of the four sorting algorithms
- 2022-01-23 11:15:42下载
- 积分:1
-
这是IOI 2008册…它包含的问题及解决方法
This is IOI 2008 Booklet...It contains the problems and solutions
- 2022-02-12 01:49:46下载
- 积分:1
-
C write text editor
用C++写的文本编辑程序-C write text editor
- 2023-07-18 06:50:02下载
- 积分:1
-
一个直接用程序读取excel表格数据的例子,非常简单。
一个直接用程序读取excel表格数据的例子,非常简单。-A direct use of the procedure to read excel spreadsheet data examples, very simple.
- 2022-02-10 13:29:12下载
- 积分:1
-
A small browser software small, functional, and used to use IE this also is true...
一个小小浏览器软件,软件小,功能大,用惯了IE的用下这个还不错-A small browser software small, functional, and used to use IE this also is true under
- 2022-09-21 22:50:03下载
- 积分:1
-
SM的相量图
sm phasor diagram
L=length(t)
Ifd=iff(L) Ifq=0
Efd=0 Efq=Lmd*iff(L)
Id=i(L,1) Iq=i(L,2) I=Id+j*Iq
Vd=v(L,1) Vq=v(L,2) V=Vd+j*Vq
VILq=-(Ra+Lq*j)*I Vqp=V+VILq Vqpd=real(Vqp) Vqpq=imag(Vqp)
VLd=vL(L,1) VLq=vL(L,2)
- sm phasor diagram
L=length(t)
Ifd=iff(L) Ifq=0
Efd=0 Efq=Lmd*iff(L)
Id=i(L,1) Iq=i(L,2) I=Id+j*Iq
Vd=v(L,1) Vq=v(L,2) V=Vd+j*Vq
VILq=-(Ra+Lq*j)*I Vqp=V+VILq Vqpd=real(Vqp) Vqpq=imag(Vqp)
VLd=vL(L,1) VLq=vL(L,2)
- 2022-03-14 21:48:12下载
- 积分:1
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--计算器-Visual the C curriculum fine designs the case to arrange-- the
calculator
- 2022-08-18 22:51:29下载
- 积分:1