代码搜索:灯电路
找到约 10,000 项符合「灯电路」的源代码
代码结果 10,000
www.eeworm.com/read/294810/8204850
obj 交通灯.obj
www.eeworm.com/read/294810/8204851
lst 交通灯.lst
C51 COMPILER V8.02 交通灯 03/26/2008 23:21:08 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 交通灯
OBJECT MODULE PLACED IN 交通灯.OB
www.eeworm.com/read/294810/8204856
pwi 交通灯.pwi
www.eeworm.com/read/294810/8204858
opt 交通灯.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/294810/8204860
c 交通灯.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit hong1 =P0^0;
sbit huang1 =P0^1;
sbit lan1 =P0^2;
sbit hong2 =P0^3;
sbit huang2 =P0^4;
sbit lan2 =P0^5;
uint s;
www.eeworm.com/read/294810/8204873
plg 交通灯.plg
礦ision2 Build Log
Project:
E:\单片机程序设计\程序设计\交通灯\交通灯.uv2
Project File Date: 03/26/2008
Output:
www.eeworm.com/read/294810/8204875
dsn 交通灯.dsn
www.eeworm.com/read/294810/8204879
hex 交通灯.hex
:030000000202AC4D
:0C02AC00787FE4F6D8FD7581480202F36B
:1004370000000000000000000000000000000003B2
:100447000000000000000002000000010000007F23
:0604570000BF00DF00EF12
:10045D0001470001420001430001
www.eeworm.com/read/394793/8206324
doc 交通灯.doc
www.eeworm.com/read/394257/8240314
asm 交通灯.asm
;交通灯模拟实验程序
GEWEI EQU 21H ;个位数据
SHIWEI EQU 23H ;十位数据
SCANLED EQU 25H
SCANMODE EQU 26H
RED EQU 28H
GREEN EQU 29H
YELLOW EQU 32H
NUMTIM EQU