学校田径运动会管理系统—毕业设计论文.doc
文本预览下载声明
学校田径运动会管理系统
专业:计算机科学与技术 学 号:7000803115 学生姓名:胡 强 指导教师:陈木生
摘 要
学校田径运动会管理系统是典型的信息管理系统设计充分利用VISUAL BASIC数据库,提高了编程效率和可靠性。同时对系统的开发原理、系统的功能特点和设计方案进行了介绍。: VB 田径运动会 Access
ABSTRACT
The sports meeting administrative system of track and field is a typical information management system. It makes games management simple and convenient for organizer to arrange and manage the games with reason. It makes no-paper work possible, and save a lot of manpower and material resources. This paper use Visual Basic as the development tool and Access 2003 as the background data base first, then introduce the background of development, and the developing and operating of the system through photographs and charts. Design the characteristic fully utilizing VISUAL BASIC and ACCESS database to be apt to use and develop fast to improve programming efficiency and dependability . At the same time, the development of system principle, the system characteristic function and the planning design are introduced. it is developed based on the sufficient analysis and the systemic argumentation of the games management system. It not only can complete the general operation of games management, but also have the characteristics such as programmer reasonable, operating simply, running reliably and excellent secrecy.
Keywords: Visual Basic Sports meeting of track and field Access
目 录
摘 要 1
ABSTRACT 2
前 言 5
第一章 需求分析 6
1.1系统的综合需求 6
1.1.1 功能需求 6
1.1.2 性能需求 6
1.2建模分析 6
1.2.1数据模型 7
1.2.2功能模型 8
1.2.3 行为模型 9
第二章 总体设计 10
2.1 软件的特点 10
2.2 系统功能模块 10
2.3.功能分解 12
2.3.1 总体功能分解 12
2.3.2 具体功能分解 12
2.4 设计软件结构 14
第三章 详细设计 15
3.1 前期编排模块 15
3.1.1定义比赛项目 15
3.1.2 设置工作岗位 15
3.1.3 录入工作人员 16
3.1.4 运动员报名 16
3.1.5 录入纪录成绩 16
3.1.6 生成秩序册 17
3.1.7 查看秩序册 17
3.2 比赛管理模块 17
3.2.1 径赛成绩录入与输出 17
3.2.2 田赛成绩录入与输出 18
3.2.3 全能成绩录入与输出 18
3.3 查询输出模块 18
3.3.1 运动员成绩 18
3.3.2 项目成绩 19
3.3.3 代表队查询 19
3.3.4 总分表 20
3.3.5 项目得分表 20
3.3.6 成绩名次表查询 20
3.3.7 成绩汇册 21
3.4 系统工具 21
3.4.1 运动会数据备份和恢复 21
3.4.2 系统数据表浏览 22
3.4.3 用户管理 22
第四章 系统实现 23
4.1 数据库表创建
显示全部