freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于at89c52單片機的出租車計價器的設(shè)計-資料下載頁

2025-06-26 18:47本頁面
  

【正文】 Char(13,1,Table[i])。DisOneChar(14,1,39。.39。)。i = (totalPrice%10)。DisOneChar(15,1,Table[i])。}/***延時函數(shù)***/void delay10ms(void) { unsigned char i,j,k。 for(i=5。i0。i) for(j=4。j0。j) for(k=248。k0。k)。 }/*主函數(shù)*/void main(){ uchar i,temp,flag1,flag2,flag3。 DS1302_Init()。 Init_LCM()。 TMOD=0x01。 TH0=(6553650000)/256。 TL0=(6553650000)%256。 TR0=1。 ET0=1。 IT1=1。 EX1=1。 P17 = 0。 flag1 = 1。 flag2 = 1。 flag3 = 1。 BasiKPrice1 = Read24c02(0x01)。 BasiKPrice2 = Read24c02(0x03)。 UnitPrice = Read24c02(0x05)。 InterVal = Read24c02(0x07)。 while(1) {loop: interface()。 /*出租車啟動鍵程序如下,進入開始計時計費*/if(Key5 == 0) { delay10ms()。 if(Key5 == 0) { while(Key5 == 0)。 LCR_LCD()。 EA=1。 P17=1。 MileAge = 0。 WaitSecond = 0。 WaitMinute = 0。 while(1) { display()。 if(Key5 == 0) { delay10ms()。 if(Key5 == 0) { while(Key5 == 0)。 MileAge = 0。 totalPrice = 0。 P17=0。 EA=0。 WaitSecond = 0。 WaitMinute = 0。 goto loop。 } } if(Key4 == 0) { delay10ms()。 if(Key4 == 0) { while(Key4 == 0)。 EA=0。 LCR_LCD()。 while(1) { DisListChar(0,0,$:)。 i = (totalPrice/1000)。 DisOneChar(2,0,Table[i])。 i = (totalPrice/100)%10。 DisOneChar(3,0,Table[i])。 i = (totalPrice/10)%10。 DisOneChar(4,0,Table[i])。 DisOneChar(5,0,39。.39。)。 i = (totalPrice%10)。 DisOneChar(6,0,Table[i])。 temp = MileAge/1000 。 i = (temp/1000)。 DisOneChar(9,0,Table[i])。 i = (temp/100)%10。 DisOneChar(10,0,Table[i])。 i = (temp/10)%10。 DisOneChar(11,0,Table[i])。 DisOneChar(12,0,39。.39。)。 i = (temp%10)。 DisOneChar(13,0,Table[i])。 DisListChar(14,0,Km)。 DisListChar(0,1,WT:)。 i = WaitMinute/10。 DisOneChar(3,1,Table[i])。 i = WaitMinute%10。 DisOneChar(4,1,Table[i])。 DisListChar(5,1,min)。 DisListChar(9,1,ByeBye)。 if(Key5 == 0) { delay10ms()。 if(Key5 == 0) { while(Key5 == 0)。 } goto loop。 } } } } } } }if(Key1 == 0) { delay10ms()。 if(Key1 == 0) { while(Key1 == 0)。 LCR_LCD()。 DisListChar(0,0,Year:)。 i = year/10。 i = i%10。 DisOneChar(8,0,Table[i])。 i = year%10。 DisOneChar(9,0,Table[i])。 while(1) { if(Key2 == 0) { delay10ms()。 if(Key2 == 0) { while(Key2 == 0)。 flag1 ++。 if(flag1 == 12) flag1 = 1。 switch(flag1) {case 1: LCR_LCD()。 DisListChar(0,0,Year:)。 i = year/10。 i = i%10。 DisOneChar(8,0,Table[i])。 i = year%10。 DisOneChar(9,0,Table[i])。break。 case 2: LCR_LCD()。 DisListChar(0,0,Month:)。 i = month/10。 DisOneChar(8,0,Table[i])。 i = month%10。 DisOneChar(9,0,Table[i])。break。 case 3: LCR_LCD()。 DisListChar(0,0,Day:)。 i = day/10。 DisOneChar(8,0,Table[i])。 i = day%10。 DisOneChar(9,0,Table[i])。break。 case 4: LCR_LCD()。 DisListChar(0,0,Week:)。 i = week。 DisOneChar(8,0,Table[i])。break。 case 5: LCR_LCD()。 DisListChar(0,0,Hour:)。 i = hour/10。 DisOneChar(8,0,Table[i])。 i = hour%10。 DisOneChar(9,0,Table[i])。break。 case 6: LCR_LCD()。 DisListChar(0,0,Minute:)。 i = minute/10。 DisOneChar(8,0,Table[i])。 i = minute%10。 DisOneChar(9,0,Table[i])。break。 case 7: LCR_LCD()。 DisListChar(0,0,Second:)。 i = second/10。 DisOneChar(8,0,Table[i])。 i = second%10。 DisOneChar(9,0,Table[i])。break。 case 8: LCR_LCD()。 DisListChar(0,0,UnitPrice:)。 i = UnitPrice/10。 DisOneChar(10,0,Table[i])。 DisOneChar(11,0,39。.39。)。 i = UnitPrice%10。 DisOneChar(12,0,Table[i])。break。 case 9: LCR_LCD()。 DisListChar(0,0,BasiKPrice1:)。 i = BasiKPrice1/10。 DisOneChar(12,0,Table[i])。 DisOneChar(13,0,39。.39。)。 i = BasiKPrice1%10。 DisOneChar(14,0,Table[i])。break。 case 10: LCR_LCD()。 DisListChar(0,0,BasiKPrice2:)。 i = BasiKPrice2/10。 DisOneChar(12,0,Table[i])。 DisOneChar(13,0,39。.39。)。 i = BasiKPrice2%10。 DisOneChar(14,0,Table[i])。break。 case 11: LCR_LCD()。 DisListChar(0,0,InterVal:)。 i = InterVal/10。 DisOneChar(10,0,Table[i])。 DisOneChar(11,0,39。.39。)。 i = InterVal%10。 DisOneChar(12,0,Table[i])。break。 } } } if(Key3 == 0) { delay10ms()。 if(Key3 == 0) { while(Key3 == 0)。 if(flag1 == 1) { year++。 if(year == 2100) year = 2000。 i = year/10。 i = i%10。 DisOneChar(8,0,Table[i])。 i = year%10。 DisOneChar(9
點擊復制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1