10.0.htm

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

HTM
67
字号
<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='../c_9/9.13d.htm'" ></imag></td>

    <td>
    <img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
    onclick="vbscript:window.location.href='10.1.1.htm'" ></imag></td>

  </tr>
</table>

<p align="left"><br>
<br>
<font class="title1"> 
<p align="center">第十章 面向对象的编译</font><br></p>
<font class="title2"><b>学习目的</b></font> </p>

<table width>
  <tr>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
    <td class="content">了解<p>1.1 面向对象语言的概念</p>
    <p>10.2 单继承的编译方案</p>
    <p>10.3 多继承的编译方案</p>
    <p>10.4 私有属性和方法的编译 </p>
    <p>10.5 面向对象语言的编译优化 </td>
  </tr>
</table>

<p><br>
<font class="title2"><b>建议学习流程</b></font> </p>

<table width>
  <tr>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
    <td class="content">沿本章的自然顺序学习
  </tr>
</table>

<p><br>
</p>

<table align="right" width="300">
  <tr>
    <td>
    <img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'"
    onclick="vbscript:window.location.href='../c_9/9.13d.htm'" ></imag></td>

    <td>
    <img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
    onclick="vbscript:window.location.href='10.1.1.htm'" ></imag></td>

  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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