奖学金评定系统的设计与实现(附答辩记录)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

奖学金评定系统的设计与实现(附答辩记录)(包含选题审批表,任务书,开题报告,中期检查报告,毕业论文14000字)
摘  要:本文论述了奖学金评定系统从分析到实现的整个过程,说明了系统实现的基本思路,介绍系统不同的功能模块以及实现的相关技术。学生奖学金评定管理系统是 为了适应新形式下学生奖学金评定工作而开发的一套管理系统,其运用SQL Server 2005作为后台数据库,用JSP、Eclipse为开发工具。本系统能够实现学生德智体综合信息库的自动导入,按照公式自动进行德智体综合排名,根据比 例要求自动生成获得奖学金学生信息。本系统能够查询、修改各种信息,对排名、获奖学生信息进行统计,生成报表,基本满足学生、工作人员的需要;可以为教务 工作有关部门提供优质、高效的业务管理和事务处理,同时采用安全可靠的处理和控制技术,及时、准确、可靠地采集和传输信息,建立完备、可靠的处理机制,提 高工作效率,减少出错率。
关键词:奖学金评定系统;JSP;数据库;SQL Server 2005;Eclipse

THE DESIGN AND IMPLEMENTATION OF THE SCHOLARSHIP ASSESSMENT SYSTEM
Abstract: This paper discusses the entire process of the scholarship assessment system from analysis to implementation, illustrates the basic idea, the system function modules, as well as the related technologies. Scholarship assessment system is developed in order to adapt to the new way of scholarships for students of the assessment work. It adopts SQL Server 2005 as database tool, and JSP, the Eclipse development as development tool. The system can automatically import comprehensive information including moral, intelligence and physical results of students, which can be sorted according a certain formula. Then the winner list of scholarship can be generated according to the proportion of scholarship. Student information can be able to be queried and modified. The system can also do some statistical works on ranking, award-winning and generate reports, which can basically meet the needs of students and staff. The proposed system can provide quality and efficient business management and transaction processing for the relevant departments of the administration, and also use the secure and reliable processing and control technology to collect and transmit messages timely, accurately and reliably, which can improve efficiency and reduce the error rate.
Key words: the scholarship evaluation system; JSP; data base; inquire

研究内容
本 系统的开发要实现对学生档案管理、学生奖学金管理和毕业生成绩管理的自动化、规范化,同时达到避免人工管理的不规范性和随意性。再者,该系统需要满足用户 的要求,进行可靠的录入,准确的计算和有效的查询、修改。该系统分为多个模块,分别是注册模块、登录模块、信息显示模块(显示获得奖学金的学生)、学生模 块、辅导员模块、教务处模块、管理员模块各模块又分为几个子功能,模块间耦合度较小。

系统描述
高等学校学生奖学金管理是一项非常 复杂的工作,但目前还没有专门的计算机软件进行统一管理。评奖学金时,我校的各系、各年级各自为政,用人工或计算机临时建库录入打印。这样不仅效率低下, 而且极不规范、极不统一,造成大量的人力、物力浪费。本系统的开发实现了对学生档案管理、学生奖学金管理和毕业生成绩管理的自动化、规范化,避免了人工管 理的不规范性和随意性。同时,该系统能满足用户的要求,进行可靠的录入,准确的计算和有效的查询、修改。
该系统分为7个模块,分别是注册模块、登录模块、信息显示模块(显示获得奖学金的学生)、学生模块、辅导员模块、教务处模块、管理员模块各模块又分为几个子功能,模块间耦合度较小。

目    录
摘要    1
关键词    1
1  前言    2
1.1  研究背景    2
1.2  研究目的与意义    2
1.3  研究现状    3
1.4  研究内容    3
1.5  研究方法    3
1.6  相关技术    3
1.6.1  JAVA编程    3
1.6.2  JSP动态页面技术    4
1.6.3  其他技术    4
2  可行性分析    5
2.1  研究前提    5
2.1.1  研发该项目的原因    5
2.1.2  开发理念    5
2.2  预期系统    6
2.2.1  基本目标    6
2.2.2  操作可行性    6
2.2.3  社会因素方面的可行性    6
3  需求分析    6
3.1    基本概念    6
3.2    系统描述    7
3.3    系统功能列表    7
3.4    系统功能说明    9
3.5    系统质量需求    9
4    概要设计    10
4.1    基本功能    10
4.2    总体设计结构图    11
4.3    登录模块流程图    12
5    详细设计    13
5.1    模块汇总    13
5.2    学生模块    13
5.2.1  总流程图    13
5.2.2  帐号管理    14
5.2.3  申请书管理    15
5.2.4  个人信息管理    17
5.2.5  分数查询管理    18
5.3    辅导员模块    19
5.3.1  总流程图    19
5.3.2  学生信息管理    20
5.3.3  申请书审核管理    21
5.3.4  学生帐号管理    22
5.3.5  辅导员帐号管理    22
5.4    教务处模块    24
5.4.1  总流程图    24
5.4.2  申请书复审    24
5.4.3  信息查询    25
5.4.4  公告管理    27
6    结论    28
参考文献    28
致谢    39