freescale MCF5485EVB开发板上中断操作示例,利用一个timer产生中断,另外3个timer作为GPIO,使3g个LED每隔1秒钟轮换亮一次。
上传时间: 2016-11-14
上传用户:zaizaibang
8051F350的按键测试,可以帮助新手学习GPIO
上传时间: 2013-12-16
上传用户:330402686
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。
上传时间: 2013-12-31
上传用户:firstbyte
ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts. It is quite portable and runs on a variety of platforms. Check the about page for a more complete description. ELinks is an Open Source project covered by the GNU General Public License. It originates from the Links project written by Mikulas Patocka. If you want to see ELinks in action check out the screenshots.
标签: ELinks well-established feature-rich advanced
上传时间: 2014-01-22
上传用户:3到15
Josephu算法 建立一个01.in的文件,输入N行数据(m,n),m为总人数,第n个人出列 输出结果会保存在自动生成一个01.out的文件中
上传时间: 2016-11-25
上传用户:jiahao131
51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //关定时器 TR1=0 TH1=0xB1 TL1=0xE0 //归0 TH0=0x00 TL0=0x00 //归0 }
上传时间: 2016-11-26
上传用户:秦莞尔w
This book is designed to teach you the best practices in developing Windows DNA applications. We have avoided making this book a primer on every technology associated with Windows DNA. If we had followed this course, this would be an encyclopedia set. Everyone has their favorite authors and books on the various technical subject areas. The market is full of books to teach you the basics, the how, this book tries to be different in that we pull out the important points to teach you about the why. If you need training in a particular technology covered in this book, Sams has a number of 24-hour and 21-day books that cover a wide range of topics.
标签: applications developing practices designed
上传时间: 2016-11-27
上传用户:yyq123456789
Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.
上传时间: 2013-12-24
上传用户:zhouli
2410LinuxGpioDrive,LINUX操作系统下2410芯片的GPIO口驱动
标签: LinuxGpioDrive 2410
上传时间: 2013-12-26
上传用户:kytqcool
PXA27X裸机测试程序,包括FLASH、SDRAM、GPIO测试
上传时间: 2013-12-21
上传用户:ls530720646