編寫一個(gè)模擬GPS的應(yīng)用程序,首先向串口寫入如下信息 $GPRMC,082020,A4060.9870,S21720.3278,W,000.0.000.0,070707,005.6,W*62再從串口中讀出此信息,并對此信息進(jìn)行解析,輸出經(jīng)度,緯度,北京時(shí)間
標(biāo)簽: GPS 編寫 模擬 應(yīng)用程序
上傳時(shí)間: 2017-04-30
上傳用戶:wmwai1314
//實(shí)驗(yàn)板的AVR程序,驅(qū)動(dòng)1602LCM(可顯示2行,每行16個(gè)字符)模塊顯示實(shí)驗(yàn)練習(xí)。 //說明:RS高顯示/低指令輸入 RW高讀/低寫 EN高讀數(shù)據(jù)/下降沿寫數(shù)據(jù) //具體電路可參照使用指南里的說明。每個(gè)字符為5×7或5×8的點(diǎn)陣,共16×2個(gè)字符。 //使用器件:ATMEGA8535,可更換。 使用默認(rèn)的片內(nèi)RC振蕩器,1MHz。 //接線定義:PD4,5,6 為RS,R/W,EA。數(shù)據(jù)位為PC口。 //使用的開關(guān):SW2-1,2,3.SW1-1,2,3,4,5,6,7,8.SW2-5為背光開關(guān)。 SW3-8為系統(tǒng)復(fù)位端。
標(biāo)簽: AVR 實(shí)驗(yàn)板 程序
上傳時(shí)間: 2014-12-01
上傳用戶:cmc_68289287
formations dla robo zczytujace formacje z pliku tekstowego o tej samej nazwie co zrodlowy. Formacje zapisane sa w formie wspolrzednych poszczegolnych zawodnikow
標(biāo)簽: formations zczytujace tekstowego Formacje
上傳時(shí)間: 2017-05-06
上傳用戶:zl5712176
java program Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
標(biāo)簽: your Webmaster activate checking
上傳時(shí)間: 2014-01-12
上傳用戶:牧羊人8920
實(shí)現(xiàn)RLS的matlab程序,并繪出了w隨n變換的曲線
上傳時(shí)間: 2017-05-24
上傳用戶:tfyt
WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - WALSH FUNCTION GENERATING - WALSH FUNCTIONS USED WITHIN THE IS-95 SYSTEM - WALSH FUNCTIONS USED WITHIN THE CDMA2000 SYSTEM
標(biāo)簽: WALSH INTRODUCTION DERIVATIVES DEFINITION
上傳時(shí)間: 2017-06-05
上傳用戶:天誠24
演算法是指利用電腦解決問題所需要的具體方法和步驟。本書介紹電腦科學(xué)中重要的演算法及其分析與設(shè)計(jì)技術(shù),熟知這些演算法,才能有效的使役電腦為我們服務(wù)。
上傳時(shí)間: 2017-06-09
上傳用戶:爺?shù)臍赓|(zhì)
This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped with USB 2.0 CY3681FX2 AD9245
標(biāo)簽: high-speed attempts computer equipped
上傳時(shí)間: 2017-06-11
上傳用戶:曹云鵬
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設(shè)置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)
標(biāo)簽: EXIT_FAILURE initcurs initscr perror
上傳時(shí)間: 2013-12-20
上傳用戶:FreeSky
width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }
標(biāo)簽: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height
上傳時(shí)間: 2013-12-26
上傳用戶:thinode
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1