汽车停车场停车位显示系统的设计 - 图文

2019-03-15 13:44

通信工程专业 计算机类课程设计

题 目 汽车停车场停车位显示系统的设计

学生姓名 索 芳 学号 1013024069 所在院(系) 物 理 与 电 信 工 程 学 院 专业班级 通 信 工 程 103 班 指导教师 陈 正 涛 完成地点 陕西理工学院物理与电信工程学院实验室

2013年 11 月 22 日

1

物理与电信工程学院

计算机类课程设计任务书

院(系) 物理与电信工程学院 专业班级 通信103班 学生姓名 索 芳 一、计算机课程设计题目 汽车停车场停车位显示系统设计 二、计算机课程设计工作自 2013 年 10 月 22 日 起至 2013 年 11 月 22 止 三、计算机课程设计进行地点: 物 理 与 电 信 工 程 学 院 实 验 室 四、计算机课程设计任务:

1、用4*4点阵表示停车场16个车位,灯点亮表示该车位为空,灯熄灭表示该车位有车。

2、车能够自由的停车在任何空的停车位置上,任何停车位上的车都可以离开停车场。

3、停车场的初始状态是所有车位都没有车。

五、计算机课程设计要求:

1、分析设计任务,拟定多种设计方案,根据实验条件,选定其中一种方案绘制系统框图,和设计流程。

2、对设计电路进行编程下载,搭建硬件电路,调试电路并记录实验结果。 3、撰写设计报告一份,课设报告要求格式正确,文字流畅,概念准确,逻辑严密,软件设计要有完整程序。

指 导 教 师 陈正涛 系(教 研 室) 通 信 工 程 系 接受论文 (设计)任务开始执行日期 2013年10月23日 学生签名

II

物理与电信工程学院

汽车停车场停车位显示系统的设计

索芳

(陕西理工学院物理与电信工程学院 通信103班,陕西 汉中 723003)

指导教师:陈正涛

[摘要] 伴随着科技的飞速发展,交通工具的越来越普及。汽车作为人类社会中最主要的交通工具之一,

起着重大作用。随着人们生活水平的提高,汽车的数量也与日俱增,于是停车正在成为世界性的问题。以前落后的人力停车管理即将被高科技化的自动停车管理系统所取代,高度自动化的停车场管理系统节省了大量时间和人力物资消耗,大大提高了效率。本论文介绍了一种停车场管理系统模型。它能在任意时间内,根据有效的停车空间,计算能够停泊的车辆数量,并且使用自动而可靠的完成车辆的进。还能够显示是否有停放的场地以及是否有车辆进、出停车场。本停车场管理系统是集自动化技术、计算机技术为一体的智能化系统,能够避免停车场入口处及出口处的交通阻塞现象,同时还能满足使用者和管理者对停车场效率、安全、性能以及管理上的需要,不会造成大量资源的流失。因此,停车场管理系统的研究和实现具有十分重要的现实意义。

[关键词] 单片机 红外线传感器 动态显示

III

物理与电信工程学院

The car parking spaces display system design

Suo Fang

(physical communications and telecommunications engineering institute of shanxi university of technology in 103, shaanxi hanzhong 723003). Tutor: Chen Zhengtao

[Abstract] along with the rapid development of science and technology, transportation is becoming more and more popular. The car is one of the most important traffic tool in human society, plays an important role in. With the improvement of people's living standard, the number of cars also grow with each passing day, so parking is becoming a world problem. Human parking management previously backward will be automatic parking management system of high-tech replaced, parking management system is highly automatic and saves a lot of time and manpower and material consumption, greatly improving the efficiency. his paper introduces a parking management system model. It can at any time, according to the effective parking space, calculate the number can be parked vehicles, and the use of automatically and reliable vehicle. It can show whether a park site and whether the vehicle into, out of the parking lot。The parking management system is the intelligent system automation technology, computer technology as a whole, to avoid parking at the entrance and exit of the traffic congestion, but also meet the user and administrator to the parking efficiency, security, performance and the need of management, will not cause a lot of resources loss. Therefore, the parking management system research and has very important practical significance to realize.

[keyword] single infrared sensor dynamic display

IV

物理与电信工程学院

目 录

第一章 绪 论 ......................................................... 1

1.1研究背景及意义 ................................................... 1 1.2 系统概述 ......................................................... 1 1.3课题介绍 ......................................................... 1 第二章 硬件电路设计 .................................................... 3

2.1芯片的选择 ....................................................... 3

2.1.1 AT89S52的介绍 .............................................. 3 2.1.2 AT89S52引脚功能 ............................................ 4 2.1.3 AT89S52单片机内部结构 ...................................... 6 2.1.4七段显示译码器7448的介绍 ................................... 7 2.2电源模块的设计 ................................................... 9 2.3显示模块的设计 ................................................... 9 2.4键盘输入模块的设计 ............................................... 9 2.5传感器模块的设计 ................................................ 11

2.5.1红外线发射模块 ............................................. 11 2.5.2红外线接收模块 ............................................. 12 2.6电机控制模块的设计 .............................................. 12 第三章 软件设计 ...................................................... 14

3.1主程序设计 ...................................................... 14 3.2倒计时中断程序设计 .............................................. 15 3.3键盘中断程序设计 ................................................ 17

3.3.1增加键 ..................................................... 17 3.3.2减少键 ..................................................... 18 3.3.3确定键 ..................................................... 18

结 论 ............................................................... 19 致 谢 语 ........................................................... 20 参考文献: ............................................................ 21 附录1:系统程序清单 ................................................... 22 附录2:系统电路原理及实物图 ........................................... 29

V


汽车停车场停车位显示系统的设计 - 图文.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:两项法规测试题库(单选题)

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: