习题参考答案.ppt
《习题参考答案.ppt》由会员分享,可在线阅读,更多相关《习题参考答案.ppt(14页珍藏版)》请在沃文网上搜索。
1、P64:第:第17题习题参考答案题习题参考答案 MOVDPTR,#1000H MOVR2,#100 MOVR6,#00H MOVR7,#00HLOOP:MOVX A,DPTR CLRC ADDA,R6 MOVR6,A JNCLOOP1 ;C=0跳跳 INCR7LOOP1:INCDPTR DJNZR2,LOOP SJMP$MOVA,#00HADDCA,R7MOVR7,AMOVA,R7ADDCA,#00HMOVR7,AMOVDPTR,#2000HMOVR7,#100MOVR2,#00HLOOP2:MOVXA,DPTRCJNEA,#00H,LOOP1;不等跳不等跳INCR2LOOP1:INCDPTR
2、DJNZR7,LOOP2SJMP$P64:第:第21题习题参考答案题习题参考答案JNZLOOP1P109:第(:第(4)题参考答案)题参考答案#includeextern serial_initial();main()int a,b;unsigned int x,y;serial_initial();a=b=0 xaa55;x=y=0 xaa55;printf(“n a=%4x b=%4x x=%4x y=%4x”,a,b,x,y);a=a1;x=a1;printf(“n a=%4x b=%4x x=%4x y=%4x”,a,b,x,y);printf(“n”);printf(“n”);pri
3、ntf(“That is all.n”);while(1);程序执行结果:程序执行结果:(空(空1行)行)_a=aa55 b=aa55 x=aa55 y=aa55_a=54aa b=552a x=54aa y=552a(空(空1行)行)That is all.P110:第:第12题参考答案题参考答案#include#includevoid mainint x;SCON=0 x52;TMOD=0 x20;TH1=0 xF3;TR1=1;printf(please input:n);scanf(“%d”,&x);switch(x)case1:printf(“An”);break;case2:pri
4、ntf(“Bn”);break;case3:printf(“Cn”);break;case4:printf(“Dn”);break;case5:printf(“over!n”);break;default:printf(“error!please input again!n”);while(1);P110:第:第17题参考答案题参考答案#inclde#includeextern serial_initial();struct studentunsigned char number10;unsigned char name10;unsigned int(float)score;pl3;main(
5、)unsigned int i,max,t;serial_initial();printf(“please input 3 studend names and scores:n”);for(i=0;i3;i+)续第续第17题:题:printf(please input number:n”);scanf(“%d”,pli.number);printf(please input name:n”);scanf(“%s”,pli.name);printf(please input score:n”);scanf(“%d”,pli.score);max=pl0.score;for(i=1;imax)ma
6、x=pli.score;t=i;printf(name is 5s,max score is%d”,plt.name,plt.max);printf(“n”;)while(1);程序执行结果:程序执行结果:please input 3 studend names and scores:please input number:06929299please input name:zhangplease input score:90please input number:04929299please input name:wangplease input score:85 please input
7、number:05929299please input name:liplease input score:95name is li,max score is 95P151:第:第19题参考答案题参考答案19、8051系统中,已知振荡频率为系统中,已知振荡频率为12MHz,用定时,用定时/计数计数器器T1,实现从,实现从P1.1产生周期为产生周期为2s的方波。要求分别用汇的方波。要求分别用汇编语言和编语言和C语言编程。语言编程。解:根据题意,要求产生解:根据题意,要求产生1s=1000ms的周期性的定时,定的周期性的定时,定时到则对时到则对P1.1取反就可实现。由于定时时间较长,一个取反就可实
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10 积分
下载 | 加入VIP,下载更划算! |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 习题 参考答案