毕业论文基于Android的智能车库管理系统的设计与实现25943

上传人:汽*** 文档编号:543911254 上传时间:2023-10-05 格式:DOC 页数:64 大小:3.33MB
返回 下载 相关 举报
毕业论文基于Android的智能车库管理系统的设计与实现25943_第1页
第1页 / 共64页
毕业论文基于Android的智能车库管理系统的设计与实现25943_第2页
第2页 / 共64页
毕业论文基于Android的智能车库管理系统的设计与实现25943_第3页
第3页 / 共64页
毕业论文基于Android的智能车库管理系统的设计与实现25943_第4页
第4页 / 共64页
毕业论文基于Android的智能车库管理系统的设计与实现25943_第5页
第5页 / 共64页
点击查看更多>>
资源描述

《毕业论文基于Android的智能车库管理系统的设计与实现25943》由会员分享,可在线阅读,更多相关《毕业论文基于Android的智能车库管理系统的设计与实现25943(64页珍藏版)》请在金锄头文库上搜索。

1、重庆理工大学毕业论文 基于android的智能车库管理系统的设计与实现 编号 毕 业 设 计(论文)题目 基于Android的智能车库管理 系统的设计与实现 二级学院 专 业 班 级 学生姓名 学号 指导教师 职称 时 间 目 录摘要IAbstractII1绪论11.1课题背景和研究意义11.2可行性分析21.3关键技术概述31.4论文内容介绍52系统需求分析62.1系统概述62.2功能总体描述62.3业务功能分析72.4非功能需求193系统概要设计213.1系统架构概述213.2系统模块设计213.3模块介绍214系统详细设计244.1用户登陆管理244.2用户信息管理264.3会员信息管理

2、274.4车位信息查询304.5车位预约324.6行车导航334.7行车记录345数据库设计365.1数据库概念设计365.2数据库逻辑设计375.3数据库物理设计396系统实现456.1实现原理456.2关键代码456.3系统实现效果图497系统测试527.1测试环境527.2测试记录528结束语558.1本文工作总结558.2尚未解决的问题558.3深入研究课题及其展望55致谢57参考资料58摘 要随着科技进步、经济增长,私家车的数量日益增长并逐渐庞大。随之而来的停车问题成了人们所不得不面对的严峻问题。现代人生活节奏的加快,使合理有效的利用时间来提高工作办事效率变得日趋重要。如何为私家车主

3、提供快捷的停车路径和车位、减少泊车时间、提高利用停车设施的效率是我们所首要解决的问题。在车库管理方面,经过多年的发展,从最原始的人工收费、人工管理,到现在已经有许多车库实现了自动门禁、自动收费系统。随着车库规模的扩大,原始的车库管理方式已不能满足人们更高的需求。随着互联网的发展,信息传递变得更加方便快捷,人们也需要及时了解车库的实时信息。未来,随着车库规模的进一步扩大,管理趋于复杂,用户体验需要提升,这就需要更多智能化的方式来对车库进行管理。随着计算机和网络技术的不断发展,物联网和云计算的兴起,国内外在物联网应用这一领域已经取得了许多成果。物联网是未来国家信息化发展的重点方向之一。在智能车库这

4、一平台上,可以集成很多物联网现有技术。利用物联网技术,可以实现用户与系统的实时交互,加快信息传递。智能车库管理系统主要致力于改善车库管理以及用户体验。车库管理员可以通过软件平台实时观察车库状况,更及时的掌握并解决车库中所出现的问题,提高车库的使用率,并且通过平台使车库的收支透明化,便于提高信誉。用户可以查询车库地理位置及使用情况,通过预定及导航可以提高停车效率。本系统是智能车库系统中基于android平台的用户客户端,主要提供用户查询车库和车位信息功能,预定车位功能,导航功能,消费查询功能及个人信息管理功能。关键字:物联网 智能车库 androidAbstractWith the progre

