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

📄 9.5.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='9.5.0.htm'" ></td>
<td>
<img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.2.htm'" ></img></td>
</tr>
</table>
<br><br>

<font class="title2"><b>9.5.1 点和路径</b></font>            


<table>
<tr>
<td>&nbsp&nbsp&nbsp&nbsp</td>
<td class="content">
<p>
在基本块中,我们将经常谈到相邻语句间的点,以及第一个语句前和最后一个语句后的点。举例说明什么叫<font class = "definition2">点</font>。
</p>
<p>
<font class = "example">例9.12</font>
</p>
</td>
</tr>
</table>

<p align=center><img src="images/9_22.gif"></p>

<table>
<tr>
<td>&nbsp&nbsp&nbsp&nbsp</td>
<td class="content">
<p>
现在,我们从全局观点来考虑所有块的所有点。 
</p>
<p>
首先了解<font class = "definition2">路径</font>的概念:从P<sub>1</sub>到P<sub>n</sub>的路径是点序列P<sub>1</sub>、P<sub>2</sub>、…、P<sub>n</sub>,对1和n-1间的每个i,有:
</p>
<p>
1、 若在同一块内:P<sub>i</sub>是先于一个语句的点,P<sub>i+1</sub>是该块中位于该语句后的点,或者
</p>
<p>
2、 若到了块的末尾:P<sub>i</sub>是某块的结束点,P<sub>i+1</sub>是后继块的开始点。
</p>
<p>
<font class = "example">例9.13</font>
</p>
</td>
</tr>
</table>

<p align=center><img src="images/9_23.gif"></p>

<br>
<table align=right width=300>
<tr>
<td>
<img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.0.htm'" ></img></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='9.5.2.htm'" ></td>
</tr>
</table>

</BODY>
<html><script language="JavaScript">

⌨️ 快捷键说明

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