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

正文內(nèi)容

基于單片機的gps定位系統(tǒng)設(shè)計畢業(yè)論文-資料下載頁

2025-06-27 19:24本頁面
  

【正文】 r Chip[J], IEEE JOURNAL OF SOLIDSTATE CIRCUITS. 1997,4 (4):587591. [13] [M],北京:科學(xué)出版社,1999.[14] 許進,[J],電子器件,1999,22 (3):2326.[15] 索明何,饒運濤,邢海霞,[J],科技廣場,2008,7 (2):2224.[16][M].重慶:重慶大學(xué)出版社,[17]GS1100 Seriers Operational 附錄 主程序//定義頭文件,函數(shù)和變量 includedefine uchar unsigned chardefine uint unsigned intsbit duan=P1^0。sbit wei=P1^1。sbit lcd_en=P2^4。sbit lcd_rs=P2^6。sbit lcd_rw=P2^5。sbit lcd_psb=P2^7。uchar a,b,c,d,i,flag。uchar table0[62]。void delay(uint z)。void write_(uchar )。void write_date(uchar date)。void init()。void main(){init()。write_(0x90)。for(a=0。a17。a++)//局部定義數(shù)組并寫入液晶(局部定義極大的節(jié)省RAM){uchar table[]=河南理工大學(xué)歡迎您!。write_date(table[a])。}delay(5000)。write_(0x01)。//清屏write_(0x90)。//局部定義數(shù)組并寫入液晶for(a=0。a16。a++){uchar table1[]=GPS 信號接收中。write_date(table1[a])。}write_(0x8b)。 for(a=0。a10。a++){uchar table2[]={請稍后…………}。write_date(table2[a])。}delay(6000)。ES=1。while(1){if(flag==1){if(table0[4]==39。G39。)//確定是否收到GPGGA這一幀數(shù)據(jù){d++。if((d=0)amp。amp。(d=15))//前15秒顯示經(jīng)緯度{//以下給液晶寫經(jīng)緯度內(nèi)容uchar table3[]=緯度:。uchar table4[]=經(jīng)度:。if(d==1)write_(0x01)。//顯示之前清屏write_(0x80)。for(a=0。a7。a++)write_date(table3[a])。write_(0x88)。for(a=0。a7。a++)write_date(table4[a])。write_(0x92)。for(a=0。a11。a++)write_date(table0[a+18])。write_(0x9a)。for(a=0。a12。a++)write_date(table0[a+30])。ES=1。flag=0。}if((d=16)amp。amp。(d=30))//后15秒顯示時間和高度{uchar temp1,temp2,shi_1,shi_2。uchar code sj[]=0123456789。 uchar table5[]=時間:。uchar table6[]=高度:。uchar GD[8]。a=0。for(b=0。b62。b++)//這里完成高度數(shù)據(jù)分離{if(table0[b]==39。,39。){a++。if(a==9){for(c=0。c8。c++){GD[c]=table0[b+c+1]。//將分離的高度內(nèi)容寫入高度數(shù)組}}}}if(d==30)d=0。if(d==16)write_(0x01)。//顯示之前清屏//以下給液晶寫高度內(nèi)容write_(0x80)。for(a=0。a6。a++)write_date(table5[a])。write_(0x88)。for(a=0。a6。a++)write_date(table6[a])。write_(0x98+2)。for(a=0。a9。a++){if(GD[a]==39。,39。){a=9。write_date(39。M39。)。//無數(shù)據(jù)提前退出寫入同時結(jié)尾補寫單位39。M39。} elsewrite_date(GD[a])。}switch(table0[7])//分離字符串{case 39。039。:temp1=0。break。case 39。139。:temp1=1。break。case 39。239。:temp1=2。break。}switch(table0[8])//分離字符串{case 39。039。:temp2=0。break。case 39。139。:temp2=1。break。case 39。239。:temp2=2。break。case 39。339。:temp2=3。break。case 39。439。:temp2=4。break。case 39。539。: temp2=5。break。case 39。639。:temp2=6。break。case 39。739。:temp2=7。break。case 39。839。:temp2=8。break。case 39。939。:temp2=9。break。}c=temp1*10+temp2。//時差轉(zhuǎn)換(即轉(zhuǎn)換為北京時間)if(c=16,c=23){shi_1=0。shi_2=c16。}if(c=2,c=15){c+=8。shi_1=c/10。shi_2=c%10。}if(c=0,c=1){shi_1=0。shi_2=c+8。}//以下給液晶寫時間內(nèi)容write_(0x90)。write_date(sj[shi_1])。write_(0x90+1)。 write_date(sj[shi_2])。write_(0x90+2)。write_date(39。:39。)。write_(0x90+3)。write_date(table0[9])。write_(0x90+4)。write_date(table0[10])。write_(0x90+5)。write_date(39。:39。)。write_(0x90+6)。write_date(table0[11])。write_(0x90+7)。write_date(table0[12])。ES=1。flag=0。}}elseES=1。flag=0。}}}void write_(uchar )//寫指令函數(shù){lcd_rs=0。lcd_rw=0。lcd_en=0。P0=。delay(5)。lcd_en=1。delay(5)。lcd_en=0。}void write_date(uchar date){ lcd_rs=1。lcd_rw=0。lcd_en=0。P0=date。delay(5)。lcd_en=1。delay(5)。lcd_en=0。}void init()//初始化液晶、接收中斷方式{duan=0。wei=0。i=0。lcd_psb=1。write_(0x30)。delay(5)。write_(0x0c)。delay(5)。write_(0x01)。delay(5)。TMOD=0x20。TH1=0xfa。TL1=0xfa。SM0=0。SM1=1。REN=1。EA=1。TR1=1。}void delay(uint z)//延時函數(shù){uint x,y。for(x=z。x0。x)for(y=110。y0。y)。}void ser()interrupt 4{RI=0。table0[i++]=SBUF。if(table0[0]==39。$39。)//如果是此字符;馬上接收數(shù)據(jù){if(i==62){i=0。flag=1。ES=0。}}elsei=0。} 致謝本課題是在錢偉老師的悉心指導(dǎo)下完成的,論文從選題到寫作及最后成稿,錢偉老師都給予了我精心的指導(dǎo)和極大的幫助。錢偉老師淵博的科學(xué)知識、遠見卓識的科學(xué)創(chuàng)新和嚴(yán)謹?shù)闹螌W(xué)態(tài)度給了我深遠的影響,同時錢偉老師隨和的性格更讓我感到親切。在設(shè)計階段,錢偉老師在資料搜集、程序調(diào)試、論文寫作等方面都給予我嚴(yán)格的要求和關(guān)鍵性的指導(dǎo),在此衷心感謝幾個月來錢偉老師對我的關(guān)心和指導(dǎo)。感謝電氣學(xué)院所有老師在畢業(yè)設(shè)計期間為我們提供良好的實驗環(huán)境。此外,我還要對在這次設(shè)計中,幫助和支持我的同學(xué),表示感謝!
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1