搜索资源列表
单片机控制交通灯实例
- C51单片机控制交通红绿灯实例,PROTEUS仿真,附C51源程序
jiaotongdeng
- 本系统采用MSC-51系列单片机ATSC51和可编程并行I/O接口芯片8255A为中心器件来设计交通灯控制器,实现了能根据实际车流量通过8051芯片的P1口设置红、绿灯燃亮时间的功能;红绿灯循环点亮,倒计时剩5秒时黄灯闪烁警示(交通灯信号通过PA口输出,显示时间直接通过8255的PC口输出至双位数码管);车辆闯红灯报警;绿灯时间可检测车流量并可通过双位数码管显示。-The system uses the MSC-51 Series MCU ATSC51 and programmable para
jiaotongdeng
- 本设计实现了十字路口交通灯控制:倒计时和红绿灯闪亮,并且实现了proteus仿真,可以直观观察到设计实现情况,供参考!-This design enables control of traffic lights at a crossroads: the countdown and the flashing traffic lights, and realized proteus simulation, you can visually observe the realization of the
traffic
- 智能交通灯的控制程序,可以报警,计时,红绿灯控制-Intelligent traffic lights control program, can call the police, timing, traffic signal control, etc.
jiaotongdeng
- 该程序实现现实中的红绿灯控制,用户可根据实际情况自由修改设定时间-This application implements the reality in the traffic control, the user can set according to the actual situation of freely modify time
jiaotongdeng
- 微机原理和接口技术是一门实践性强的学科,不但要求有较高的理论水平,而且还要求有实际的动手能力,其中很多的原量、规则、现象等仅仅靠学习教科书是无法完全掌握的,必须通过实践才能比较直观和深刻的理解。本课程设计任务和目的是:帮助学生巩固和加深理解所学的理论知识,训练学生的实验技能,使其树立工程观点和严谨的科学作风,初步具有运用理论知识分析问题、解决问题的能力。培养学生运用所学的理论解决实际问题的能力,使学生初步掌握分析简单电路,调试简单汇编程序以及撰写实验报告的能力。 十字道口的红绿灯是交通法规的
traffic-light
- 这个交通灯控制电路,结合了现在实际的道路情况而开发的,并非简单的交通灯控制系统,里面包括数码管指示显示和红绿灯指示,要求在红绿灯指示的情况下,还要示数码管进行倒计时。可以说,非常不错,我花了几个晚上调试出来的。值得大家学习和参考-The traffic light control circuit, combined with the actual road conditions is developed, not a simple traffic light control system, wh
Traffic-Management-System
- 该设计利用单片机控制十字路口的红绿灯交替点亮和熄灭,并且 用4只七段LED数码管显示十字路口两个方向的剩余时间。要求能用按键设置两个方向的通行时间和暂缓通行时间-The design of intersection traffic lights using SCM light on and off alternately, and with four seven-segment LED digital display the time remaining intersections in bot
Traffic-light-control
- 通过8255实现十字路口交通红绿灯控制,让6个LED分别表示南北方向和东西方向红黄绿灯-Traffic light intersection by 8255 to achieve control, LED, respectively, to 6 north-south direction and the direction of red, yellow, green things
honglvdeng
- 用pic16f84做的红绿灯控制系统源代码,有详细注释-Traffic lights with pic16f84 do source code control system, with detailed notes
jiaotongdeng
- 基于51单片机的红绿灯控制显示系统c源程序-51 microcontroller-based traffic light control system c source
light
- 单片机仿真程序,基于proteus,十字路口的红绿灯控制-Microcontroller simulation program, based on proteus, crossroads traffic light control
traffic-lights-control-by-zjq
- AT89C52单片机红绿灯控制源码,单片机课程设计需要用的下-AT89C52 microcontroller traffic lights control source, Singlechip curriculum design need to use' s next
translight
- 51单片机 红绿灯控制系统 C语言 可以下到电路板上运行 有电路图-51SCM traffic lights system
Traffic-lights-control
- 红绿灯控制,东西、南北方向各30s,黄灯5s。 -Traffic lights control, East and west direction of the 30s, yellow light 5S.
Traffic-Light
- 十字路口红绿灯控制,四个路口分别控制,每个路口30s绿灯,3s绿灯闪烁,3s黄灯,如此循环往复-Traffic Light.
stc15版红绿灯
- 使用stc15W408as控制十字路口红绿灯时间长短,头文件可在stc-isp中直接复制(Use stc15W408as to control the time of traffic lights , head files can be copied directly in stc-isp)
【实验26】交通灯
- 实现一个交通灯的简易模拟 除了普通红绿灯控制还增加了有红灯倒计时,一个路口的人行道红绿灯功能 有注释(A simple simulation of a traffic light In addition to the ordinary traffic light control also added a red light countdown, a road intersection with the function of the traffic lights Annotated)
红绿灯_20200430
- 东西、南北两干道交于十字路口,各干道有一组红、绿、黄三个指示灯,指挥车辆和行人安全通行。南北方向为主干道,通行时间为35秒;东风方向为支干道,通行时间为25秒。通行时间最后3秒,绿灯灭,黄灯闪烁,黄灯闪烁完毕变更通行车道。通行时间由数字显示器显示,黄灯3秒闪烁不单另计时。 特殊情况控制通行方式控制,用按键开关K1控制主道通行,支道禁行,K2控制支道通行,主道禁行,特殊情况控制通行放行。 有紧急情况时用按键开关K3控制两道均为红灯。(The east-west and North-South ar
交通灯控制
- 包含proteus仿真文件及c语言程序,在开发板上进行过运行。利用双色LED显示电路,和四位静态数码管显示电路模拟十字路口交通信号灯。4位LED数码管显示时间,双色LED灯显示红绿灯状态。熟悉交通信号灯控制逻辑。设计一个十字路口的交通灯控制电路,要求南北方向和东西方向两个交叉路口的车辆交替运行。每次绿灯变红灯时,要求黄灯先亮3S,才能变换运行车辆。东西方向、南北方向车道除了有红、黄、绿灯指示外,每一种灯亮的时间都用数码管显示器进行显示(采用倒计时的方法)。考虑到特殊车辆情况,设置紧急转换开头。(