登录
首页 » Visual C++ » song1987

song1987

于 2011-03-26 发布 文件大小:3541KB
0 286
下载积分: 1 下载次数: 1

代码说明:

说明:  本课题对基于单片机的交通灯控制系统进行设计。以MCS-51系列单片机为控制核心,设计并制作交通灯控制系统,用于十字路口的车辆及行人的交通管理。东西南北四个路口具有左拐、右拐、直行及行人4种通行指示灯,并分别用计时器显示路口通行转换剩余时间,在特种车辆如119、120通过路口时,系统可自动转为特种车辆放行,其他车辆禁止通行状态。(Traffic light control system based on SCM (Single Chip Microcomputer) is designed in this paper. System requires that MCS-51 series SCM is used as CPU. Traffic light control system should be designed and made .There are four groups light which indicate to turn left, turn right, and go straight ahead and pedestrian access in east, west, north and south four directions. Timer shows traffic conversion remainder time. When special vehicles, such as 119,120 go through, the system can automatically allow special vehicles running and other vehicles is prohibited.)

文件列表:

交通灯毕业设计
..............\2008年毕业设计说明书样式.doc,189440,2008-05-27
..............\PROTELͼ
..............\........\2-3交通灯控制系统电路原理图.doc,93184,2008-06-23
..............\........\2-4控制模块.SCH,7675,2008-06-24
..............\........\2-5通行灯输出.SCH,10909,2008-06-24
..............\........\2-6 时间显示.SCH,7897,2008-06-24
..............\........\2-7 电源电路.SCH,5203,2008-06-24
..............\........\2-8 AT89S52引脚.SCH,2019,2008-06-24
..............\........\PCB封装知识介绍.doc,913920,2008-05-25
..............\........\PCB正面.doc,360960,2008-06-23
..............\........\PCB背面.doc,358912,2008-06-23
..............\........\PROTEL元件封装总结.doc,54784,2008-04-25
..............\........\交通灯控制系统PCB图.PCB,298770,2008-06-17
..............\........\封装说明.doc,1048064,2008-05-24
..............\........\附录一图.doc,339968,2008-06-23
..............\........\附录图一.SCH,56464,2008-06-23
..............\交通灯.A,14035,2009-05-05
..............\交通灯设计程序.doc,71680,2008-06-24
..............\交通灯调试程序.doc,27136,2008-06-24
..............\伟福调试交通灯控制系统源程序
..............\............................\CX.ASM,13425,2008-05-15
..............\............................\CX.BIN,686,2008-05-15
..............\............................\CX.DSK,2763,2008-05-15
..............\............................\CX.HEX,1672,2008-05-15
..............\............................\CX.LST,27717,2008-05-15
..............\............................\CX.PRJ,2636,2008-05-15
..............\............................\TEMP.LST,138,2008-05-15
..............\............................\Untitled,2116,2008-05-15
..............\............................\WAVE.LIN,48,2008-05-15
..............\元器件列表.doc,51200,2008-06-24
..............\毕业设计说明书.doc,2253824,2009-05-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cdcemu
    松下车载碟机的协议代码,用于多种汽车的原车配备机头的扩展协议(Panasonic Car turntables protocol code, the original car used in a variety of vehicles equipped with head of the extended protocol)
    2016-02-15 23:06:20下载
    积分:1
  • 18B20
    18B20电路图,温度传感器,汇编版与C语言版共有及51开发板上的连线(The 18B20 schematic, temperature sensor, assembly version of the C language version of Total and 51 development board of the connection)
    2012-04-30 20:27:30下载
    积分:1
  • weideng
    汽车尾灯控制程序,包括左右转向灯,刹车灯,应急灯,(Taillights control procedures, including the left and right turn signals, brake lights, emergency lights,)
    2016-01-06 18:48:03下载
    积分:1
  • hongwai-lcd.c
    基于51单片机的 红外+LCD+继电器C程序显示 实现的功能较多,比较适合初学的人。(Based on 51 single-chip infrared+LCD+ relay C program display of more functions, more suitable for beginners person.)
    2013-08-17 11:14:48下载
    积分:1
  • Solar_HV_DC_AC_Sch_PCB
    光伏逆变器SVPWM设计原理图,包含逆变器控制算法(PV inverter SVPWM design schematics, including inverter control algorithm)
    2014-12-23 22:47:25下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • 74LS373wuxiantuozhan
    基于c51单片机的74ls373芯片无限拓展功能的源代码,(学院里写的)(Based on 74 c51 ls373 chip infinitely function source code, written in the (college))
    2015-12-09 16:44:53下载
    积分:1
  • C-language-control-method
    这是一份控制方法的C语言实现文档,写的非常好,分享给大家,特别是PID算法,说的还蛮好的(This is a method of controlling the C language document, written in a very good, for everyone to share, particularly in the PID algorithm, that s quite good)
    2016-01-03 19:13:20下载
    积分:1
  • 39
    说明:  时钟芯片PCF8563 C51程序,本人测试通过(Clock chip PCF8563 C51 program, I test through)
    2013-01-14 11:01:16下载
    积分:1
  • chengxu
    51单片机 做一个简易的存储示波器的程序清单(51 single-chip storage oscilloscope with a simple list of procedures)
    2013-05-26 10:31:54下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载