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

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

Reset

  • 1、 用FPGA實現PS/2鼠標接口。 2、 鼠標左鍵按下時十字形鼠標圖象的中間方塊改變顏色

    1、 用FPGA實現PS/2鼠標接口。 2、 鼠標左鍵按下時十字形鼠標圖象的中間方塊改變顏色,右按下時箭頭改變顏色。 3、 Reset按鍵:總復位。

    標簽: FPGA 鼠標 PS 接口

    上傳時間: 2015-09-06

    上傳用戶:love_stanford

  • 第一版YL2410開發板的BIOS 功能比較簡單

    第一版YL2410開發板的BIOS 功能比較簡單,上電之后,LCD顯示藍色、綠色、紅色三個豎條 同時串口顯示如下: Power on Reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download file(通過串口下載文件) 2 : Write Nand flash with download file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and run(從NandFlash裝載文件并運行) 4 : Erase Nand flash regions(擦除NandFlash區域) 5 : Write NOR flash with download file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設置Linux啟動相關參數) 7 : Set AutoBoot parameter,1:linux 2:wince(設置WINCE自啟動)

    標簽: 2410 BIOS YL 開發板

    上傳時間: 2015-09-15

    上傳用戶:Amygdala

  • 用verilog設計密勒解碼器 一、題目: 設計一個密勒解碼器電路 二、輸入信號: 1. DIN:輸入數據 2. CLK:頻率為2MHz的方波

    用verilog設計密勒解碼器 一、題目: 設計一個密勒解碼器電路 二、輸入信號: 1. DIN:輸入數據 2. CLK:頻率為2MHz的方波,占空比為50% 3. Reset:復位信號,低有效 三、輸入信號說明: 輸入數據為串行改進密勒碼,每個碼元持續時間為8μs,即16個CLK時鐘;數據流是由A、B、C三種信號組成; A:前8個時鐘保持“1”,接著5個時鐘變為“0”,最后3個時鐘為“1”。 B:在整個碼元持續時間內都沒有出現“0”,即連續16個時鐘保持“1”。 C:前5個時鐘保持“0”,后面11個時鐘保持“1”。 改進密勒碼編碼規則如下: 如果碼元為邏輯“1”,用A信號表示。 如果碼元為邏輯“0”,用B信號表示,但以下兩種特例除外:如果出現兩個以上連“0”,則從第二個“0”起用C信號表示;如果在“通信起始位”之后第一位就是“0”,則用C信號表示,以下類推; “通信起始位”,用C信號表示; “通信結束位”,用“0”及緊隨其后的B信號表示。 “無數據”,用連續的B信號表示。

    標簽: verilog 2MHz DIN CLK

    上傳時間: 2013-12-02

    上傳用戶:wang0123456789

  • 本程序運用哈夫曼編碼原理對數據進行二進制編碼壓縮。 進入界面要求輸入進行編碼的數據

    本程序運用哈夫曼編碼原理對數據進行二進制編碼壓縮。 進入界面要求輸入進行編碼的數據,注意輸入的數據彼此不能相同。 然后,敲回車將顯示數據排序信息及表示二進制形成的二叉樹。 敲回車顯示字符和對應二進制編碼。 鍵入?顯示幫助信息。 鍵入#進行編碼數據輸入與二進制數據輸入的切換。 鍵入tree顯示圖形二叉樹。 鍵入huff顯示編碼信息。 鍵入Reset刷新緩沖區,重新輸入要求編碼的數據。 鍵入exit退出程序。 在TC2.0上運行。 注意正確配置圖形驅動路徑。

    標簽: 編碼 程序 對數 二進制

    上傳時間: 2013-12-28

    上傳用戶:xaijhqx

  • When the P89LPC90x is in programming mode all pins that are not used for programming are tri-stated.

    When the P89LPC90x is in programming mode all pins that are not used for programming are tri-stated. During programming mode the Reset pin has a weak pull-up resistor.

    標簽: programming tri-stated are When

    上傳時間: 2015-11-03

    上傳用戶:集美慧

  • 12864中文字庫液晶演示程序 MS12864R 測試程序(串口) 連線表 CPU=89C52 SystemClock=12Mhz CS=P3.0 SCLK=P3.1 SID=P3

    12864中文字庫液晶演示程序 MS12864R 測試程序(串口) 連線表 CPU=89C52 SystemClock=12Mhz CS=P3.0 SCLK=P3.1 SID=P3.2 Reset=RC in Board

    標簽: 12864 SystemClock 12864R SCLK

    上傳時間: 2015-11-29

    上傳用戶:yt1993410

  • This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c

    This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after Reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.

    標簽: bootloader processors download permits

    上傳時間: 2015-11-30

    上傳用戶:shus521

  • this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 compu

    this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. Push buttons Reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.

    標簽: implementation include quartus source

    上傳時間: 2013-12-25

    上傳用戶:壞壞的華仔

  • LCD6963模塊的驅動,可以顯示漢字和圖形. 線路圖 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|--

    LCD6963模塊的驅動,可以顯示漢字和圖形. 線路圖 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|----------- /RD P3.1|----------- /WR P3.2|----------- C/D | -- /CE | | | --- P3.3|----------- /Reset

    標簽: T6963C 89C51 6963 LCD

    上傳時間: 2014-08-16

    上傳用戶:zhengzg

  • ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)

    ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run) • FIQ (entered when a high priority (fast) interrupt is raised) • IRQ (entered when a low priority (normal) interrupt is raised) • Supervisor (entered on Reset and when a Software Interrupt instruction is executed) • Abort (used to handle memory access violations) • Undef (used to handle undefined instructions) * ARM Architecture Version 4 adds a seventh mode: • System (privileged mode using the same registers as user mode)

    標簽: unprivileged operating ARMask modes

    上傳時間: 2013-12-24

    上傳用戶:bcjtao

主站蜘蛛池模板: 曲沃县| 长丰县| 广南县| 太康县| 浠水县| 仪陇县| 定南县| 米易县| 贞丰县| 金沙县| 莱州市| 黑龙江省| 尉氏县| 阿鲁科尔沁旗| 黎城县| 比如县| 修武县| 靖江市| 张掖市| 文成县| 西藏| 沛县| 海伦市| 西平县| 蒙阴县| 西乡县| 麻阳| 澄城县| 卓尼县| 隆德县| 广汉市| 井研县| 五峰| 兴仁县| 凌源市| 淅川县| 本溪| 武平县| 郁南县| 新晃| 泗阳县|