代码搜索:交通信息
找到约 10,000 项符合「交通信息」的源代码
代码结果 10,000
www.eeworm.com/read/14961/427418
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/14961/427419
lst 模拟交通灯.lst
A51 MACRO ASSEMBLER 腳拟交蚠灯 05/03/2008 06:20:54 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN 模拟交通灯.OBJ
ASSEMBLER INVOKED
www.eeworm.com/read/14961/427420
plg 模拟交通灯.plg
礦ision2 Build Log
Project:
G:\基于Proteus的8051单片机仿真与应用\程序与仿真\第4章 51系列通用IO控制\4.7 模拟交通灯\汇编程序\模拟交通灯.uv2
Project File Date: 05/02/2008
Output:
www.eeworm.com/read/14961/427421
dsn 模拟交通灯.dsn
www.eeworm.com/read/14961/427423
asm 模拟交通灯.asm
ORG 0030H
MOV A,#0FFH
MOV P0,A
MAIN: MOV A,#3CH
MOV P0,A ;南北红,东西绿
LCALL DELAY
LCALL DELAY
LCALL DELAY
LCALL DELAY
www.eeworm.com/read/14961/427424
obj 模拟交通灯.obj
www.eeworm.com/read/14961/427427
hex 模拟交通灯.hex
:1000A300900000AF82AE83E4FCFD7BE27A86F9F830
:0900B300D31200BD4003A380EA52
:0100BC002221
:10000300E4F508F509D282C281C280C287C286D2D2
:1000130085E4F508F5091200A30509E50970020551
:1000230008C39405E5
www.eeworm.com/read/14961/427428
pwi 模拟交通灯.pwi
www.eeworm.com/read/14961/427431
c 模拟交通灯.c
/*****************************************************************************
模拟交通灯
其中时间的长短与个人的电脑配置有关
*******************************
www.eeworm.com/read/14961/427433
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 {