Stellaris Luminary Micro ARM 系列之 DK-LM3S815 多個(gè)學(xué)習(xí)範(fàn)例全都是基于 Keil 工程版的範(fàn)例, 並包含 LM3S Library Source Code ,而範(fàn)例內(nèi)容列舉如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.HELLO 6.Interrupts 7.QS_DK_LM3S815 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等...
標(biāo)簽: Stellaris Luminary Library Source
上傳時(shí)間: 2013-12-26
上傳用戶(hù):haohaoxuexi
Stellaris Luminary Micro ARM 系列之 EV-LM3S811 多個(gè)學(xué)習(xí)范例全都是基于 Keil 工程版的范例, 并包含 LM3S Library Source Code ,而范例內(nèi)容列舉如下: 1.BitBand 2.PWMgen3.GPIO_JTAG 4.HELLO 5.Interrupts 6.QS_EV_LM3S811 7.Timers 8.UART_Out 9.WatchDog 等...
標(biāo)簽: Stellaris Luminary Library Source
上傳時(shí)間: 2016-01-01
上傳用戶(hù):yimoney
Stellaris Luminary Micro ARM 系列之 LM3S811 Evaluation Board 多個(gè)學(xué)習(xí)范例全都是基于 Keil 工程版的范例, 并包含 LM3S Library Source Code ,而范例內(nèi)容列舉如下: 1.BitBand 2.PWMgen3.GPIO_JTAG 4.HELLO 5.Interrupts 6.QS_EV_LM3S811 7.Timers 8.UART_Out 9.WatchDog 等
標(biāo)簽: Evaluation Stellaris Luminary Library
上傳時(shí)間: 2013-11-28
上傳用戶(hù):dengzb84
博創(chuàng)arm 3000開(kāi)發(fā)板實(shí)驗(yàn),HELLO。適合搞嵌入式的同學(xué)入門(mén)。
標(biāo)簽: 3000 arm 開(kāi)發(fā)板 實(shí)驗(yàn)
上傳時(shí)間: 2014-12-06
上傳用戶(hù):225588
一個(gè)簡(jiǎn)單的人工神經(jīng)網(wǎng)絡(luò)的代碼。其初始輸出是無(wú)意義的字符串,最終輸出是著名的"HELLO world!":)
標(biāo)簽: 人工神經(jīng)網(wǎng)絡(luò) 代碼 輸出 字符串
上傳時(shí)間: 2016-01-10
上傳用戶(hù):冇尾飛鉈
本小節(jié)通過(guò)一個(gè)簡(jiǎn)單的實(shí)例來(lái)講述ARX程序的創(chuàng)建過(guò)程,介紹編制Object ARX程序的一些基本步驟和原則,并初步了解ARX程序與AutoCAD進(jìn)行通訊的方式。如同學(xué)習(xí)其它計(jì)算機(jī)語(yǔ)言一樣,我們首先來(lái)創(chuàng)建一個(gè)最簡(jiǎn)單的ARX程序—“HELLO.ARX”,在A(yíng)utoCAD 2002中加載并運(yùn)行該程序,將會(huì)在命令行出現(xiàn)-“HELLO, ObjectARX!”。
上傳時(shí)間: 2016-02-19
上傳用戶(hù):AbuGe
這是TI DSP5402的一些C語(yǔ)言源代碼,完全可以在CCS里調(diào)試運(yùn)行,包括了menory,HELLO,bios,fution
標(biāo)簽: 5402 DSP C語(yǔ)言 源代碼
上傳時(shí)間: 2013-12-24
上傳用戶(hù):fanboynet
Intro/: Directory containing introductory examples. HELLOWorld.c A simple program that draws a box and writes "HELLO World" in HELLOWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標(biāo)簽: introductory HELLOWorld containing Directory
上傳時(shí)間: 2016-03-29
上傳用戶(hù):exxxds
P0端口接動(dòng)態(tài)數(shù)碼管的字形碼筆段,P2端口接動(dòng)態(tài)數(shù)碼管的數(shù)位選擇端,P1.7接一個(gè)開(kāi)關(guān),當(dāng)開(kāi)關(guān)接高電平時(shí),顯示“12345”字樣;當(dāng)開(kāi)關(guān)接低電平時(shí),顯示“HELLO”字樣。
標(biāo)簽: 端口 動(dòng)態(tài)數(shù)碼管
上傳時(shí)間: 2014-12-07
上傳用戶(hù):xiaohuanhuan
在第一章里,例子程序HELLOCE調(diào)用DrawText函數(shù)顯示了一行文本。代碼如下: DrawText (hdc, TEXT ("HELLO Windows CE!"), -1, &rect, DT_CENTER | DT_VCENTER | DT_SINGLELINE) DrawText 是一個(gè)相當(dāng)高級(jí)的函數(shù),允許由程序顯示文本,而由Windows處理大部分細(xì)節(jié)。DrawText的頭幾個(gè)參數(shù)幾乎是不言而喻,很直觀(guān)。當(dāng)前正在使用的設(shè) 備環(huán)境句柄被傳入,同時(shí)傳入的還有被TEXT宏包圍的用來(lái)顯示的文本,聲明成Unicode字符串是為了符合Windows CE的需要。
標(biāo)簽:
上傳時(shí)間: 2016-05-15
上傳用戶(hù):zhichenglu
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1