1 / 53
文档名称:

网络工程专业毕业论文--基于Android系统的手机公交线路查询系统设计.doc

格式:doc   页数:53
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

网络工程专业毕业论文--基于Android系统的手机公交线路查询系统设计.doc

上传人:mkt365 2014/7/27 文件大小:0 KB

下载得到文件列表

网络工程专业毕业论文--基于Android系统的手机公交线路查询系统设计.doc

文档介绍

文档介绍:摘要
随着人们生活水平的提高,出行坐车成为日常生活中不可缺少的一部分。而乘往目的地的线路需要随时掌握,于是手机公交线路查询软件,将成为人们生活出行的好帮手。手机公交线路查询软件主要包括了服务器端以及客户端,服务器和客户端拥有各自独立的数据库,客户端采用数据库同步方式从服务器数据库获取信息。用户既能从手机本地数据库获取信息,又能从互联网上获取信息,即便脱离服务器也能做为单机版软件使用。
通过手机公交查询软件,用户能够及时更新公交信息和查询线路,也能够借助Google服务器进行地图查询。服务器有后台管理软件,方便了管理员对服务器的管理操作。本手机公交线路查询系统采用了B/S-C/S结构。
关键词:Java;手机公交线路查询;B/S-C/S结构;
Abstract
With the level of people’s life improving,going out by bus e a necessary part of daily the traffic line to destination should be known software of Mobile and querying traffic line e more and more important nowadays contains server and client,server and client have its own database,client gets information by synchronizing database from satifies users requirements of getting information from locale database and obtaining information from ,it also can be used without the help of server.
With this Mobile and querying traffic line software,user can update data in time and check There is a management software in server,facilitate administrator to manage server. Mobile and querying traffic line software suits for B/S-C/S structure.
Keywords:Java; Mobile and querying traffic line; B/S-C/S structure.
目录
第一章引言 1
第二章需求分析与概要设计 2
2
服务器端需求分析 2
客户端需求分析 2
开发环境及工具需求分析 3
概要设计 4
开发流程 4
系统数据流图 4
第三章模式设计 5
C/S模式简介 5
B/S模式简介 5
B/S-C/S模式 6
B/S-C/S模式定义 6
B/S-C/S模式特点 7
第四章数据库设计 8
数据库结构 8
服务器数据库设计: 8
客户端数据库设计: 10
SQLite简介 10
数据库设计 10
第五章服务器端详细设计 12
后台管理模式 12
查询简析 18
18
18
数据库同步 19
Servlet 19
DAO 19
XML 19
第六章客户端详细设计 21
简述 21
什么是Android 21
Android系统架构简介 21
应用程序(APPLICATIONS) 22
应用程序框架(APPLICATION FRAMEWORK) 22
Android 运行时(RUNTIME) 23
系统库(LIBRARIES) 23
Linux 23
实现客户端数据库 23
SQL语言 23
创建数据库 24
客户端数据库操作 24
客户端功能模块实现 26
线路查询 26
地图功能 27
数据更新 29
.