5、ss of science and technology, economic growing, the number of private cars is becoming more and more large. We must face the Parking problem. Our life is becoming faster, effective first, so the concept of time is becoming more and more important. How to provide the driver with fast parking path and

6、 reduce parking spaces, parking time, parking facilities utilization efficiency is to our problem.In the garage management, the original manual charge and management, after few years of development, nowadays there are lots of automatic control, automatic charge system in the garage. With the expansi

7、on of the scale of the garage, the garage original management cannot be able to meet the higher demand. With the development of Internet, information transfer become faster, people also need to understand the real situation of the garage in time. In the future, with the further expansion of the scal

8、e of the garage, management tends to be complex, user experience need to improve, need more intelligent methods to manage the garage.With the development of computer and network technology, the rise of the Internet of things and cloud computing, Internet of things applications at home and abroad in

9、this field made much progress. The Internet of things is one of the important directions of the future development of national information. There can be integrated in many networking schemes available on the platform of Smart carport. Using network technology, real-time interaction can realize betwe

10、en the user and the system, speed up information transmission.Smart carport management system focused on improving the garage management and user experience. The garage administrator can observe the garage in time by the software platform, and solve problems in the garage in time, improve the utiliz

11、ation rate of the garage. Administration can see the budget clarity, this is good for management. The user can query the garage location and details, can improve the efficiency of parking by a predetermined and navigation.This system is a client of the Smart Carport system on android platform. It pr

12、ovides the user query and parking garage parking information function, a predetermined function, navigation function, consumption inquiry and personal information management functions. Key words: The Internet of things Smart Carport androidI重庆理工大学毕业论文 基于android的智能车库管理系统的设计与实现1 绪 论1.1 课题背景和研究意义1.1.1

13、课题背景随着国民经济的不断发展,国内私家车的保有量越来越大,出门停车的问题越来越突出。以后,大规模的车库建设必将提上日程。在车库管理方面,从最原始的人工收费、人工管理,经过多年发展,现在已经有许多车库实现了自动门禁、自动收费系统。未来,随着车库规模的进一步扩大,管理趋于复杂,用户体验需要提升,需要更多智能化的手段对车库进行管理。车库信息与用户之间不能及时交互,成为一大不便。随着计算机和网络技术的不断发展,物联网和云计算的兴起,国内外在物联网应用这一领域已经取得了许多的进步。目前,国内对物联网底层的理论研究尚处于萌芽时期,很少有大学、公司、研究机构对物联网本身的理论,如传感器理论、WSN通信理论

14、、物联网核心芯片设计、物联网操作系统、物联网安全体系等。基础理论的研究国内还没有见到成熟的、成规模的团队或者公司。大多数的公司都集中在物联网的应用上,并且取得了一系列的成果。比如无锡的“感知中国”展馆,规划了物联网的九大应用领域。国内基于物联网的智能车库尚不多见,在各个高校,针对智能车库的实验教学平台也极为少见。1.1.2 课题的研究现状目前,国内对物联网底层的理论研究尚处于萌芽时期,很少有大学、公司、研究机构对物联网本身的理论,如传感器理论、WSN通信理论、物联网核心芯片设计、物联网操作系统、物联网安全体系等。基础理论的研究国内还没有见到成熟的、成规模的团队或者公司。大多数的公司都集中在物联网的应用上,并且取得了一系列的成果。比如无锡的“感知中国”展馆,规划了物联网的九大应用领域。在现阶段,较为成熟的领域主要有:智能安防、智能交通、仓储物流、智能农业等。总的概括起来,这些领域所涉及到的基本技术为:RFID电子标签、一维码、二维码、环境传感器(温度、湿度、光线、声音、速度、力矩等)、摄像头图像采集、GPS定位及授时、ZigBee通讯、GPRS通讯、3G/4G网络通讯、IP网络通讯、服务器端数据集中处

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 资格认证/考试 > 自考

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号