用硬件為:可編程并行I/O接口8255A實現汽車信號燈控制情況公11種狀態(只含有代碼)
上傳時間: 2013-12-18
上傳用戶:zhaiyanzhong
利用386保護模式將DOS實模式下的PC總線I/O操作(in/out)實時捕捉到內存并可以顯示在屏幕上。可用于ISA/VESA/PCI插卡及相關軟件的輸入/輸出調試、I/O性能/行為分析和反匯編。Version 3增加了連續相同I/O操作的壓縮記錄功能,大大提高了內存利用率。同時提供了一些編譯、測試腳本和BC3.1工程文件供大家在BC3.1下進一步開發。
上傳時間: 2014-07-27
上傳用戶:一諾88
OPEN-JTAG ARM JTAG 測試原理 1 前言 本篇報告主要介紹ARM JTAG測試的基本原理。基本的內容包括了TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的介紹,在此基礎上,結合ARM7TDMI詳細介紹了的JTAG測試原理。 2 IEEE Standard 1149.1 - Test Access Port and Boundary-Scan Architecture 從IEEE的JTAG測試標準開始,JTAG是JOINT TEST ACTION GROUP的簡稱。IEEE 1149.1標準最初是由JTAG這個組織提出,最終由IEEE批準並且標準化,所以,IEEE 1149.1這個標準一般也俗稱JTAG測試標準。 接下來介紹TAP (TEST ACCESS PORT) 和BOUNDARY-SCAN ARCHITECTURE的基本架構。
標簽: JTAG BOUNDARY-SCAN OPEN-JTAG ARM
上傳時間: 2016-08-16
上傳用戶:sssl
本程序為2005帶單片機課程設計時所寫,并有相關的硬件電路板 //本程序在硬件上測試通過 //晶振為11.0592MHZ //程序中用單片機的P1口的I/O引腳做按鍵 //用四位一體的共陰數碼管顯示
上傳時間: 2016-08-18
上傳用戶:tuilp1a
P1口驅動8路LED程序,當然也可以用其他I/O口,只要程序作一點點的改動就行了.
上傳時間: 2016-08-19
上傳用戶:manking0408
設X[0:n-1]和Y[0:n-1] 為2 個數組,每個數組中含有n 個已排好序的數。試設計一個O(log n) 時間的算法,找出X 和Y 的2n 個數的中位數。
上傳時間: 2016-08-20
上傳用戶:zhoujunzhen
用于讀寫多個I/O設備的端口,通過端口寄存器的讀寫,實現對設備的種種操作
上傳時間: 2016-08-20
上傳用戶:kelimu
天煌公司的thus-1型嵌入式實驗開發系統I/O接口實驗
上傳時間: 2016-08-23
上傳用戶:wlcaption
1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of file "dataIn.txt"
標簽: cjacobi compile mpirun result
上傳時間: 2016-08-24
上傳用戶:xiaoxiang
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
標簽: functionality provide written employ
上傳時間: 2016-08-24
上傳用戶:小眼睛LSL