📄 1.4.0.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='1.3.1b.htm'"></img></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.4.0b.htm'"></img></td>
</tr>
</table>
<br><br>
<font class="title2"><b>1.4 编译器的伙伴
</b></font>
<table><tr><td>    </td>
<td class="content">
<p>
除了编译外,可能还需要一些其它的工具来建立一个可执行的目标程序。一个源程序可能分成模块,存储在不同的文件中,收集源程序的任务由预处理器完成。预处理器还可能扩展所写标记(叫做宏),使之成为源程序的语句。
</p>
<p>
图1.9给出一个典型的“编译”,由编译器建立的目标程序可能需要进一步处理才能运行。图1.9的编译器产生汇编代码,它由汇编器翻译成机器代码,然后和一些库程序联成可实际运行的代码。这一节,我们将讨论编译器的这些伙伴。
</p>
<p>
<center><img src="images/1.9.gif"></center><br>
</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='1.3.1b.htm'"></img></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='1.4.0b.htm'"></img></td>
</tr>
</table>
</BODY>
</html>
<html><script language="JavaScript">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -