📄 5.8.1_2b.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='5.8.1_2.htm'"></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='5.8.1_2c.htm'"></img></td>
</tr>
</table>
<br><br>
<table><tr><td>    </td>
<td class="content">
<P>
<b>类型表达式中的名字 </b>
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
在某些语言中,类型可以命名。例如,在Pascal程序片段(5.9)中,标识符Link 被声明为类型↑cell的名字,其实cell也是个类型名称。
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
<b><font color="#0000FF">TYPE</font></b> Link=↑cell; <br>
<b> <font color="#0000FF">VAR</font></b> <font color="#0000FF">
</font> next:Link; <br>
Last:Link; <br>
P: ↑cell; (5.9) <br>
q,r: ↑cell; <br>
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
为了适应这种情况,类型表达式中允许出现名字。在这种情况下,类型等价的含义取决于如何看待类型表达式中的名字。所谓名字等价,是把每一个类型名字看成一个特殊的类型,因此,两个类型表达式名字等价当且仅当他们是完全一样的。在结构等价中,名字被它们代表的类型表达式代替,在类型表达式中的所有名字被替换后,两个类型表达式等价即是结构等价。
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
<b>例5.26</b> 下面给出和声明(5.9)中的5个变量相联系的类型表达式。
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
变 量 类 型
表 达 式 <br>
next
Link
<br>
last
Link <br>
p
Pointer(cell) <br>
q
Pointer(cell)
<br>
r
Pointer(cell)
</p>
</td></tr></table>
<table><tr><td>    </td>
<td class="content">
<P>
在名字等价下,变量next和last有同样的类型,因为它们的类型表达式是同一个类型名,但是,next和p的类型不相同,因为它们有不同的类型表达式。在结构等价下,所有五个变量都有同样的类型。 不同的语言中,变量标识符和类型通过声明联系的规则是不同的,在解释这些规则时,结构等价和名字等价是两个有用的概念。
</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='5.8.1_2.htm'"></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='5.8.1_2c.htm'"></img></td>
</tr>
</table>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -