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

正文內(nèi)容

基于51單片機(jī)控制的語音報時萬年歷課程設(shè)計(jì)-文庫吧

2025-02-12 04:56 本頁面


【正文】 date_show[9]=day%10+48。 } if((day=29amp。amp。!leap_year_flagamp。amp。month==2)||(day==30amp。amp。leap_year_flagamp。amp。month==2)|| 基于 51 單片機(jī)控制的語音報時萬年歷 (day==31amp。amp。(month==4||month==6||month==9||month==11))||(month==32)) { day=1。 month++。 date_show[8]=day/10+48。 date_show[9]=day%10+48。 date_show[5]=month/10+48。 date_show[6]=month%10+48。 } if(month=13) { month=1。 year_l++。 date_show[5]=month/10+48。 date_show[6]=month%10+48。 date_show[0]=year_f/10+48。 date_show[1]=year_f%10+48。 date_show[2]=year_l/10+48。 date_show[3]=year_l%10+48。 } if(year_l=100) { year_l=0。 year_f++。 if(((!((year_f*100+year_l)%4))amp。amp。((year_f*100+year_l)%100))||(!((year_f*100+year_l)%400))) leap_year_flag=1。 else leap_year_flag=0。 date_show[0]=year_f/10+48。 date_show[1]=year_f%10+48。 date_show[2]=year_l/10+48。 date_show[3]=year_l%10+48。 } timer=0。 update_flag=1。 if(adjust_flag) { time_show[7]=sec%10+48。 time_show[6]=sec/10+48。 time_show[4]=min%10+48。 time_show[3]=min/10+48。 time_show[1]=hour%10+48。 基于 51 單片機(jī)控制的語音報時萬年歷 time_show[0]=hour/10+48。 date_show[9]=day%10+48。 date_show[8]=day/10+48。 date_show[6]=month%10+48。 date_show[5]=month/10+48。 date_show[3]=year_l%10+48。 date_show[2]=year_l/10+48。 date_show[1]=year_f%10+48。 date_show[0]=year_f/10+48。 } } if(adjust_flagamp。amp。timer==10) { if(!adjust_pos) time_show[7]=39。 39。 else if(adjust_pos==1) time_show[6]=39。 39。 else if(adjust_pos==2) time_show[4]=39。 39。 else if(adjust_pos==3) time_show[3]=39。 39。 else if(adjust_pos==4) time_show[1]=39。 39。 else if(adjust_pos==5) time_show[0]=39。 39。 else if(adjust_pos==6) date_show[9]=39。 39。 else if(adjust_pos==7) date_show[8]=39。 39。 else if(adjust_pos==8) date_show[6]=39。 39。 else if(adjust_pos==9) date_show[5]=39。 39。 else if(adjust_pos==10) date_show[3]=39。 39。 else if(adjust_pos==11) date_show[2]=39。 39。 else if(adjust_pos==12) date_show[1]=39。 39。 else if(adjust_pos==13) date_show[0]=39。 39。 update_flag=1。 } 基于 51 單片機(jī)控制的語音報時萬年歷 if(!minamp。amp。!secamp。amp。!adjust_flag) report_flag=1。 } unsigned char report() { PlaySoundTick(11)。 long_delay()。 if(!min) { if(hour=10) { PlaySoundTick(hour)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 PlaySoundTick(14)。 short_delay()。 } else if(hour10amp。amp。hour20) { PlaySoundTick(10)。 short_delay()。 PlaySoundTick(hour10)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 PlaySoundTick(14)。 short_delay()。 } else if(hour==20) { PlaySoundTick(2)。 short_delay()。 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 PlaySoundTick(14)。 short_delay()。 } else { 基于 51 單片機(jī)控制的語音報時萬年歷 PlaySoundTick(2)。 short_delay()。 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(hour20)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 PlaySoundTick(14)。 short_delay()。 } } else { if(hour=10) { PlaySoundTick(hour)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 } else if(hour10amp。amp。hour20) { PlaySoundTick(10)。 short_delay()。 PlaySoundTick(hour10)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 } else if(hour==20) { PlaySoundTick(2)。 short_delay()。 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 } else { PlaySoundTick(2)。 short_delay()。 基于 51 單片機(jī)控制的語音報時萬年歷 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(hour20)。 short_delay()。 PlaySoundTick(12)。 short_delay()。 } if(min=10) { PlaySoundTick(min)。 short_delay()。 PlaySoundTick(13)。 short_delay()。 } else if(min10amp。amp。min%10) { PlaySoundTick(min/10)。 short_delay()。 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(min10*(min/10))。 short_delay()。 PlaySoundTick(13)。 short_delay()。 } else { PlaySoundTick(min/10)。 short_delay()。 PlaySoundTick(10)。 short_delay()。 PlaySoundTick(13)。 short_delay()。 } } report_flag=0。 time_show[7]=sec%10+48。 time_show[6]=sec/10+48。 time_show[4]=min%10+48。 time_show[3]=min/10+48。 time_show[1]=hour%10+48。 time_show[0]=hour/10+48。 date_show[9]=day%10+48。 date_show[8]=day/10+48。 基于 51 單片機(jī)控制的語音報時萬年歷 date_show[6]=month%10+48。 date_show[5]=month/10+48。 date_show[3]=year_l%10+48。 date_show[2]=year_l/10+48。 date_show[1]=year_f%10+48。 date_show[0]=year_f/10+48。 return 0。 } ifndef _ISD1760_H define _ISD1760_H include define ISD1700_PU 0x01 define ISD1700_STOP 0X02 define ISD1700_REST 0x03 define ISD1700_CLR_INT 0x04 define ISD1700_RD_STAUS 0x05 define ISD1700_RD_PLAY_PTR 0x06 define ISD1700_PD 0x07 define ISD1700_RD_REC_PTR 0x08 define ISD1700_DEVID 0x09 define ISD1700_PLAY 0x40 define ISD1700_REC 0x41 define ISD1700_ERASE 0x42 define ISD1700_G_ERASE 0x43 define ISD1700_RD_APC 0x44 define ISD1700_WR_APC1 0x45 define ISD1700_WR_APC2 0x65 define ISD1700_WR_NVCFG 0x46 define ISD1700_LD_NVCFG 0x47 define ISD1700_FWD 0x48 define ISD1700_CHK_MEM 0x49 define ISD1700_EXTCLK 0x4A define ISD1700_SET_PLAY 0x80 define ISD1700_SET_REC 0x81 define ISD1700_SET_ERASE 0x82 define NULL
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1