CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 交通灯模拟程序

搜索资源列表

  1. 红绿灯

    0下载:
  2. 模拟交通灯,并带有数字显示的程序。初始时全为红灯,显示“HELLO”字样。然后交通灯以“红绿、红黄、绿红、黄红”四种状态做循环,而且黄灯会闪烁,每种状态都带有到数记时。当按下P3_2时,变成“红红”状态,并显示“STOP”字样! -simulated traffic lights and figures with the procedure. When all of the initial red, shows that the "hello" words. Then t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:25843
    • 提供者:SKY
  1. trafficlight

    0下载:
  2. VHDL编写的交通灯程序,有倒计时功能,数字电路课程设计,内附状态图和dofile波形模拟!-VHDL prepared by the traffic lights procedures, the countdown function, digital circuit design courses, enclosing a state map and dofile waveform simulation!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4302
    • 提供者:张傻
  1. Traffic-Lights

    0下载:
  2. 本程序是交通灯模拟实验程序。这个是在学习单片机的时候用汇编语言编程的基础。-This procedure is the traffic light simulation program. This is the time to learn microcontroller assembly language programming.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1152
    • 提供者:李清文
  1. jiaotongdeng

    0下载:
  2. 基于keil 和 proteus的交通灯仿真程序,可模拟十字路口的状态。-Based on the traffic lights keil and proteus simulation program can simulate the crossroads of the state.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:94853
    • 提供者:eprohuang
  1. trafficlight

    0下载:
  2. 单片机 使用6只LED模拟交通灯控制器 程序带详解-Microcontroller simulation with 6 LED traffic light controller program with Detailed
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1313
    • 提供者:钟朗
  1. traffic-lights-procedures

    0下载:
  2. 用单片机模拟交通灯的程序,可以用protel仿真软件进行模拟。-MCU simulation of traffic lights procedures, can use Protel simulation software simulation.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:56884
    • 提供者:星缘雨格
  1. jtd

    0下载:
  2. 交通灯模拟实验程序 GEWEI EQU 21H 个位数据 SHIWEI EQU 23H 十位数据 SCANLED EQU 25H SCANMODE EQU 26H RED EQU 28H 定义灯的缓冲区 GREEN EQU 29H YELLOW EQU 32H NUMTIM EQU 33H LED EQU 34H ORG 000H JMP START- 交通灯模拟实验程序 GEWEI EQU 21H
  3. 所属分类:assembly language

    • 发布日期:2017-11-01
    • 文件大小:2052
    • 提供者:yoauni
  1. main

    0下载:
  2. 模拟交通灯的程序,完整的keil工程及编译文件-Simulation program traffic lights, complete keil project
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:23663
    • 提供者:杨双华
  1. Ex22_trafficlight

    0下载:
  2. 利用vhdl语言在CPLD上开发了一个交通灯模拟的程序代码-Using VHDL language in CPLD developed a traffic simulation program code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:47860
    • 提供者:mike
  1. traffic

    2下载:
  2. 使用VC6.0加上MFC做的模拟交通灯十字路口程序。绿灯时车辆通过十字路口,反之停止。-VC6.0 the simulation traffic lights crossroads procedures plus MFC do. Green light when the vehicle through the crossroads, and vice versa stop.
  3. 所属分类:Windows Develop

    • 发布日期:2014-12-04
    • 文件大小:2228224
    • 提供者:牛满
  1. traffic

    0下载:
  2. 基于FPGA平台,用VHDL写了一个模拟十字路口交通灯的程序。-FPGA-based platforms to write a simulation using VHDL crossroads traffic lights program.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:333629
    • 提供者:马飞
  1. jiaotongdeng

    0下载:
  2. 这是一个EDA的交通灯的程序,此程序可以在开发板上模拟交通灯-This is a traffic light EDA program, this program can simulate the traffic lights on the development board
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:195913
    • 提供者:卢书涵
  1. 1234

    0下载:
  2. 带数码管显示的交通灯模拟控制系统设计.   硬件方面:8253产生1HZ的方波,脉冲到8259的IR1端,产生中断,调中断服务子程序。在加入紧急车道后,单脉冲()连到8259的IRO端,产生一个高级的中断请求信号。    软件方面:主程序先对各个硬件初始化,在开CPU中断,然后空操作,等待中断。执行低级中断(IR1)时,8255的PA口负责选数码管,PB口负责显示数字,用查表法可查到0~9的数码管编码。 采用循环扫描方法,人眼即可看到连续的二位数。当倒计时减到零时,对红绿灯取反。若手动上
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:5836
    • 提供者:宋威
  1. Traffic1.0

    0下载:
  2. 十字路口的交通灯演示程序,模拟交通灯对车辆的管控-Crossroads traffic lights demo program to simulate traffic lights on the vehicle control
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:77978
    • 提供者:LvYahui
  1. traffic-light

    0下载:
  2. 交通灯模拟系统,win32窗口程序,简明-traffic light
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:3315
    • 提供者:时永祥
  1. jiaotongdeng

    0下载:
  2. 德飞莱LY-51S单片机开发板模拟交通灯测试程序-De Feilai LY-51S microcontroller development board test program simulation of traffic lights
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:13964
    • 提供者:Jason
  1. traffic-light

    0下载:
  2. 在89C51上面模拟交通系统的交通灯,程序经过测试-In the above simulation 89C51 transportation system of traffic lights, the program has been tested
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:26786
    • 提供者:王一
  1. led

    0下载:
  2. 模拟交通信号灯,红绿灯,包含程序和protues仿真(sas sa sas ad wdas d sa dsa d sadsa da dsa d ad dsa as as as cd cdcs dc dc d cs dc sc s dc dsc sdc sdc sldc slc sdlc sdlc sdlc sdlcalv sdcl dlv adlv slc)
  3. 所属分类:单片机开发

  1. 小火箭

    0下载:
  2. 使用VC6.0加上MFC做的模拟交通灯十字路口程序。绿灯时车辆通过十字路口,反之停止。((VC6.0 the simulation traffic lights crossroads procedures plus MFC do. Green light when the vehicle through the crossroads, and vice versa stop.))
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:136192
    • 提供者:imupdd
  1. light

    0下载:
  2. 本程序在系统中利用单片机的定时器、IO接口、中断系统等资源,设计一个十字路口交通信号灯的控制模拟系统。该系统尽可能模仿真实的交通灯系统,同时进行一些智能化设计,包括紧急状态处理,高峰状态处理等(This program designs a traffic signal control simulation system at crossroads by using the timer, IO interface, interruption system and other resources i
  3. 所属分类:汇编语言

    • 发布日期:2018-04-19
    • 文件大小:13312
    • 提供者:乐乐156462
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com