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

正文內(nèi)容

基于凌陽(yáng)61的語(yǔ)音識(shí)別警報(bào)器畢業(yè)論文-資料下載頁(yè)

2025-06-27 19:03本頁(yè)面
  

【正文】 清單include include include include include SPLC501\includeChinese_Table\define Erase_Key C_Bit15 ///*****************************************************************//【API 格式】:void Display_init(void)//【功能說(shuō)明】:顯示電子信息工程 符佳佳//【參 數(shù)】://【返 回 值】://【使用舉例】:Display_init(0,0)。//【備 注】: *****************************************************************/void Display_init(unsigned char x,unsigned char y){ LCD501_Init(0x00)。 LCD501_Bitmap(x,y,(unsigned int *)encoding_00)。 //顯示電 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_01)。 //顯示子 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_02)。 //顯示信 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_03)。 //顯示息 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_04)。 //顯示工 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_05)。 //顯示程 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_06)。 //顯示 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_07)。 //顯示符 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_08)。 //顯示佳 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_09)。 //顯示佳 }void Display_Names(unsigned char x,unsigned char y){ LCD501_Bitmap(x,y,(unsigned int *)encoding_14)。 //顯示給 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_15)。 //顯示我 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_16)。 //顯示取 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_17)。 //顯示個(gè) x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_18)。 //顯示名 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_19)。 //顯示字}void Display_FUJIAJIA(unsigned char x,unsigned char y){ LCD501_Bitmap(x,y,(unsigned int *)encoding_07)。 //顯示符 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_08)。 //顯示佳 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_09)。 //顯示佳}void Display_Do(unsigned char x,unsigned char y){ LCD501_Bitmap(x,y,(unsigned int *)encoding_21)。 //顯示你 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_22)。 //顯示在 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_23)。 //顯示干 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_26)。 //顯示什 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_27)。 //顯示么 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_29)。 //顯示? }void Display_ASK(unsigned char x,unsigned char y){ LCD501_Bitmap(x,y,(unsigned int *)encoding_10)。 //顯示畢 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_12)。 //顯示設(shè) x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_25)。 //顯示是 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_26)。 //顯示什 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_27)。 //顯示么 x=x+12。 LCD501_Bitmap(x,y,(unsigned int *)encoding_29)。 //顯示? }////unsigned char UART_RXBuffer[10]={0,}。extern unsigned char BufferSum。////extern unsigned int IsFirstDownLoad(void)。extern void FormatFlash(void)。 extern void TrainFiveCommand(void)。extern void SaveFiveCommand(unsigned int uiAddr)。extern void ImportFiveCommand(unsigned int uiAddr_Import)。extern void TrainFourCommand(void)。extern void SaveFourCommand(unsigned int uiAddr)。extern void ImportFourCommand(unsigned int uiAddr_Import)。extern unsigned int TrainWord(unsigned int WordID,unsigned int SndIndex)。extern void PlaySnd(unsigned int SndIndex)。extern void F_FlashWrite1Word(unsigned int,unsigned int)。extern void F_FlashErase(int)。////extern void Delay(unsigned int)。////int main(void){ unsigned char buf[1]={0x55}。//// unsigned int uiFlagFirst。 //是否為第一次下載 unsigned int uiRes。 //識(shí)別結(jié)果 unsigned int uiActivated。 //是否出于待命狀態(tài) unsigned int uiTimerCount。 //時(shí)間是否超時(shí) unsigned int uiKey。 //存儲(chǔ)鍵盤(pán)值,按下將重新訓(xùn)練//// *P_SystemClock = C_Fosc_49M | C_Fosc | C_StrongMode。 Display_init(0,0)。 *P_IOB_Dir amp。= ~Erase_Key。 *P_IOB_Attrib amp。= ~Erase_Key。 *P_IOB_Data |= Erase_Key。 __asm (irq on)。 //// uiActivated = 0。 uiFlagFirst = IsFirstDownLoad()。 //判斷是否為第一次下載程序 if(uiFlagFirst == 1) { uiFlagFirst = 0xaaaa。 F_FlashWrite1Word(0xfd00,0xaaaa)。 FormatFlash()。 //格式化需要存儲(chǔ)命令的存儲(chǔ)器 TrainFourCommand()。 //訓(xùn)練需要的四條命令 SaveFourCommand(0xf700)。 //存儲(chǔ)四條命令 PlaySnd(OK)。 //播放Ok,Let39。s go,表示命令存儲(chǔ)結(jié)束 } ImportFourCommand(0xf700)。 Loop: BSR_InitRecognizer(BSR_MIC)。 //初始化識(shí)別器 //// while(1) { *P_Watchdog_Clear=0x0001。 //開(kāi)始識(shí)別命令 uiRes = BSR_GetResult()。 //取得識(shí)別結(jié)果 if(uiRes 0) { uiTimerCount = 0。 switch(uiRes) { case NAME_ID: { Display_Names(0,10)。 PlaySnd(BIYE)。 } break。 case Command_One_ID: { Display_FUJIAJIA(0,10)。 PlaySnd(ZAI)。 } break。 case Command_Two_ID: { Display_Do(0,10)。 PlaySnd(DABIAN)。 } break。 case Command_Three_ID: { Display_ASK(0,10)。 PlaySnd(BAOJING)。 } *(unsigned int *)0x7012 = 1。 break。 default : PlaySnd(HOOO)。 break。 } Display_init(0,0)。 } uiKey = *P_IOB_Data。 uiKey = uiKeyamp。0x8000。 if(uiKey == 0x0000) { F_FlashErase(0xfd00)。 } //擦除標(biāo)志位 } }袁節(jié)膅薂羄肅蒃薁蚃芀荿薀螆肅芅蕿袈羋膁蚈羀肁蒀蚇蝕襖莆蚇螂肀莂蚆羅袂羋蚅蚄膈膄蚄螇羈蒂蚃衿膆莈螞羈罿芄螁蟻膄膀螁螃羇葿螀裊膃蒅蝿肈羆莁螈螇芁芇莄袀肄膃莄羂艿蒂莃螞肂莈蒂螄羋芄蒁袆肀膀蒀罿袃薈葿螈聿蒄葿袁羈莀蒈羃膇芆蕆蚃羀膂蒆螅膅蒁薅袇羈莇薄罿膄芃薃蠆羆
點(diǎn)擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1