📄 9.2.2.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='9.2.1_2.htm'" ></img></td>
<td>
<img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.2.3.htm'" ></img></td>
</tr>
</table>
<br><br>
<font class="title2">9.2.2 复写传播</font><br>
<table><tr><td>    </td>
<td class="content">
<p>
你是否看到,例9.2中的流图经过删除公共子表达式优化后还存在进一步改进的地方。以B5为例:
</td></tr></table>
<br>
<center> <img src="images/9_8.gif"></center>
<br>
<table><tr><td>    </td>
<td class="content">
<p>
<font class = "definition2">复写传播</font>:复写传播和一种形式为f:=g的赋值有关,复写传播变换的做法是在复写语句f:=g后,尽可能用g代替f。
<p>
下面是对B5运用复写传播后的结果。
</td></tr></table>
<br>
<center> <img src="images/9_9.gif"></center>
<br>
<p>
<table>
<tr>
<td><font class="yanshi">    观看演示 </font></td>
<td><font color=blue onmouseover="javascript:style.cursor='hand'" onclick="javascript:open('applet/9221/Page1.htm','_blank','menu=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,left=100,top=100,width=800,height=600')">复写传播及死代码删除概念演示</font></td>
<td><img src="../images/yanshi.gif"></img></td>
</tr>
</table>
</p>
<table align=right width=300>
<tr>
<td>
<img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.2.1_2.htm'" ></img></td>
<td>
<img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.2.3.htm'" ></img></td>
</tr>
</table>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -