城市公交系统的设计与实现_独家原创.doc

  
约45页DOC格式手机打开展开

城市公交系统的设计与实现_独家原创,城市公交系统的设计与实现13800字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用 目录摘要ⅡabstractⅢ第一章:绪论11.1 课题背景11.2 论文的研究内容21.3 论文的章节安排2第二章:相关技术介绍42.1 .net简介42.2 asp.net简介42.2.1 as...
编号:99-481711大小:2.05M
分类: 论文>计算机论文

内容介绍

此文档由会员 jiji888 发布

城市公交系统的设计与实现

13800字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

目录
摘要 Ⅱ
Abstract Ⅲ
第一章:绪论 1
1.1 课题背景 1
1.2 论文的研究内容 2
1.3 论文的章节安排 2
第二章:相关技术介绍 4
2.1 .NET简介 4
2.2 ASP.NET简介 4
2.2.1 ASP.NET的优点 4
2.2.2 ASP.NET的运行原理 5
2.3 ADO.NET 简介 6
2.3.1 .NET Framework 数据提供程序 6
2.3.2 DataSet数据集 6
2.4 SQL Server 数据库简介 6
2.5 C#简介 7
2.6 本章小结 7
第三章:系统的设计 8
3.1系统的功能结构 8
3.2 系统流程图 9
3.3 系统功能的设计 10
3.4数据库设计 16
3.4.1 数据库设计概述 16
3.4.2 系统的数据库设计 17
3.4.3实体属性图 19
3.4.4数据库逻辑结构设计 21
3.5 本章小结 24
第四章:系统的实现 25
4.1硬件和软件环境 25
4.2 前台功能的实现 25
4.2 后台功能的实现 31
4.3 本章小结 39
结论 40
参考文献 41

摘要 城市公交作为广大市民最常用和最方便的工具,在日益加快的城市经济增长和人口增多的趋势影响下,愈发的显得重要。而略显落后的城市公交查询系统却不能满足人们的生活需求。与此同时Internet技术也在飞速发展,于是一个方便和快捷的网上公交查询系统是必不可少的。
本课题是基于江苏大学校园观光系统体系做的一个校园公交网。系统基于ASP.NET的B/S架构,C#的网站开发语言,网站的后台数据库是SQL Server2005,
在系统中,大量采用了存储过程来对数据库进行操作。在这次设计中,首先考虑到乘客的实际要求和公交运营的情况。最后分析出系统应该具备的基本功能:用户查询功能和管理员后台管理功能。
本论文主要谈论了课题的背景知识、相关知识的介绍、课题需求分析、系统的设计和实现等问题,最后得出结论,并且总结了系统开发过程中作者获得的经验。亟待读者的批评指正。
关键词:公交,查询,ASP.NET,C#,B/S结构,数据库


Design and Implementation of Urban Public Transport System
Abstract City bus as the general public the most common and convenient tool in the city's economic growth and population growing trend accelerating impact all the more important. And slightly behind the urban public transport query system can not meet the needs of people's lives. At the same time Internet technology is developing rapidly, so a convenient and efficient online public inquiry system is essential.
This paper is based on the system architecture, Jiangsu University campus tour bus to do a campus network. System based on ASP.NET B / S architecture, C # web development language, background database site is SQL Server2005,
In the system, uses a lot of stored procedures to perform operations on the database. In this design, the first taking into account the practical requirements of passengers and bus operations. Finally, analysis of the system should have the basic functions: user query capabilities and administrator background management functions.
This paper mainly discussed the issue of background knowledge, introduce the relevant knowledge, the subject of requirements analysis, system design and implementation issues, and finally concluded, and summed up the experience of the system development process obtained. Urgent reader criticism.

Keywords :bus, queries, ASP.NET, C #, B / S structure, database