亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

1-led-run

  • 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v

    1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory.

    標簽: the Download Version version

    上傳時間: 2014-01-25

    上傳用戶:nanshan

  • Introduction to I/O Kit Device Driver Design Guidelines Chapter 1 The libkern C++ Runtime Chapter

    Introduction to I/O Kit Device Driver Design Guidelines Chapter 1 The libkern C++ Runtime Chapter 2 libkern Collection and Container Classes Chapter 3 The IOService API Chapter 4 Making Hardware Accessible to Applications Chapter 5 Kernel-User Notification Chapter 6 Displaying Localized Information About Drivers Chapter 7 Debugging Drivers Chapter 8 Testing and Deploying Drivers Chapter 9 Developing a Device Driver to Run on an Intel-Based Macintosh

    標簽: Chapter Introduction Guidelines Runtime

    上傳時間: 2017-07-04

    上傳用戶:冇尾飛鉈

  • 廣嵌GEC2410開發(fā)板實驗程序及PDF文檔 GEC2410實戰(zhàn)手冊目錄 一、基本接口實驗 1.1 ARM匯編指令編程實驗 1.2 Thumb和ARM指令混合編程實驗 1.3 C和AR

    廣嵌GEC2410開發(fā)板實驗程序及PDF文檔 GEC2410實戰(zhàn)手冊目錄 一、基本接口實驗 1.1 ARM匯編指令編程實驗 1.2 Thumb和ARM指令混合編程實驗 1.3 C和ARM匯編混合編程實驗 1.4 C編程實現(xiàn)LED控制實驗 1.5 ARM啟動及工作模式切換實驗 1.6 外部中斷應用實驗 1.7 看門狗定時器應用實驗 1.8 PWM控制蜂鳴器實驗 1.9 實時時鐘及鬧鐘設計實驗 1.10 Nor flash 應用實驗 1.11 Nand flash 應用實驗 二、人機接口實驗 2.1 矩陣鍵盤掃描實驗 2.2 ADC模數(shù)轉換實驗 2.3 TFT液晶屏顯示實驗 2.4 觸摸屏控制實驗 2.5 漢字字符顯示實驗 2.6 SD卡應用實驗 三、通信接口實驗 3.1 串口通信應用實驗 3.2 紅外模塊控制實驗 3.3 IIC 總線應用實驗 3.4 TFTP以太網通訊實驗 3.5 USB device 實驗 3.6 IIS音頻接口實驗. 四、實時操作系統(tǒng)實驗 4.1 U-boot在GEC2410上的移植 4.2 嵌入式linux內核移植實現(xiàn) 4.3 uC/OS-II在GEC2410上的移植 4.4 uC/OS-II應用程序設計 4.5 WinCE的BSP設計及hello world實現(xiàn) 4.6 Nucleus PLUS 在GEC2410上的移植 4.7 Nucleus PLUS應用程序設計 共30個實驗

    標簽: 2410 GEC ARM Thumb

    上傳時間: 2014-01-27

    上傳用戶:懶龍1988

  • 1數(shù)據(jù)傳送與多字節(jié)十進制加法實驗 1. 數(shù)據(jù)傳送實驗 把數(shù)據(jù)0A0H放到地址為40H內存單元

    1數(shù)據(jù)傳送與多字節(jié)十進制加法實驗 1. 數(shù)據(jù)傳送實驗 把數(shù)據(jù)0A0H放到地址為40H內存單元,并將數(shù)值和地址分別遞增1,要求一共做十次這樣的操作。 將內存空間40H-49H的數(shù)值分別傳遞給50H-59H的內存空間中 2. 多字節(jié)十進制加法實驗 將存放在單片機內部RAM中以40H為首的3個地址單元中的一十進制數(shù)與存放在50H為首的3個地址單元中的一十進制數(shù)相加,將相加結果存放在以60H為首的地址RAM地址單元中。 2要求在8個LED數(shù)碼管顯示8個指定的數(shù)(例如學號)。 編程提示:數(shù)碼管模塊具有兩個地址:片選地址和數(shù)據(jù)(段碼)地址,要在某個數(shù)碼管上顯示1個數(shù),需要先向片選地址上送一個數(shù)選中其中一個數(shù)碼管,在向數(shù)據(jù)地址送要顯示的數(shù)據(jù)的段碼值。要8位同時顯示,需要采用動態(tài)刷新的方式將8位數(shù)碼管輪流顯示。 共陽極數(shù)碼管段碼:C0H,F9H,A4H,B0H,99H,92H,82H,F8H,80H,90H對應0~9

    標簽: 0A0H 40H 數(shù)據(jù)傳送 實驗

    上傳時間: 2014-01-20

    上傳用戶:lanjisu111

  • 目的 (1) 通過并行接口8255實現(xiàn)十字路口交通燈的模擬控制,進一步掌握對并行口的使用。 (2) L7、L6、L5 作為南北路口的交通燈

    目的 (1) 通過并行接口8255實現(xiàn)十字路口交通燈的模擬控制,進一步掌握對并行口的使用。 (2) L7、L6、L5 作為南北路口的交通燈,L2、L1、L0 作為東西路口的交通燈。編程使六個燈按交通燈變化規(guī)律亮滅。要求進行周期性重復控制; 2、基本設計要求: (1) 南北路口的綠燈、東西路口的紅燈同時亮20 秒。 (2) 南北路口的黃燈閃爍3 秒,同時東西路口的紅燈閃3 秒。 (3) 南北路口的紅燈、東西路口的綠燈同時亮90 秒。 (4) 南北路口的紅燈、同時東西路口的黃燈亮閃爍3 秒。 (5) 在8 段LED 上同步顯示倒計時 2)設計提示 (1) 要求精確計時,采用實驗裝置8253 定時器中斷或主機8253 定時器; (2) 利用軟件定時器。

    標簽: 8255 交通燈 并行接口 十字路口

    上傳時間: 2017-07-30

    上傳用戶:xuan‘nian

  • 1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc

    1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路徑改為你宿主機上的。 2、#make,來編譯驅動模塊。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取決于你宿主機上的交叉編譯工具路徑 #arm-linux-gcc -o gpio_test gpio_test.c //編譯應用程序 最終在你的當前文件夾下會生成gpiodrv.o與gpio_test兩個文件。 4、#mkdir /tmp/1 5、通過ftp的方法,把gpio_test與gpiodrv.o文件下載到你的開發(fā)板上的/tmp/1目錄中。 6、#mknod /dev/gpio c 220 0 //創(chuàng)建文件節(jié)點 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四個LED燈在閃爍了。:)

    標簽: local arm-linux usr makefile

    上傳時間: 2017-08-03

    上傳用戶:zhouchang199

  • 該程序為PIC單片機定時器1的驗證程序

    該程序為PIC單片機定時器1的驗證程序,實現(xiàn)LED每隔一定時間的開始閃爍

    標簽: PIC 程序 單片機定時器

    上傳時間: 2014-01-02

    上傳用戶:ukuk

  • Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Window

    Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1.

    標簽: industrial-strength applications Trolltech natively

    上傳時間: 2017-08-11

    上傳用戶:邶刖

  • 1、 在NMBER INPUT的基礎上設計數(shù)字密碼鎖 2、 運行初始密碼為學號后8位

    1、 在NMBER INPUT的基礎上設計數(shù)字密碼鎖 2、 運行初始密碼為學號后8位,密碼不正確執(zhí)行4、5功能 3、 連續(xù)3次密碼錯誤,鎖定鍵盤,發(fā)出報警指示 4、 輸出開鎖信號(使用功率開關),LED指示 設置修改密碼功能,數(shù)據(jù)存入24C01EEROM

    標簽: NMBER INPUT 8位 數(shù)字密碼鎖

    上傳時間: 2014-01-15

    上傳用戶:sxdtlqqjl

  • NetGUI v0.4.1 INSTALL Instructions Pedro de la

    NetGUI v0.4.1 INSTALL Instructions Pedro de las Heras Quiros pheras@gmail.com 1. Install netkit (www.netkit.org) 2. Compile src/*java 3. mv src/*class bin 4. Edit and adapt bin/netgui.sh 5. Run bin/netgui.sh

    標簽: Instructions INSTALL NetGUI Pedro

    上傳時間: 2013-12-20

    上傳用戶:蟲蟲蟲蟲蟲蟲

主站蜘蛛池模板: 朝阳区| 思茅市| 大埔区| 牙克石市| 凌源市| 宕昌县| 鄂尔多斯市| 东光县| 安新县| 舞钢市| 古浪县| 崇礼县| 抚州市| 房山区| 汤原县| 郴州市| 龙山县| 静宁县| 建瓯市| 陈巴尔虎旗| 乌兰县| 新闻| 灯塔市| 永寿县| 奉化市| 靖远县| 通化市| 饶阳县| 常德市| 彭山县| 寻甸| 塔城市| 广安市| 岳阳市| 迁安市| 新源县| 乌兰察布市| 兴仁县| 阿图什市| 廉江市| 贵州省|