{$cfg_webname}
主页 > 计算机 > PHP >

程序设计实训成绩管理系统的设计(HUSTOJ,PHP)

来源:56doc.com  资料编号:5D20439 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20439
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

程序设计实训成绩管理系统的设计(HUSTOJ,PHP)(任务书,开题报告,论文说明书12000字,程序代码)
摘要
随着现代科学技术水平的提升和教育体系的改革,人们对于教育有了更深层次的理解,在追求优异成绩的基础上更加注重进行实践,提高自己的实践能力。为了提高大学生的实践能力,课程学习过程中增加实训项目已经成为了现在大学教育的一种趋势。
本文主要研究了学生实训项目的一种教学方式,利用学生实训成绩管理系统来对学生实训项目的过程和学生的成绩进行管理,这种方式可以很大程度上减轻教师的实训工作但是又可以加强学生的实践能力。
本文首先对学生实训成绩管理系统的项目背景和研究意义进行了介绍,随后将国内外近些年对于该课题的研究情况做了相应的介绍。然后对项目开发过程中需要涉及的一些关键技术进行了简单讲解并进行了需求分析介绍,最后则是介绍了整个系统各个模块的设计和实现方法。本系统主要是借助于HUSTOJ系统来对学生提交的实训项目内容进行评判,采用MySQL数据库进行数据的管理,主体部分利用Java语言进行开发,使用了PHP技术,服务器使用Tomcat,完成了学生信息的批量导入和创建、密码修改、成绩导出和查看成绩等基本功能。学生实训成绩管理系统的应用能有效地提高学生的实践能力和教师的教学效率。
关键词:HUSTOJ;实训成绩管理;Java;PHP

Abstract
    With the development of modern science and technology level and the reform of education system, people have a deeper understanding about education, pay more attention to their practice ability. In order to improve the students' practical ability, increasing training course in the student has become a trend of the present university education.
    This thesis mainly studies the student training project of a kind of teaching method,students training management system is used to the process of training programs for students and student performance management, this approach can largely reduce the teacher's training work but also can strengthen the students' practical ability.
    This thesis introduces the project background of students training management system and research significance, second introduces the research at home and abroad and the key technology of the project design, then does the requirement analysis. Finally the paper introduces the design of the whole system and methods. This system mainly uses HUSTOJ system to the content of the training project of the students to submit, and uses MySQL database for data management. Using Java language to make main body, and the technology of PHP, and the Tomcat server, completing the student information batch import and export to create, password modification, performance and basic function such as check. Applications of students training management system to improve the students' ability of practice and teaching efficiency.
Key Word:HUSTOJ; Practical Performance Management; Java; PHP
 本课程主要结合了从理解、分析、设计到实现的过程进行了几个重要方面的介绍:
第一部分:介绍了自己对于学生实训成绩管理系统这一项课题内容的理解,通过资料的收集查阅了解了此课题的意义和背景,同时了解了目前国内外对于该课题的研究现状;
第二部分:介绍了该课题项目开发过程中各个模块涉及到的几种主要技术;
第三部分:对该课题项目进行需求分析,用画出的UML中的用例图、顺序图和活动图、得出的功能需求、性能需求来对该课题项目需求进行详细分析;
第四部分:完成了需求分析对于整个项目有了基础则进行项目的设计过程,包括总体设计和详细设计,其中有项目整体架构设计、数据库设计、功能模块内容设计;
第五部分:通过系统界面、实现所使用的方法和技术、以及部分核心代码来对模块功能实现进行分析。
第六部分:完成了学生实训成绩管理系统,对这段期间内自己所做的工作进行总结,并做出展望。
 

程序设计实训成绩管理系统的设计(HUSTOJ,PHP)
程序设计实训成绩管理系统的设计(HUSTOJ,PHP)
程序设计实训成绩管理系统的设计(HUSTOJ,PHP)
程序设计实训成绩管理系统的设计(HUSTOJ,PHP)


目录
第1章绪论    1
1.1项目背景    1
1.2研究意义    1
1.3国内外研究现状    2
1.3.1国外研究现状    2
1.3.2国内研究现状    2
1.4设计内容与组织层次结构    3
1.5本章小结    3
第2章相关技术介绍    4
2.1HUSTOJ    4
2.2Tomcat服务器    4
2.3Java技术    4
2.4MySQL数据库    4
第3章系统需求分析    5
3.1系统角色分析    5
3.1.1管理员    5
3.1.2教师    5
3.1.3学生    6
3.2系统用例分析    6
3.2.1管理员用例分析    6
3.2.2教师用例分析    7
3.2.3学生用例分析    7
3.3系统活动分析    8
3.3.1管理员活动图    8
3.3.2教师活动图    9
3.3.3学生活动图    9
3.4系统功能需求分析    10
3.4.1注册    10
3.4.2登录    10
3.4.3修改密码    11
3.4.4导入名单    11
3.4.5提交程序    11
3.4.6查看成绩    11
3.4.7导出成绩    11
3.4.8评价    11
3.4.9综合成绩    11
3.5性能需求    12
3.6系统开发环境    12
3.7本章小结    12
第4章系统设计    13
4.1系统体系结构设计    13
4.2Lamp    13
4.3系统数据库设计    14
4.3.1主要实体设计    14
4.3.2主要实体关系图设计    16
4.3.3数据表设计    17
4.4本章小结    18
第5章系统关键功能模块实现    19
5.1系统开发环境    19
5.2 HUSTOJ搭建    19
5.3登录与注册的功能    20
5.4学生信息导入    21
5.5管理员权限管理    22
5.6成绩导出    23
5.7查询成绩    24
5.8综合成绩认定    25
5.9提交代码    25
5.10修改密码    26
5.11本章小结    26
第6章总结与展望    27
6.1总结    27
6.2展望    27
参考文献    29
致谢    30

推荐资料