9.0b.htm

来自「建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术」· HTM 代码 · 共 59 行

HTM
59
字号
<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.0.htm'" ></imag></td>
    <td>
    <img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
    onclick="vbscript:window.location.href='9.0c.htm'" ></imag></td>
  </tr>
</table>

<br><br>
<table><tr><td>&nbsp&nbsp</td>    
<td class="content">  
	<p>9.5 全局数据流分析介绍</p>
    <p>&nbsp &nbsp 控制流方程的建立</p>
    <p>&nbsp &nbsp 点和路径</p>
    <p>&nbsp &nbsp 到达_定值</p>
    <p>&nbsp &nbsp 集合gen[S],kill[S],in[S]和out[S]的表示</p>
    <p>&nbsp &nbsp 引用_定值(ud)链</p>
    <p>9.6 数据流方程的迭代求解</p>
    <p>&nbsp &nbsp 到达_定值的迭代算法</p>
    <p>&nbsp &nbsp 可用表达式及寻找算法</p>
    <p>&nbsp &nbsp 活跃变量及活跃变量的计算</p>
    <p>&nbsp &nbsp 定值_引用链及其计算</p>
    <p>&nbsp &nbsp 流图结点的深度优先次序</p>
    <p>&nbsp &nbsp 用流图结点的深度优先次序改进数据流分析算法</p>
    <p>9.7 代码改进变换</p>
    <p>&nbsp &nbsp 删除公共子表达式</p>
    <p>&nbsp &nbsp 实现复写传播的算法</p>
    <p>&nbsp &nbsp 循环不变计算的寻找及外提</p>
    <p>&nbsp &nbsp 寻找归纳变量及删除它的算法</p>
    <p>&nbsp &nbsp 实现强度削弱的算法</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.0.htm'" ></imag></td>
    <td>
    <img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
    onclick="vbscript:window.location.href='9.0c.htm'" ></imag></td>
  </tr>
</table>
</body>
</html>
<html><script language="JavaScript">

⌨️ 快捷键说明

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