9.5.5_1.htm
来自「建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术」· HTM 代码 · 共 45 行
HTM
45 行
<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.5.5.htm'" ></td>
<td>
<img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.6.htm'" ></img></td>
</tr>
</table>
<br><br>
<table>
<tr>
<td>    </td>
<td class="content">
<p>
<p> 计算图2(a)的in和out </p>
<p><span style="FONT-SIZE: large">
<img border="0" src="images/9_25_1.gif" align="left"></span><b><font size="4">out[S</font><font size="4">]=gen[S]∪(in[S]-kill[S])
</font></b>
</p>
<p>解析:这是一种最简单的情况,它是一个赋值语句,如果我们知道in[S],即可由方程<span style="FONT-WEIGHT: 900">out[S]=gen[S]∪(in[S]-kill[S])</span>计算out。</p>
</td>
</tr>
</table>
<table align=right width=300>
<tr>
<td><img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.5.htm'" ></td>
<td>
<img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.6.htm'" ></img></td>
</tr>
</table>
<br><br>
</BODY>
<html><script language="JavaScript">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?