- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
目 录
摘要 1
关键字 1
Abstract 1
Keys 1
引言 2
1 需求分析 2
1.1 系统整体的功能需求 2
1.2 系统各模块的功能需求 2
1.2.1 公交查询 2
1.2.2 城市名片商家服务 3
1.2.3 个人主页 3
1.2.4 问路 3
1.3 软硬件环境 3
2 概要设计 3
2.1 系统设计原则 3
2.2 对使用本系统的用户的分析 4
2.3 系统架构图 4
2.4 系统E-R图 5
2.5 各个子系统的功能设计 6
2.5.1 “公交查询” 6
2.5.2 “个人主页”“问路” 8
2.5.3 “城市名片”“商家服务” 10
3 详细设计 12
3.1 数据库表设计 12
3.1.1 User_Info:用户表 12
3.1.2 City:城市表 12
3.1.3 BusRoute:公交路线 13
3.1.4 BusStop:公交站点 13
3.1.5 BusinessOrScenerySpot:景点或商家等类似地点 13
3.1.6 PersonalCustom:个性化定制 13
3.1.7 Scheduling:个人行程 14
3.1.8 AskWay:问路信息表 14
3.1.9 AnswerWay:回复问路 14
3.1.10 Comment2Spot:对地点的评价 14
3.2 系统所用java包的包结构 15
3.3 百度地图API的使用 15
3.3.1 加载百度地图 15
3.3.2 位置检索、周边检索和范围检索 15
3.3.3 公交路线搜索 16
4 测试 17
5 运行结果 17
结论 20
致谢 22
参考文档 23
城市智能公交查询系统
摘要
Internet的出现与兴盛彻底改变了人们的生活方式。公交查询的方式也深受Internet的影响。国内已有众多优秀的公交查询系统,所以开发“城市公交查询系统”的目的不求对已有的公交查询系统做出突破,仅仅是为了检测自己对所学专业知识的扎实程度,检验自己对S2SH、Maven等技术的掌握程度,提高自己的调研能力。“城市智能公交查询系统”在实现了公交查询的基础上,增加了个性化、社交性的一些应用,这是与已有公交查询系统相比最大的不同之处。本论文按照“城市智能公交查询系统”的设计、开发步骤,详细阐述了系统开发的需求分析、概要设计、详细设计等阶段。
关键字
公交 公交查询系统 S2SH Maven
Urban intelligent public transport query system
Abstract
The emergence of the Internet changed peoples lifestyle and thriving. Bus query approach also is under the influence of the Internet. Domestic has many excellent public transport query system, so the development of urban public transport query system for the purpose of making breakthroughs to the existing public transport query system, just in order to detect their have the solid professional knowledge level, test their mastery of S2SH, Maven, etc technology, to improve their research ability. Urban intelligent public transport query system in the realization of the public transport query, on the basis of increased the personalization, socialization of some applications, this is one of the biggest differences compared with the existing public transport query system. In this paper, in accordance with the urban intelligent public transport query system the design, development steps, in detail elaborated the system de
文档评论(0)