对于32位机,若存储器周期Tc=200ns,则存储器数据传输率可达【 】。
参考答案:20MB/s
解析:若设存储器总线宽度为WB字节,周期时间为Tc,则数据传输率为WB/Tc。
割嘴
若各选项中所用变量已正确定义,函数fun中通过return语句返回一个函数值,以下选项中错误的程序是______。
A.main()……x=fun(2,10);……float fun(int a,int b)……B.float fun(int a,int b)……main()……x=fun(i,j);……C.float fun(int,int);main()……"x=fun(2,10);……float fun(int a,int b)……D.main()float fun(int i,int j);……x=fun(i,j);……float fun(int a,int b)(……)