资源描述:
《超市储物柜模拟系统C程序.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、/*----------------------------------------------------------------
2、
3、名称:超市储物柜模拟系统
4、
5、学校:广西交通职业技术学院
6、
7、系:信息工程系
8、
9、专业:电子信息工程技术
10、
11、设计者:杨旭涛
12、
13、QQ:237155875
14、
15、*仅供研究,不得用于商业用途!*
16、
17、----------------------------------------------------------------*/#include#defineucharun
18、signedchar#defineuintunsignedintucharcodeLCD_Display_Common_i[16]={"WelcomeToUse!"};ucharcodeLCD_Display_Common_j[16]={"DesignByMr.Tom"};ucharcodeLCD_Display_Full_i[16]={"AllFull!"};ucharcodeLCD_Display_Full_j[16]={"PleseWait!"};ucharcodeLCD_Display_GetPass
19、w_i[16]={"YourPassword:"};ucharcodeLCD_Display_Box1Password_i[16]={"Box1Password:"};ucharcodeLCD_Display_Box2Password_i[16]={"Box2Password:"};ucharcodeLCD_Display_Box3Password_i[16]={"Box3Password:"};ucharcodeLCD_Display_Box4Password_i[16]={"Box4Password:"}
20、;ucharLCD_Display_i[16];ucharLCD_Display_j[16];sbita=P2^0;//定义3x4键盘端口,发送a,b,c,d,扫描x,y,zsbitb=P2^1;//sbitc=P2^2;//sbitd=P2^3;//sbitx=P2^4;//sbity=P2^5;//sbitz=P2^6;//sbitBox1=P3^0;//defineBox(x)Port定义箱子继电器端口sbitBox2=P3^1;sbitBox3=P3^2;sbitBox4=P3^3;sbitKey_B
21、ox1=P1^4;//定义箱子的取物按键端口sbitKey_Box2=P1^5;//sbitKey_Box3=P1^6;//sbitKey_Box4=P1^7;//sbitCus_In=P3^7;//进超市人数+sbitCus_Out=P3^6;//出超市人数-sbitBee=P3^4;//蜂鸣器输出端口sbitShock=P3^5;//震动输入端口sbitLCD_E=P1^0;//define1602EsbitLCD_RW=P1^1;//define1602RWsbitLCD_RS=P1^2;//defin
22、e1602RSuchartemp_a,temp_b,temp_c,temp_d,temp_e,temp_f;//输入密码暂存变量ucharNum,Interface,Customer;//定义各种标志位ucharPassw_Box1_a,Passw_Box1_b,Passw_Box1_c,Passw_Box1_d,Passw_Box1_e,Passw_Box1_f;//各箱子的密码移位暂存位ucharPassw_Box2_a,Passw_Box2_b,Passw_Box2_c,Passw_Box2_d,Pas
23、sw_Box2_e,Passw_Box2_f;//ucharPassw_Box3_a,Passw_Box3_b,Passw_Box3_c,Passw_Box3_d,Passw_Box3_e,Passw_Box3_f;//ucharPassw_Box4_a,Passw_Box4_b,Passw_Box4_c,Passw_Box4_d,Passw_Box4_e,Passw_Box4_f;//ucharShow_P_a,Show_P_b,Show_P_c,Show_P_d,Show_P_e,Show_P_f;/*-
24、---------------------------------------------------------------
25、
26、延时子函数
27、
28、----------------------------------------------------------------*/voiddelay(uintt){while(t--);}/*--------------------------------