asp程序 公交查询系统设计(附源程序).rar

RAR格式版权申诉手机打开展开

asp程序 公交查询系统设计(附源程序),资源包括:正文doc格式共33页 11650字 附 开题报告.doc 与程序设计源文件摘 要中国城市公交乘客信息系统的发展处于一个较落后的水平,广大乘客可以获得信息的方式很少,为了解决这种问题,需要大力发展我国的城市公交乘客信息系统。出于这个目的,在老师的指导下,设计了这个城市公交出行线路查询系统这个应用程序。在设计过...
编号:50-263807大小:851.79K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 九阴真经 发布

资源包括:正文DOC格式共33页 11650字 附 开题报告.doc 与程序设计源文件


摘 要
中国城市公交乘客信息系统的发展处于一个较落后的水平,广大乘客可以获得信息的方式很少,为了解决这种问题,需要大力发展我国的城市公交乘客信息系统。出于这个目的,在老师的指导下,设计了这个城市公交出行线路查询系统这个应用程序。
在设计过程中,首先分析了国内与国外城市公交乘客信息系统的发展现状,找出问题和不足。其次,在对公交乘客出行心理特征进行分析的基础上,考虑了乘客选择公交线路决策的因素,建立了基于时间价值和费用价值的公交线路选择合理的模型。在此基础上,进行程序关键部分的框架设计,理清程序设计思路。之后是程序关键部分的具体实现,包括关键程序源代码。最后完成功能介绍和使用说明。运用ASP语言或方法,对新乡市的公交线路查询系统进行了程序设计, 并进行了模拟实验。本次设计的软件较为符合公交运营的实际情况,充分考虑了不同公交乘客的实际要求,运算速度较快,有较强的实际应用价值。本系统可以实现线路查询和根据停靠站点查询的功能。

关键字:计算机教育,ASP技术,公交线路,费用。

Abstract
The system of our country city bus passenger information, which evolution be placed in a horizontal for than time lag, large passenger can acquire the information few, for the sake of the settle this kind of problem, necessity strongly develop the our country's city bus passenger information the system come from this object, under the teacher's guide, my design this city the bus outs this applied procedure of search system of row writing.
In the design process, designer analyzed the our country city bus passenger information the system's evolution actual state first, and seek the wrong sum scant.The next in order, on versus the ground wok that bus passenger outs row mental state character the progress to analysis, considered the passenger select the bus wiring the factor that make policy, and create according to time area concentration diagram charge and reasonable form of select of the bus wiring of the expenses charge.Here the ground wok is upper, progress procedure the framing design of the valve key part, clean up the way of thinking of pure procedure design.After is a procedure valve key part of in a specific way realizes, include valve key procedure primaries of code.Finally fulfillment function introduction sum instruction.Application ASP language or device, versused providing of XINXIANG City to teach the procedure design, and progress simulation experiment.This bat batch the design's software than for matching bus actual occasion, sufficient consideration that manage the actual request of the different bus passenger, operation the partial velocity quick, have the stronger actual applied charge.

Keywords: Education of computer, ASP technical, Bus wiring, Expenses,


目录
1 绪论…………………………………………………………………………………1
1.1课题的提出 ………………………………………………………………………1
1.2课题的来源和背景 ………………………………………………………………1
1.3课题的意义 ………………………………………………………………………1
1.4 论文的组织结构…………………………………………………………………2
2 公交查询系统的概述……………………………………………………………3
2.1国内外发展………………………………………………………………………3
2.2新乡市公共交通总公司简介……………………………………………………3
2.3我国公交查询系统的现状………………………………………………………4
2.4查询系统的指导思想……………………………………………………………5
2.4.1公交乘客出行行为研究……………………………………………………5
2.4.2主要技术路线………………………………………………………………6
3 公交查询系统的分析……………………………………………………………6
3.1公交查询系统的分析……………………………………………………………6
3.1.1 ASP技术简介………………………………………………………………6
3.1.2 ASP访问WEB数据库的原理………………………………………………8
3.1.3 ASP与数据库的结合(留言板的实现)……………………………………10
3.2 功能需求分析……………………………………………………………………13
3.2.1网站框架介绍 ……………………………………………………………13
3.2.2 为你服务的技术简介……………………………………………………14
3.3 目标系统要求……………………………………………………………………15
3.4 系统平台选择……………………………………………………………………15
4 公交查询系统的总体设计………………………………………………………16
4.1具体算法实现……………………………………………………………………16
4.1.1公交简介的代码 …………………………………………………………16
4.1.2电子服务的代码 …………………………………………………………18
4.1.3公交查询的代码 …………………………………………………………20
4.1.4公交旅游的代码 …………………………………………………………22
5具体功能………………………………………………………………………25
5.1按线路查找………………………………………………………………………25
5.2始发站与终点站…………………………………………………………………25
5.3 使用说明…………………………………………………………………………25
6 ..