基于Android的停车管理系统设计与实现

摘要:随着我国现代化进程的不断加快,私家车的数量急剧增加,各类停车场的车流量不断增多,对机动车的保管越来越成为社会倍受关注的问题。
本论文主要介绍了Android系统架构,并且针对现在普遍采用的人工收费管理方法存在的弊端,提出了一套由Android SDK和Visual C#开发设计的车库车位管理信息系统,使用Socket技术进行电脑服务端和手机客户端之间的通信,手机端软件和电脑端软件分别采用SQLite和XML保存用户数据,采用流行的C/S 结构,也就是客户端/服务器模式。该系统在入口处由用户使用智能手机输入用户的姓名,车牌号,手机号等信息,在出口处服务端根据车牌号在停车记录中自动查找该车信息,并自动计费,收取停车费,当用户停车超过一定时间时,系统会自动发送短信提醒。该系统共分为登录模块、计费模块、查询模块、用户管理模块、短信提醒模块,文中对各模块的功能、操作界面、工作流程做了详细的介绍。
关键词:C/S结构;Android操作系统;Socket通信;停车管理
Abstract: With the development of economy, the number of cars increasing drastically, so a serious problem emerge: how to supervise the park of cars.
This paper mainly introduce the framework of Android Operating System and bring out a new car management system that can replace the old which is done by human power. The system is based on Android SDK and Visual C# development platform. It uses Socket technology to communicate between mobile phone and computer and employs XML file on computer, SQLite on mobile phone accordingly to store user data. The system needs user entering their name, phone number, car number when they arrive, and calculate parking time and fee when they leave. This system contains login module, counting fee module, query module, user management module and SMS notification module.
Keywords: C/S Architecture; Android Operating System; Socket Communication; Garage Management摘要 5
Abstract: 6
引言 7
第一章 绪论 8
基于Android的停车管理系统 5
A Parking Management System Based on Android Operating System 6
Abstract: 6
引言 7
第一章 绪论 8
1.1所选课题的研究背景与意义 8
1.2设计系统所要达到的要求 9
1.3 C/S结构简介 9
1.4 本文研究内容及章节安排 9
第二章 开发平台和开发语言简介 10
2.1 Android操作系统的介绍 10
2.1.1 Android简介 10
2.1.2 Android的特点 10
2.1.3 Android架构 10
2.2开发工具和开发语言的介绍 11
2.2.1 客户端软件开发工具Eclipse简介 11
2.2.2 服务端软件开发工具Visual Studio简介 12
2.2.2 开发语言简介 12
第三章 开发中的关键技术 13
3.1 客户端与服务端之间的通信技术 13
3.1.1 套接字通信原理 13
3.1.2 数据报通信 13
3.2 多线程编程 13
3.2.1 Java和C#中的Thread类 14
3.3 停车场用户数据存储 14
3.3.1 数据库SQLite 14
3.3.2 XML文件 15
第四章 停车管理系统的设计 16
4.1 系统设计概述 16
4.2  系统设计层次图 16
4.3 各模块详细功能 17
4.3.1 服务端 17
4.3.2 客户端 18
4.4 主要模块分析 18
4.4.1 服务端数据保存模块 18
4.4.2 服务端监听模块 20
4.4.3 客户端汽车进库模块 22
4.4.4 客户端接监听提醒模块 22
4.4.4 客户端用户数据保存模块 24
第五章 停车管理系统的测试运行 26
5.1 服务端运行界面 26
5.2 客户端运行界面 27
结论 29
致谢 30
参考文献 31
 

你可能感兴趣的:(android,java,apache)