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

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

LED-I-V

  • 這是一個ARM2410A的I/O字符驅動程序

    這是一個ARM2410A的I/O字符驅動程序,有很好的框架,很有參考價值。以驅動LED,及按鍵為例。培訓班內部資料

    標簽: 2410A 2410 ARM 字符

    上傳時間: 2014-01-18

    上傳用戶:zhengzg

  • 實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22

    實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。

    標簽: 186 字符 13 64

    上傳時間: 2014-11-23

    上傳用戶:shanml

  • This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the I

    This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.

    標簽: Workbench for the Embedded

    上傳時間: 2013-12-20

    上傳用戶:Breathe0125

  • 自己設計的pic單片機開發板源程序和說明書(內有原理圖)支持pic16系列28腳和40腳器件。串口輸出信息。4個LED數碼管驅動;4個LED驅動;4個按鍵驅動;1個RS232接口;1個RS485接口;

    自己設計的pic單片機開發板源程序和說明書(內有原理圖)支持pic16系列28腳和40腳器件。串口輸出信息。4個LED數碼管驅動;4個LED驅動;4個按鍵驅動;1個RS232接口;1個RS485接口;板載IIC存儲器24C02驅動,;實時時鐘;1Wire溫度傳感器;4通道功率輸出驅動;2個繼電器驅動;1個蜂鳴器; 2個通道AD轉換(使用1個); 紅外收發(保留); 擴展I/O接口; 按鍵復位電路; 板載ICSP接口。通過ICD2可在線編程,調試;復用IO均采用撥動開關控制。

    標簽: pic LED RS 232

    上傳時間: 2016-08-26

    上傳用戶:wang0123456789

  • S08例程:本程序是I/O模塊的例程

    S08例程:本程序是I/O模塊的例程,所用資源為單片機通用IO接口,所接器件為LED燈, 其中D2與PTA0,D3與PTA1相連接!

    標簽: S08 程序 模塊

    上傳時間: 2013-12-27

    上傳用戶:zhoujunzhen

  • pic控制的led燈的循環點亮模式

    pic控制的led燈的循環點亮模式,八個LED,高電平點亮,可用于I/O口及其它信號狀態的觀測。

    標簽: pic led 控制 循環

    上傳時間: 2016-10-13

    上傳用戶:txfyddz

  • pic單片機c口的控制 單片機相應的I/O口設置為輸出口

    pic單片機c口的控制 單片機相應的I/O口設置為輸出口,輸出高電平時LED點亮,反之,LED不亮。利用軟件延時的辦法實現05S延時,實現LED流水燈的效果。

    標簽: pic 單片機 控制 輸出

    上傳時間: 2016-10-13

    上傳用戶:tianyi223

  • Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

    Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.

    標簽: SHIFTER name module Input

    上傳時間: 2013-12-13

    上傳用戶:himbly

  • Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

    Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.

    標簽: SHIFTER name module Input

    上傳時間: 2014-01-20

    上傳用戶:三人用菜

  • LED的顯示功能

    LED的顯示功能,以及步進電機的驅動程序,打開程序后見程序中的I/O的備注就可以,只作為參考

    標簽: LED

    上傳時間: 2013-11-29

    上傳用戶:ghostparker

主站蜘蛛池模板: 大英县| 莎车县| 鸡西市| 东源县| 遂川县| 肥西县| 南漳县| 改则县| 洪雅县| 旺苍县| 越西县| 云梦县| 西乡县| 荔浦县| 会东县| 宁都县| 改则县| 夏津县| 东乌珠穆沁旗| 肥乡县| 右玉县| 应城市| 平舆县| 三河市| 济宁市| 巨鹿县| 略阳县| 东乡族自治县| 佛教| 宁城县| 青海省| 仙居县| 府谷县| 武穴市| 陕西省| 伊金霍洛旗| 神池县| 天柱县| 乌兰察布市| 江津市| 汝阳县|