登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

足球竞赛管理系统设计与实现毕业论文

 2021-04-29 09:04  

摘 要

随着体育运动的普及,运动在人们的日常生活中占据了很大一部分。而在如今的中国,足球可谓是一个备受瞩目的运动项目。2002年我国足球国家队进入日韩世界杯决赛圈,吸引了众多国人的关注,虽然近几年来中国足球表现低迷,但是由于国家领导对于中国足球很是重视,所以如今的中国足球运动正在如火如荼的开展着。各级别足球比赛在全国范围内举行,但是一些低级别的足球竞赛都是采用传统的人工模式进行组织和管理,这对于如今科技日益发达的我国国情来说是比较落后了,而怎样将计算机科学与技术应用在足球竞赛领域这也是一项非常具有发展前景的技术。

21世纪可以称作为是互联网的世纪。各种互联网的模式被提出,可以说是任何行业都离不开互联网。当初很传统的行业,如今也是依赖于互联网,互联网 的概念被各类专家提起。而如何把计算机的软件编程应用到这些行业也是我们正在努力的方向。

本次毕业设计是足球竞赛管理系统的设计和实现。目的是改变传统的足球竞赛管理模式,让用户在网上完成球队的注册,球员的添加,而系统管理员完成球队的审核,比赛的分组,比赛的安排,以及比赛结果的录入,而所有的结果信息在网上都可以看到。

整个系统是基于Java Web的B/S架构。包括数据库设计,后台Java代码编写,前端Jsp代码的编写。通过Jsp所展示的网页页面展现给用户和管理员,而相关的操作引发的数据库操作都是由Java代码来实现数据库的增删查改。

关键词:足球竞赛,管理系统,B/S架构,Java web

Abstract

With the popularity of sports, sports in people's daily lives occupy a large part of it. In today's China, football can be described as a high-profile sport. In 2002, China soccer team into the World Cup finals in Japan and South Korea, attracted many people's attention, although in recent years, Chinese football sluggish performance, but because of the national leadership for Chinese football very seriously, so now the Chinese football is in full swing to carry out a. All levels of football matches held in the country, but some low-level football competition are based on the traditional manual mode of organization and management, which is now increasingly advanced technology of our country is relatively backward, and how computer science and technology in the field of football competition this is a very promising technology.

The 21st century may be referred to as the Internet Century. Various Internet model is presented, it can be said that any industry can not do without the Internet. Had a very traditional industry, is now dependent on the Internet, Internet concept is lifted various specialists. And how to use a computer software program to the direction of the industry is that we're working on.

The graduation project is to design and implement Football Competition Management System. Purpose is to change the traditional football competition management mode, allowing users to complete the online registration team, players added, and the system administrator to complete the audit team, group game, game schedule, and results of the competition entry, and all the resulting information can be seen on the Internet.

The whole system is based on Java Web of B / S architecture. Including the preparation of the database design, back-end Java code, the tip Jsp code. Demonstrated by Jsp web page presented to users and administrators, and related operations are initiated by the database operations Java code to implement the additions and deletions to change the database search.

Keywords: football competition, management system, B / S architecture, Java web

目 录

摘 要 Ⅰ

Abstract Ⅱ

第一章 绪论 1

1.1 课题研究的背景与意义 1

1.2 国内外研究现状 1

1.3 本文研究的主要内容 2

第二章 相关的知识和工具 3

2.1 相关理论基础 3

2.1.1 Java编程语言 3

2.1.2 Jsp技术 3

2.1.3 MySql数据库 4

2.2 开发平台 4

第三章 总体设计 5

3.1 总体设计框架 5

3.2 模块功能概述 5

3.2.1 积分榜查询 5

3.2.2 球队查询 6

3.2.3 射手榜查询 6

3.2.4 球队报名 6

3.2.5 球员录入 6

3.2.6球员查询 6

3.2.7 总体设计框架 6

3.2.8 比赛分组 7

3.2.9 比赛安排 7

3.2.10 赛果录入 7

3.3系统数据库设计 7

第四章 详细设计 11

4.1 登录模块 11

4.2 注册模块 12

4.3 游客模块 14

4.3.1 积分榜查询 14

4.3.2 球队查询 16

4.4 用户模块 18

4.4.1 球队报名 18

4.4.2 球员录入 19

4.4.3 球员查询 21

4.4.4 比赛分组 22

4.5 管理员模块 23

4.5.1 报名审核 23

4.5.2 比赛分组 24

4.5.3 比赛安排 25

4.5.4 赛果录入 26

4.6 系统测试与开发难点 30

第五章 总结与展望 31

5.1 总结 31

5.2 展望 31

参考文献 32

致 谢 33

第一章 绪论

1.1课题研究的背景与意义

随着当今世界体育运动的普及,运动在人们的日常生活中占据了很大一部分[1]。而在如今的中国,足球可谓是一个备受瞩目的运动项目。2002年我国足球国家队进入日韩世界杯决赛圈,吸引了众多国人的关注,虽然近几年来中国足球表现低迷,但是由于国家领导对于中国足球很是重视,所以如今的中国足球运动正在如火如荼的开展着。各级别足球比赛在全国范围内举行,但是一些低级别的足球竞赛都是采用传统的人工模式进行组织和管理,这对于如今科技日益发达的我国国情来说是比较落后了,而怎样将计算机科学与技术应用在足球竞赛领域也是一个发展前景非常大的项目挑战。

传统的足球竞赛都是采用人工来进行管理的,特别是以杯赛模式开展的足球竞赛。它与我们平时接触的联赛不同,联赛的模式是一个球队与联赛中其他的所有球队进行主客场循环赛,而杯赛是采用分组模式的,将多支球队分成多个小组,然后在小组内进行比赛,而后进行淘汰赛。例如武汉理工大学的新生杯足球比赛,就是采用这种杯赛模式,从报名到抽签,以及比赛的安排,都是我校足协在私下进行审核与安排,然后通过QQ群进行相应通知和比赛结果的发布,这类管理模式显而易见的没有透明性。

目前计算机技术蓬勃发展,计算机技术被应用在各种领域中,人们也越来越依赖于计算机[2]。包括现在的智能手机的普及,都代表着计算机技术的发展。如果我们将软件编程技术应用到足球竞赛中,使各方面的资讯都在网络上公开,都通过计算机来实现,我想也是方便了足球竞赛管理者,也使得这种足球竞赛变得更加公平,公正,公开。由此可见,开发足球竞赛管理系统是有必要的。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图