代码搜索:交通仿真

找到约 10,000 项符合「交通仿真」的源代码

代码结果 10,000
www.eeworm.com/read/13308/273017

c 交通灯实例.c

/*----------------------------------------------- 名称:红绿灯 论坛:www.doflye.net 编写:shifang 日期:2009.5 修改:无 内容:1、程序目的:使用定时器学习 倒计时 红绿灯原理 主要程序与倒计时相同 2、硬件要求:数码管、晶振12M
www.eeworm.com/read/13308/273019

plg 交通灯实例.plg

礦ision2 Build Log Project: D:\桌面\FLY-51S 程序\147-交通灯测试\交通灯实例.uv2 Project File Date: 06/07/2010 Output:
www.eeworm.com/read/13308/273022

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/427413

hex 模拟交通灯.hex

:1000300074FFF580743CF5801200681200681200AD :1000400068120068120068745CF580120068749988 :10005000F580120068120068120068120068120031 :1000600068749A12006880CC7F0A7EC87D7CDDFEB1 :05007000DEFADFF622B
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/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