代码搜索:交通灯程序

找到约 10,000 项符合「交通灯程序」的源代码

代码结果 10,000
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
www.eeworm.com/read/394257/8240316

hex 交通灯.hex

www.eeworm.com/read/394257/8240317

bin 交通灯.bin

www.eeworm.com/read/410943/11263616

asm 交通灯.asm

;交通灯模拟实验程序 GEWEI EQU 21H ;个位数据 SHIWEI EQU 23H ;十位数据 SCANLED EQU 25H SCANMODE EQU 26H RED EQU 28H ;定义灯的缓冲区 GREEN EQU 29H YELLOW EQU 32H