XXX大学毕业论文
运动会管理系统的设计与实现
专业名称:计算机科学与技术 班 级: XX 学生姓名: 某某 指导老师: XX 完成时间: 2009.6.10
摘 要
计算机是信息处理的重要工具。计算机系统的应用已经深入到社会的各行各业甚至家庭。尤其是计算机网络技术的飞速发展,促进的计算机应用系统资源共享,分布处理和相互通信功能的实现。随着人类社会逐步进入信息网络时代,计算机网络的应用必将进入千家万户。它正改变着人们的工作方式和生活方式,正在进一步引起世界范围内产业结构的变化,促进全球信息产业的发展,并且在各个领域内发挥着越来越重要的作用。
运动会管理系统正是这个时代的产物。它集报名管理、比赛管理于一身,实现运动会管理自主化、智能化,达到提高管理效率和质量,满足不同层次学校的不同要求,节省人力资源的目的。
本系统采用ASP.NET作为编程语言,SQL为后台数据库,ASP.NET技术实现动态网页的制作,以确保系统安全保密,易于维护。
本系统的主要目的是提高运动会管理的效率;实现整个运动会的集中管理。
本系统的另一个重要特点是界面友好、易于操作,有很好的可视化效果。
关键词 网络;ASP.NET
I
Abstract
The computer is the important tool of information processing. The application of the computer system has already got deeply to all trades and professions even family of the society. Especially the development at full speed of the network technology of the computer, the computer application system resource-sharing that is promoted, distributed and deals with the realization of the function and communicates. As the human society enters information cyber times progressively, the application of the computer network will enter the huge numbers of families. It is changing people's working way and life style, is causing the change of the industrial structure in the whole world further, promotes the development of global information industry, and is playing a more and more important role in each field.
The sport managing system is exactly a result of this era. It collects the entering one’s name managing and match managing, which can make the sport managing automatic and intelligent, and meet different levels school’s different demand , purpose to save manual resource.
This system adopts ASP.NET as the programming language, JBuilder2006 is regarded as its developing instrument, SQL is backstage supporter's database, the making of the dynamic webpage of ASP.NET technology, so as to ensure the system is safe and secret, easy to safeguard.
The aim of the system is to raise the efficiency of the sport managing and make the managing concentrating.
Another important characteristic of this system is that an interface is friendly, easy to operate, there are very good visual results.
Keywords Network; ASP.NET
II
毕业设计(论文)
目 录
ABSTRACT ................................................... II 绪论 ........................................................ 1 1 系统概述 ................................................. 2
1.1 运动会管理系统的定义 ............................... 2 1.2 运动会管理系统的作用 ............................... 2 1.3 运动会管理系统的建设目标 ........................... 2 2 系统的需求分析 ........................................... 3
2.1 详细需求 ........................................... 3
2.1.1 功能需求 ..................................... 3 2.1.2 性能需求 ..................................... 4 2.2 技术需求 ........................................... 5
2.2.1 ASP.NET语言 ................................. 5 2.2.2 ASP.NET技术应用 ............................. 6 2.3 运行需求 ........................................... 7
2.3.1 ASP.NET对硬件的基本要求 ..................... 7 2.3.2 ASP.NET对软件的基本要求 ..................... 7
3 数据库设计 ............................................... 8
3.1 数据库的概念 ....................................... 8 3.2 数据库的理论基础 ................................... 8 3.3 数据库管理系统 ..................................... 9 3.4 数据库设计 ........................................ 10 3.5 数据库规划 ........................................ 10 4 系统概要设计 ............................................ 13 5 系统详细设计与实现 ...................................... 14
5.1 界面设计 .......................................... 14 5.2 各模块功能设计 .................................... 27 5.3系统代码实现 ....................................... 28 结论 ....................................................... 30 参考文献 ................................................... 31
I
毕业设计(论文)
运动会管理(报名管理)系统体系结构研究
绪论
进入21世纪,随着计算机的普及,各个学科都在探讨如何利用这个新科技资源更好的为本学科和人类服务的问题。目前各个高校运动会报名管理存在着诸多问题:
(1) 人力资源不足;
(2) 传统的报名模式效率极低; (3) 报名信息的核对极不方便;
(4) 新技术资源(如网络)未能充分利用等。
于是,运动会管理系统为新时代我们的一个很好的解决方案。虽然现在已经有利用信息技术运作运动会的例子,但大都处于起步阶段,有的仅仅是一些静态的网页设计或单纯的搬一些必需的表格上电脑,缺乏互动性,参与者不能主动参与,无法实现主办方与参与方之间的交流。这些并没有很好的利用信息技术实现真正的运动会管理自动化。
同时,运动会的管理工作是一个与学校息息相关的活动,因此我选择这个课题,它更贴近大学生生活实际,而且直接从学生的角度来做这个课题,能很好的体现出以学生为本的设计理念。
1