预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共17页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

4*4矩阵键盘扫描加数码管显示 遵义师范学院(工学院) 电气工程及其自动化 黎卫星 /***************************************************************/ //º¯ÊýÍ·Îļþ /***************************************************************/ #include<reg51.h> #include<delay.h> #include<ciodziku.h> #include<keyjiance.h> #include<displychushihua.h> /***************************************************************/ //Ö÷º¯Êý /***************************************************************/ voidmain() { displaychushihua(); while(1) { num=keyjiance(); dula=1; P0=~table[num-1]; dula=0; } } /***************************************************/ //ÑÓʱº¯Êý /***************************************************/ voiddelay(unsignedintz) { unsignedintx,y; for(x=z;x>0;x--) for(y=110;y>0;y--); } /***************************************************************/ //Êý×Ö¿â /***************************************************************/ sbitdula=P2^6; sbitwela=P2^7; /***************************************************************/ /***************************************************************/ unsignedcharcodetable[]= { 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71, 0x00//0x00Ϊ¹Ø±ÕËùÊýÂë¹ÜÏÔʾ }; /***************************************************************/ //¼üÅÌɨÃè /***************************************************************/ unsignedinttemp,num; /***************************************************************/ /***************************************************************/ unsignedintkeyjiance()//unsignedintº¯Êý·µ»ØÖµÀàÐÍʹÓÃvoidΪÎÞ·µ»ØÖµ»á³ö´í { P3=0XFE;//µÚÒ»Ðмì²â temp=P3; temp=temp&0xf0; while(temp!=0xf0) { delay(5); temp=P3; temp=temp&0xf0; while(temp!=0xf0) { temp=P3; switch(temp) { case0xee:num=1; break; case0xde:num=2;