⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1.3.1.htm

📁 建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术
💻 HTM
字号:
<html>

<head>
<title>编译原理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link type="text/css" rel="stylesheet" href="../css/specification.css">
</head>

<BODY>

<table align=right width=300>
<tr>
<td><img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.3.0b.htm'"></img></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.3.1b.htm'"></img></td>
</tr>
</table>
<br><br>
      
<table><tr><td>&nbsp&nbsp&nbsp&nbsp</td>           
<td class="content">  
<p>第三步:用L实现从L到B的编译程序。如图1.7所示。</p>   
</td></tr></table>  
<p>        
<center><img src="images/1.7.gif"></center>   <br>
<center class="content">图1.7 编译程序C<sub>L</sub><sup>LB</sup></center></p>       
<table><tr><td>&nbsp&nbsp&nbsp&nbsp</td>             
<td class="content">        
<p>现在将编译程序C<sub>L</sub><sup>LB</sup>首先经过C<sub>A</sub><sup>LA</sup>的编译,产生编译程序C<sub>A</sub><sup>LB</sup>,如图1.8(a)所示。再将C<sub>L</sub><sup>LB</sup>经过C<sub>A</sub><sup>LB</sup>的编译,便得到L在B机器上的编译程序C<sub>B</sub><sup>LB</sup>,如图1.8(b)所示。</p>   </td></tr></table>   
<p>         
<center><img src="images/1.8.gif"></center>    <br>
<center class="content">图1.8 T图的结合-C<sub>A</sub><sup>LB</sup>和C<sub>B</sub><sup>LB</sup></center></p>       
<table><tr><td>&nbsp&nbsp&nbsp&nbsp</td>             
<td class="content">         
<p>综上所述,这种实现方法只有一小部分程序需要用低级语言来编制,其余均由较高级语言L或其子集S编制而成。从而大大低了软件工作人员的劳动强度,提高了工作效率。 </p>           
</td>      
</tr></table>           
           
           
<br>           
<table align=right width=300>           
<tr>           
<td><img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.3.0b.htm'"></img></td>           
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.3.1b.htm'"></img></td>
</tr>           
</table>           
           
</BODY>           
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -