JAVA论文成绩管理系统毕业设计.doc
文本预览下载声明
目 录
摘 要 2
前言 4
1 需求分析 4
1.1 功能需求分析 4
1.2 性能需求分析 5
1.3 数据库需求分析――数据流图 5
1.4数据结构分析――数据流图 6
2概要结构设计 9
2.1系统功能结构设计 9
2.2 数据库概念结构设计 10
3逻辑结构设计 10
4详细设计及功能实现 11
4.1模块设计与实现 11
5总结 21
参考文献 21
致 谢 21
基于Java的学生成绩管理系统的设计与实现
摘 要:基于技术建立一个关键词: administration management system Based On JAVA
Author: Zhou yapping
Tutor: Chen yiming
(School of Information Science technique normal school,Hunan Agricultural University,Changsha, 410128)Abstract: Fly technically along with the calculator to develop soon and the higher education system reform of continuously thorough, traditional education management the method, means and work efficiencies have already cant adapt the new development demand, cant complete the teaching management work nicely.The main path that raises the educational administration management level is a thought that renews the governor, strengthenning the science understanding to manage the activity.According to the JAVA build up that system of an educational administration of high school management systems pursue studies with the database technique to living to provided the search, modify, save, increase the record and select elective courses etc. with teacher function, the function relatively falls well-found, can satisfy the request between student and teacher basically.
Keyword:JAVA; The need analysis; The essentiadesign; Database; Detailed design
前言
1 需求分析
1. 功能需求分析具体功能如下1.2 性能需求分析
时间特性要求:在软件方面,响应时间,更新处理时间比较快而且迅速。
安全性:设立和密码验证方式,防止非法用户登录操作。1.3 数据库需求分析在系统中功能模块主要牵涉到的信息包括:是信息、、信息、。信息:包含根据以上划分的具体数据信息数据流图如:
1.1数据库需求分析1.4数据分析1.4.1 数据结构:
学生信息={={组成: {编号(course_id)、课程名称(coursename)、教师(teacher)}}
选课信息={组成:{编号(select_id) 课程名称(coursename)、课程编号(course_id)、学号(xh)、姓名(name)、成绩(result) 、教师(teacher)}}
成绩表包括={组成:编号(number)、学号(id)、课程名称(coursename)、成绩(result)、教师(teacher)}}
课程信息包括={组成:课程编号(course_id)、课程名称(coursename)、教师(teacher)}}
班级信息={组成:班级编号(bjbh)、年级(nj)、班级名称(bjmc)、人数(rs)、班主任(bzr)}}
登陆表={组成:口令号(id)、密码(password)、权限(rightlimit)}
1.4.2 数据流: 对图1.中所涉及的描述如下:
数据流名:说明:根据这个定位到用户管
显示全部