代码搜索:KEIL C
找到约 10,000 项符合「KEIL C」的源代码
代码结果 10,000
www.eeworm.com/read/16099/660084
keil c51-
www.eeworm.com/read/16099/660085
keil c51-
www.eeworm.com/read/16099/660086
keil c51-
"TRAFFIC.obj",
"SERIAL.obj",
"GETLINE.obj",
"Conf_tny.obj"
TO "traffic" Rtx51Tiny
RAMSIZE(256)
www.eeworm.com/read/16099/660087
keil c51-
/******************************************************************************/
/* */
/* TRAFFIC.C: Traffic Light Contr
www.eeworm.com/read/16099/660088
keil c51-
/******************************************************************************/
/* */
/* SERIAL.C: Interrupt Contro
www.eeworm.com/read/16099/660089
keil c51-
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/16099/660090
keil c51-
PORT1 &= ~0x20; /* set P1.5 to zero: Key Input */
/* define a debug function for the pedestrian push button */
signal void push_key (void) {
PORT1 |= 0x20; /* set P3.0
www.eeworm.com/read/16099/660091
keil c51-
Traffic is a program that controls a traffic light.
The traffic light is timed and lets cars pass during a
specific time period. There is a pedestrial crossing
button that lets pedestrians cross
www.eeworm.com/read/16099/660092
keil c51-
www.eeworm.com/read/16099/660093
keil c51-
/*** Open the watch window to see the counter values ***/
/*** Enable View - Periodic Window Update ***/
/*** Click Debug - Go. The counters update in real-time ***/