📄 8.8.0b.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='8.8.0.htm'"></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
onclick="vbscript:window.location.href='../c_9/9.0.htm'" ></td>
</tr>
</table>
<p><br>
<br>
<font class="title2"><b>练习</b></font> </p>
<table width=100%>
<tr>
<td> </td>
<td class="content">
<a name=8.5></a>
8.5 为下列C程序生成目标代码。<br>
main()<br>
{<br>
int i;<br>
int a[10];<br>
while(i<=10) <br>
a[i]=0;
<br>
} </p>
<table align="center" width="70%">
<tr>
<td align="right"><img src="../images/key.gif"
onmouseover="javascript:style.cursor='hand'"
onclick="javascript:window.open('8.8.5.htm','','left=100,top=100,toolbar=no,scrollbars=yes,width=600,height=400')"
width="32" height="32"> </td>
</tr>
</table>
<a name=8.6></a>
<hr size="2" align="center" color="red">
<p><br>
8.6 为下列赋值语句生成目标代码。<br>
(a) x:=a+b*c<br>
(b) x:=(a*-b)+(c-(d+e))<br>
(c) x:=(a/b-c)/d<br>
(d) x:=a+(b+c/d*e)/(f*g-h*i)<br>
(e) a[i,j]:=b[i,j]-c[a[k,l]]*d[i+j] </p>
<table align="center" width="70%">
<tr>
<td align="right"><img src="../images/key.gif"
onmouseover="javascript:style.cursor='hand'"
onclick="javascript:window.open('8.8.6.htm','','left=100,top=100,toolbar=no,scrollbars=yes,width=600,height=600')"
width="32" height="32"> </td>
</tr>
</table>
<a name=8.7></a>
<hr size="2" align="center" color="red">
<p><br>
8.7 为下列基本块构造dag: </p>
<p align="left">
d := b*c</p>
<p align="left">
e := a+b</p>
<p align="left">
b := b*c</p>
<p align="left">
a := e-d<br>
</p>
<table align="center" width="70%">
<tr>
<td align="right"><img src="../images/key.gif"
onmouseover="javascript:style.cursor='hand'"
onclick="javascript:window.open('8.8.7.htm','','left=100,top=100,toolbar=no,scrollbars=yes,width=600,height=400')"
width="32" height="32"> </td>
</tr>
</table>
<hr size="2" align="center" color="red">
</td>
</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='8.8.0.htm'"></td>
<td><img src="../images/next.gif" onmouseover="javascript:style.cursor='hand'"
onclick="vbscript:window.location.href='../c_9/9.0.htm'" ></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -