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

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

<center><font class="title1">第六章 运行时刻环境</font></center><br>
<table><tr><td>&nbsp&nbsp&nbsp&nbsp</td>    
<td class="content">  
<font class="title2"><b>学习目的</b></font>    
<p><font class="emphasize">熟练掌握</font></p>    
<p>1、活动树,控制链,名字的绑定;</p>
<p>2、运行时刻内存的布局划分,活动记录的结构,编译时把局部名字映射到活动记录的相对位上;</p>    
<p>3、静态存储分配策略的实现;</p>    
<p>4、栈式存储分配策略的实现;</p>    
<p>5、采用静态作用域规则的块结构语言实现访问非局部名字-静态链(访问链)和DISPLAY表;</p>    
<br>
<p><font class="emphasize">掌握</font></p>       
<p>1、影响组织运行时刻环境的因素;</P>
<p>2、高级语言分别满足什么条件,运行时分别采用静态存储分配,动态栈式分配,动态堆式分配;</p>   
<p>3、参数传递:值调用,引用调用,复制恢复。</p>
<br>  
<p><font class="emphasize">了解</font></p>      
<p>1、堆式存储分配策略的实现;</p>  
<p>2、动态作用域语言访问非局部名字;</p>      
<p>3、参数传递:名字调用;</p>      
     
<br>      
<table align=right width=300>      
<tr>      
<td><img src="../images/previous.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='../c_5/5.9.0e.htm'" ></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'" onclick="vbscript:window.location.href='6.0b.htm'" ></td>
</tr>      
</table>      
      
</BODY>      
</html>
<html><script language="JavaScript">

⌨️ 快捷键说明

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