nec 78F0413的例子程序,里面有LCD,RTL和PORT的操作,学NEC的朋友可以使用
上传时间: 2017-05-30
上传用户:Altman
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4,每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下 上面提到的四个按键中间的一个按键后,该按键对应的led 被点亮,持续1 秒钟以后led 熄 灭。
上传时间: 2013-12-02
上传用户:stvnash
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4, 每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下 上面提到的四个按键中间的一个按键后,该按键对应的led 被点亮,持续1 秒钟以后led 熄 灭。
上传时间: 2014-11-08
上传用户:hustfanenze
This small utility helps to generate seven segment display codes for different I/O connections. For example, AVR/PIC Port A.0 -> D Segment Port A.1 -> B Segment .... Also it can generate Common Cathode or Common Anode table codes.. I Coded it long time ago. I Hope help someone. Thank you
标签: connections different generate display
上传时间: 2014-01-17
上传用户:开怀常笑
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
标签: user-space can drivers perform
上传时间: 2014-01-01
上传用户:saharawalker
This is is a bridge IP core to interface the Tensilica PIF bus protocol with the OpenCores WishBone. It currently supports single-cycle as well as burst transfer operations. The core has been tested in a master-PIF slave-WB configuration.
标签: Tensilica OpenCores interface the
上传时间: 2013-12-21
上传用户:gonuiln
Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"
标签: CF-compliant NetCDF-Jav structured Example
上传时间: 2017-06-30
上传用户:gmh1314
An big X moving from left to right displayed on the 8*8 matrix screen. It simply used the 89c51 and only P1 & P2 port
标签: displayed the moving matrix
上传时间: 2017-07-03
上传用户:1079836864
Host software written in Delphi-pascal for programming, reading and erasing of Atmel s AT90S23X family through PC s paralell port.
标签: Delphi-pascal programming software erasing
上传时间: 2017-07-10
上传用户:星仔
The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single value that is then expressed as text in the output of the JSP (when used in template text), or passed as a value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.
标签: non-procedural JavaServer Expression scripting
上传时间: 2017-07-13
上传用户:dbs012280