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

正文內(nèi)容

微波爐語音控制系統(tǒng)畢業(yè)設(shè)計論文-資料下載頁

2025-06-28 18:35本頁面
  

【正文】 e 11:o_hour=o_hour+a。 if(o_hour==24)o_hour=0。 if(o_hour==1)o_hour=23。 break。 case 12:o_min=o_min+a。 if(o_min==60)o_min=0。 if(o_min==1)o_min=59。 break。 case 13:o_sec=o_sec+a。 if(o_sec==60)o_sec=0。 if(o_sec==1)o_sec=59。}}} while(quit!=1)。 key_x=0。}void order() //預(yù)約界面{static uchar sel=11。 uchar quit=0。 do{lcd_clr()。 lcd_w(0x82)。lcd_wstr( [預(yù)約])。 lcd_w(0x92)。lcd_wstr(倒計時:)。 lcd_w(0x89)。 lcd_wdat(o_hour/10+0x30)。 lcd_wdat(o_hour%10+0x30)。 lcd_wstr(時)。 lcd_wdat(o_min/10+0x30)。 lcd_wdat(o_min%10+0x30)。 lcd_wstr(分)。 lcd_wdat(o_sec/10+0x30)。 lcd_wdat(o_sec%10+0x30)。 lcd_wstr(秒)。 lcd_w(0x9b)。lcd_wstr(開始)。 order_mark(sel)。 while(key_up==0)key_get()。 while(key_up==1)key_get()。 switch(key_x) {case 1:if(sel==22)sel=12。break。 case 2:sel=22。break。 case 3:if(sel==12 || sel==13)sel。break。 case 4:if(sel==11 || sel==12)sel++。break。 case 5:switch(sel) {case 11: case 12: case 13:order_shift(sel)。break。 case 22:ordering()。if(o_heating==1)quit=1。}break。 case 6:quit=1。}} while(quit!=1)。 lcd_w(0x0c)。 key_x=0。}void shift_mark(uchar sel) //火力和加熱時間光標(biāo){switch(sel) {case 11:lcd_w(0x92)。lcd_w(0x0c)。lcd_wdat(0x10)。break。 case 21:lcd_w(0x8b)。lcd_w(0x0e)。break。 case 22:lcd_w(0x8d)。lcd_w(0x0e)。break。 case 31:lcd_w(0x98)。lcd_w(0x0c)。lcd_wdat(0x10)。break。 case 32:lcd_w(0x9c)。lcd_w(0x0c)。lcd_wdat(0x10)。}}void dis_fire_time() //顯示火力和時間{uchar f。 lcd_w(0x90)。lcd_wstr(火力 )。 f=fire。while(f)lcd_wdat(0x04)。f=8fire。while(f)lcd_wdat(0x20)。 lcd_w(0x88)。lcd_wstr(時間 )。 lcd_wdat(min/10+0x30)。 lcd_wdat(min%10+0x30)。 lcd_wstr(:)。 lcd_wdat(sec/10+0x30)。 lcd_wdat(sec%10+0x30)。}void shift_fire_time(uchar custom_sel) //調(diào)整火力和加熱時間{uchar quit=0。char a。do {dis_fire_time()。 shift_mark(custom_sel)。 lcd_w(0x0f)。 while(key_up==0)key_get()。 while(key_up==1)key_get()。 switch(key_x) {case 1: case 4:a=1。break。 case 2: case 3:a=1。break。 case 5: case 6:quit=1。} if(key_x5) {switch(custom_sel) {case 11:fire=fire+a。 if(fire==0)fire=1。 if(fire==9)fire=8。 break。 case 21:min=min+a。 if(min==60)min=0。 if(min==1)min=59。 break。 case 22:sec=sec+a。 if(sec==60)sec=0。 if(sec==1)sec=59。}}} while(quit!=1)。 key_x=0。}void custom_heat() //自定義界面{uchar quit=0。 static uchar sel=11。 static uchar custom_fire=1,custom_min=00,custom_sec=01。 fire=custom_fire。min=custom_min。sec=custom_sec。 do {lcd_clr()。 lcd_w(0x82)。lcd_wstr( [自定義])。 dis_fire_time()。 lcd_w(0x99)。lcd_wstr(預(yù)約)。 lcd_w(0x9d)。lcd_wstr(開始)。 shift_mark(sel)。 while(key_up==0)key_get()。 if(o_heating==1) {o_heating=0。 heating()。 fire=custom_fire。min=custom_min。sec=custom_sec。 key_up=0} while(key_up==1)key_get()。 switch(key_x) {case 1:if(sel==21 || sel==22)sel=11。else if(sel==31 || sel==32)sel=sel10。break。 case 2:if(sel==11 || sel==21 || sel==22)sel=sel+10。break。 case 3:if(sel==22 || sel==32)sel。break。 case 4:if(sel==11 || sel==21 || sel==31)sel++。break。 case 5:switch(sel) {case 11: case 21: case 22:shift_fire_time(sel)。custom_fire=fire。custom_min=min。custom_sec=sec。break。 case 31:order()。break。 case 32:if(OPEN2==1)speak(3)。 else if(OPEN3==1)speak(4)。 else heating()。fire=custom_fire。min=custom_min。sec=custom_sec。} break。 case 6:quit=1。}} while(quit!=1)。 lcd_w(0x0c)。 key_x=0。}void fast_heat(uchar menu_sel) //快速加熱界面{uchar quit=0。 static uchar sel=32。 do {lcd_clr()。 switch(menu_sel) {case 11:lcd_w(0x82)。lcd_wstr( [燒烤])。fire=6。min=10。sec=0。break。 case 12:lcd_w(0x82)。lcd_wstr( [解凍])。fire=3。min=5。sec=00。break。 case 21:lcd_w(0x82)。lcd_wstr( [湯類])。fire=7。min=1。sec=30。break。 case 22:lcd_w(0x82)。lcd_wstr( [蒸菜])。fire=5。min=8。sec=00。} dis_fire_time()。 lcd_w(0x99)。lcd_wstr(預(yù)約)。 lcd_w(0x9d)。lcd_wstr(開始)。 shift_mark(sel)。 while(key_up==0)key_get()。 if(o_heating==1) {o_heating=0。 heating()。 key_up=0。} while(key_up==1)key_get()。 switch(key_x) {case 3:if(sel==32)sel。break。 case 4:if(sel==31)sel++。break。 case 5:switch(sel) {case 31:order()。break。 case 32:if(OPEN2==1)speak(3)。 else if(OPEN3==1)speak(4)。 else heating()。} break。 case 6:quit=1。}} while(quit!=1)。 key_x=0。}void menu_mark(uchar sel) //菜單光標(biāo){switch(sel) {case 11:lcd_w(0x90)。break。 case 12:lcd_w(0x94)。break。 case 21:lcd_w(0x88)。break。 case 22:lcd_w(0x8c)。break。 case 31:lcd_w(0x98)。} lcd_wdat(0x10)。}void menu() //菜單界面{static uchar sel=11。 do {lcd_clr()。 lcd_w(0x82)。lcd_wstr( [菜單])。 lcd_w(0x91)。lcd_wstr(燒烤)。lcd_w(0x95)。lcd_wstr(解凍)。 lcd_w(0x89)。lcd_wstr(湯類)。lcd_w(0x8d)。lcd_wstr(蒸菜)。 lcd_w(0x99)。lcd_wstr(自定義)。 menu_mark(sel)。 while(key_up==0)key_get()。 while(key_up==1)key_get()。 switch(key_x) {case 1:if(sel==21 || sel==22 || sel==31)sel=sel10。break。 case 2:if(sel==11 || sel==12)sel=sel+10。else if(sel==21 || sel==22)sel=31。break。 case 3:if(sel==12 || sel==22)sel。break。 case 4:if(sel==11 || sel==21)sel++。break。 case 5:switch(sel) {case 11: case 12: case 21: case 22:fast_heat(sel)。break。 case 31:custom_heat()。 } break。 case 6:dis_author()。}} while(1)。}time0() interrupt 1 //50ms定時器{static t_50ms=0。 TH0=0x3c。 TL0=0xb0。 t_50ms++。 if(t_50ms==20) {t_50ms=0。 refurbish=1。}}void main(){delay500us(1000)。 //芯片初始化 lcd_init()。 lcd_w(0x91)。lcd_wdat(0x02)。lcd_wstr( 歡迎使用 )。lcd_wdat(0x02)。 //開機畫面 lcd_w(0x89)。lcd_wstr(智能 微波爐)。 speak(1)。 menu()。 //顯示菜單}47
點擊復(fù)制文檔內(nèi)容
化學(xué)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1