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

正文內(nèi)容

基于gsm網(wǎng)絡(luò)sms功能的汽車防盜軟件系統(tǒng)的設(shè)計-資料下載頁

2025-06-27 18:27本頁面
  

【正文】 學(xué)出版,2000[6]:化學(xué)工業(yè)出版社,[7]:人民郵電出版社,2004[8]:清華大學(xué)出版社,2005[9]:機械工業(yè)出版社,2005[10] C++/Turbo C :電子工業(yè)出版社,2005[11]:電子工業(yè)出版社,2002[12]手機和單片機控制系統(tǒng)的理論與應(yīng)用研究[D].廣東工業(yè)大學(xué),2002[13]童名文.一種新型報警器的研制[D].武漢理工大學(xué),2003[14]趙沖,代茗樞,柴鈺.基于GSM的防盜報警系統(tǒng)[J].西安科技大學(xué)學(xué)報(增刊),2006[15]基于GSM短信的信息管理系統(tǒng)開發(fā)[D].哈爾濱工程大學(xué),2006[16]周學(xué)冰.短信息(SMS)與WAP的開發(fā)及應(yīng)用[M].電子工業(yè)出版社.2005[17]陳雷,丁曉明,李強.GSM短消息系統(tǒng)在遠程數(shù)據(jù)采集中的應(yīng)用[J].中國數(shù)據(jù)通信,2003[18]Cellular Engine Q2403A Audio Interface Vision ,2002[19]Q2403A硬件說明書[M].法國WAVECOM公司,2002[20]WAVECOM AT Commands Interface Guide,法國WAVECOM公司.2002[21]北京天誠航宇GSM(GPRS)無線上網(wǎng)modem用戶使用指南[M].[22]李廣弟,朱月秀,王秀山.單片機基礎(chǔ)[M].北京航空航天大學(xué)出版社,2001[23]常青等。車輛導(dǎo)航定位方法及應(yīng)用。北京:機械工業(yè)出版社,2005[24]徐愛鈞等Keil 北京:電子工業(yè)出版社,2005[25]龔建偉等。Visual C++/Turbo C串口通訊編程實踐,北京電子工業(yè)出版社,2005[26]惠鋼橋。具有遠程報警和自保護功能的汽車防盜系統(tǒng)。中華人民共和國知識產(chǎn)權(quán)局專利,2003[27]Juergen Kasedod著,車滋蘭,周毓平等譯.汽車電氣系統(tǒng)北京;電于工業(yè)出暇社.2000.34 5~347[28]QualmInc.Mobile stationbase station patibility standard for dualmode widebandspread sprctrue cellular system.March 1993[29]CTIA CDMA technology investigation submitted—aIl overview of code division multiple access(CDMA)applied to the design of personal munications networks.Jan 1991[30]ETSI,GSM04.1 l,Point—to—Point Short Message Service support on Mobile radio interface version 6.0.1.Release 1997[31]ETSI,GSM04.12,Short Message Service Cell Broadcast(SMSCB)support on the mobileradio interface version 6.0.0,Release l 997[32]Bijan Jabbar.Intelligent network conepts in mobile munications.IEEE Communications Magazine.1992(2):64—69[33]J.Z.Wang.A Fully Distributed Location Registration Strategy for Universal Personal Communication Systems.IEEE Jour,on SAC.V01.1 l,No,6,1993[34]Raymond Mcleod,Jr.{Management Information System))Science Research Associates.Ine,1983:102一103[35]jJohn Walker.Mobile Information System.Lomdon:Artech House lnc.1990附錄PC機用串口控制單片機上的開關(guān)量信號實際運行的單片機程序: include void main(void){ unsigned char a。 TMOD=0x20。 TL1=0xfd。 TH1=0xfd。 SCON=0xd8。 PCON=0x00。 TR=1。 while(1) { while (RI==0)。 RI=0。 a=SBUF。 switch(a) { case 0x30: P1=0xff。 //當往串口輸入0時,P1口燈全滅 break。 case 0x31: P1=0xfe。 //當往串口輸入1時, break。 case 0x32: p1=0xfd。 //當往串口輸入2時, break。 case 0x33: P1=0xfb。 //當往串口輸入3時, break。 case 0x34: P1=0xf7。 //當往串口輸入4時, break。 case 0x35: P1=0xef。 //當往串口輸入5時, break。 case 0x36: P1=0xdf。 //當往串口輸入6時, break。 case 0x37: P1=0xbf。 //當往串口輸入7時, break。 case 0x38: P1=0x7f。 //當往串口輸入8時, break。 default: break。 } SBUF=a。 while(TI==0)。 TI=0。 }}TC35i短信控制程序include include define buf_max 72//緩存長度72sbit jdq1=P2^0。//繼電器1sbit jdq2=P2^1。//繼電器2 unsigned char i=0。 unsigned char *send_data。//要發(fā)送的數(shù)據(jù)unsigned char rec_buf[buf_max]。//接收緩存 void delay(unsigned int delay_time)。//延時函數(shù) bit hand(unsigned char *a)。//判斷緩存中是否含有指定的字符串void clr_buf(void)。//清除緩存內(nèi)容 void clr_ms(void)。//清除信息void send_ascii(unsigned char *b)。//發(fā)送ascii數(shù)據(jù) void send_hex(unsigned char b)。//發(fā)送hex數(shù)據(jù) unsigned int htd(unsigned int a)。//十六進制轉(zhuǎn)十進制void Serial_init(void)。//串口中斷處理函數(shù)void main(void){ unsigned char k。 TMOD=0x20。 //定時器1方式2 TL1=0xfa。 TH1=0xfa。 //,波特率為4800 SCON=0x50。 //方式1 TR1=1。 //啟動定時 ES=1。 EA=1。 for(k=0。k20。k++) delay(65535)。while(!hand(OK)){ jdq1=0。//用于指示單片機和模塊正在連接 send_ascii(AT)。//發(fā)送聯(lián)機指令 send_hex(0x0d)。 for(k=0。k10。k++) delay(65535)。 } clr_buf()。 send_ascii(AT+CPMS=\MT\,\MT\,\MT\)。//所有操作都在MT(模塊終端)中進行send_hex(0x0d)。 while(!hand(OK))。clr_buf()。send_ascii(AT+CNMI=2,1)。//新短信提示 send_hex(0x0d)。 while(!hand(OK))。clr_buf()。send_ascii(AT+CMGF=1)。//文本方式 send_hex(0x0d)。 while(!hand(OK))。 clr_buf()。 clr_ms()。//刪除短信jdq1=1。//單片機和模塊連接成功while(1){ unsigned char a,b,c,j=0。 if(strstr(rec_buf,+CMTI)!=NULL)//若字符串中含有+CMTI就表示有新的短信{ j++。 a=*(strstr(rec_buf,+CMTI)+12)。b=*(strstr(rec_buf,+CMTI)+13)。 c=*(strstr(rec_buf,+CMTI)+14)。 if((b==0x0d)||(c==0x0d)){ clr_buf()。 send_ascii(AT+CMGR=)。//發(fā)送讀指令 send_hex(a)。if(c==0x0d) send_hex(b)。 send_hex(0x0d)。 while(!hand(OK))。 if(strstr(rec_buf,open1)!=NULL)//繼電器1打開 jdq1=0。 else if(strstr(rec_buf,close1)!=NULL)//繼電器1關(guān)閉 jdq1=1。 else if(strstr(rec_buf,open2)!=NULL)//繼電器2打開 jdq2=0。 else if(strstr(rec_buf,close2)!=NULL)//繼電器2關(guān)閉 jdq2=1。 clr_buf()。 clr_ms()。//刪除短信 }}}}/**************************發(fā)送字符(ASCII碼)函數(shù)*********************//*函數(shù)原型:void send_ascii(unsigned char *b)/*函數(shù)功能:發(fā)送字符(ASCII碼)/*輸入?yún)?shù):unsigned char *b/*輸出參數(shù):無/*調(diào)用模塊:無/******************************************************************/ void send_ascii(unsigned char *b) { ES=0。 for (b。 *b!=39。\039。b++) { SBUF=*b。 while(TI!=1)。TI=0。} ES=1。}/**************************發(fā)送字符(十六進制)函數(shù)*********************//*函數(shù)原型:void send_ascii(unsigned char b)/*函數(shù)功能:發(fā)送字符(十六進制)/*輸入?yún)?shù):unsigned char b/*輸出參數(shù):無/*調(diào)用模塊:無/******************************************************************/ void send_hex(unsigned char b) { ES=0。 SBUF=b。 while(TI!=1)。 TI=0。 ES=1。}/**************************清除緩存數(shù)據(jù)函數(shù)****************************//*函數(shù)原型:void clr_buf(void)/*函數(shù)功能:清除緩存數(shù)據(jù)/*輸入?yún)?shù):無/*輸出參數(shù):無/*調(diào)用模塊:無/**********************************************************************/void clr_buf(void){ for(i=0。i rec_buf[i]=0。 i=0。}
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1