如何写论文?写好论文?免费论文网提供各类免费论文写作素材!
当前位置:免费论文网 > 美文好词 > 课件设计 > 大学毕业设计系统

大学毕业设计系统

来源:免费论文网 | 时间:2018-11-08 14:11 | 移动端:大学毕业设计系统

篇一:大学在线考试系统设计毕业论文

面向对象的系统开发与设计课程设计报告书

成 绩: 学 号:姓 名: 指导教师:

2012 年 2月 15 日

课 程 设 计 任 务 书

大学在线考试系统

摘要:

随着计算机应用的迅猛发展,网络应用的不断扩大,如远程教育和虚拟大学大出现等,且这些应用正逐步深入要千家万户。人们迫切要求利用这些技术来进行在线考试,以减轻教师的工作负担及提高工作效率,与此同时也提高了考试的质量,从而是考试更趋于公正、客观,更加激发学生的学习兴趣。在线考试系统是为了方便学生考试、老师阅卷、提高考试的公正性、公平性。本文主要包括系统的课题概述、业务层设计、数据库设计、数据访问层设置、应用层设计等。

1 课题概述

1.1 系统基本需求

(1)操作简单方便,界面简洁美观。

(2)具有实时性,已注册的用户无论身在何地,通过Internet游览器,都可登录网络考试系统。 (3)具有严肃性和公正性,系统提供的自动交卷功能使考试到结束时间时,系统自动交卷。 (4)提供考试时间倒计时功能,让考生随时了解考试剩余时间。 (5)系统自动阅卷,保证成绩真实,准确。 (6)考生可以随时查看考试成绩 (7)对考生注册信息进行管理 (8)系统运行稳定,安全可靠

系统功能模块如图:

1.2 系统功能分析(用例图) 学生用例图:

管理员用例图:

2 业务层设计

2.1 类的识别

本网站共创建了7个类,分别为 Datacon.cs(数据操作类),JudgeProblem.cs(判断题类)MultiProblem.cs(多选题类),Paper.cs(试卷类),Scores.cs(分数类),SingleProblem.cs(单选题类),GetSafeData.cs(数据安全类)。其中JudgeProblem.cs,SingleProblem.cs,MultiProblem.cs,Paper.cs,Scores.cs放置到BusinessLogicLayer文件夹中,GetSafeData.cs放置到DataAccessHelper文件夹中。

2.2 类的属性和方法设计

(1)Datacon.cs(数据操作类) 方法:

getcon:用来连接数据库

eccom: 用来执行对数据库操作的SQL语句命令 bind: 用于将数据库绑定到表格控件中

ecDropDownList:用于姜数据库绑定到下拉列表框中

Bindinfostring:用于将数据库数据绑定到表格控件中,并获取数据表中的主键字段

(2)SingleProblem.cs(单选题类) 属性:

public int ID{

set

{

this._ID = value; }

get {

return this._ID; }}

public int CourseID{

set {

this._CourseID = value; } get {

return this._CourseID; }}

public string Title{

set {

this._Title = value; } get {

{

this._AnswerB = value; } get {

return this._AnswerB; }}

public string AnswerC{

set {

this._AnswerC = value; } get {

return this._AnswerC; }}

public string AnswerD{

set {

this._AnswerD = value;return } this._Title; }

public string AnswerA {

set {

this._AnswerA = value;} get {

return this} ._AnswerA;}

public string AnswerB{

set

方法:

LoadData 初始化题目

UpdateByProc 更新判断题信息

(3)MultiProblem.cs(多选题类) 属性:

public

int ID{set { this._ID = value; } get{ } return this._ID; }public int CourseID {set { this._CourseID = value; } get { return this._CourseID; } }public { string Titleset{ this._Title = value; } get{return this._Title; } } public{ string AnswerAset { } this._AnswerA = value;get { return this._AnswerA;} }

方法:

LoadData 初始化题目

UpdateByProc 更新判断题信息 (4)JudgeProblem.cs(判断题类)

} get{

}

} return this._AnswerD; public{

string Answer set{

this._Answer = value; } get {

return this._Answer; }

} public{ string AnswerBset{this._AnswerB = value; }get { return } } this._AnswerB; public{ string AnswerCset{ this._AnswerC = value; } get{ return this._AnswerC; } } public{ string AnswerD set {this._AnswerD =value; }} get{} return this._AnswerD; public{ string Answer set { this._Answer = value; } get { return this._Answer; } }

篇二:本科毕业设计论文

武昌理工学院

本科毕业设计(论文)

题 目:基于条形码的

学生考勤系统

学 院:信息工程学院 专 业: 软件工程 学 号:20084225027 学生姓名: 华桥

指导教师:高翠芬

二○一一年十二月三十日

武昌理工学院2012届毕业设计(论文)

基于条形码的学生考勤系统

华桥

摘要

随着现代化科学技术的发展,越来越多的高校的考勤都实行了信息化管理,使用计算机系统代替了复杂的手工方式来管理考勤事务。武昌理工学院实行了成功素质教育,学校对学生的考勤有了严格的要求。考勤系统可以有效地管理高校学生的出勤情况,规范学工处制度管理,保证学校的正常运作,因此,考勤管理系统的设计与实现有着十分重要的意义。

本论文主要介绍了包含学生考勤的客户端,以及管理员对考勤情况的管理功能,并对录入考勤进行智能化分解,确保录入的消息合理。管理员可以对各学院、各班级进行报表查看,实现了方便、快捷、高效、安全、现代化的计算机管理模式,摆脱了传统考勤、低效率、占用课堂时间的手工管理模式。

关键词:条形码;考勤系统;报表

I

华桥:基于条形码的学生考勤系统

Student Attendance Checking System Based On Barcode

Qiao Hua

Abstract

With the development of modern science and technology, Attendance system has been widely used in more and more colleges and universities. Instead of using a complex computer system to manage time and attendance transactions manually.Wuchang university of Technology is committed to a Success of quality education. Therefore, the school has a strict system of student attendance.the attendance of college students can be more effectively managed with the help of the attendance system. In this sense,it has great significance to design such a system to ensure everything of our university can be smoothly progressed.

In this paper, It introuduced the client of Student attendance system. Every function was described in detail in this part of the paper. Administrators can of faculties, each class for report viewing, to achieve a convenient, fast, efficient, safe, modern computer management, from the traditional time and attendance, low efficiency, take up classroom time management manual.

Key Words: barcode; attendance system; Report

II

武昌理工学院2012届毕业设计(论文)

目录

前言 ....................................................... 1

第1章 系统规划 ............................................ 2

1.1系统规划 ....................................................... 2

1.2系统开发技术 ................................................... 3

1.3 系统的可行性论证 ............................................... 4

第2章 系统需求分析 ........................................ 5

2.1 系统调研报告 ................................................... 5

2.2 系统功能需求分析 ............................................... 5

2.2 系统数据库需求分析 ............................................. 7

2.3 系统程序流程分析 ............................................... 7

第3章 系统详细设计 ........................................ 9

3.1 数据库设计 ..................................................... 9

3.2系统模块序列图 ................................................ 14

第4章 系统实现 ........................................... 17

4.1 程序启动 ...................................................... 17

4.2 录入考勤窗体 .................................................. 18

4.3 管理员登录窗体 ................................................ 21

4.4 考勤信息窗体 .................................................. 21

4.5 单个、批量生成条形码窗体 ...................................... 22

4.6 考勤规则管理窗体 .............................................. 26

4.7 例外考勤规则管理窗体 .......................................... 27

4.8 作息时间管理窗体 .............................................. 28

4.9 学院报表窗体 .................................................. 29

III

篇三:郑州大学毕业设计软件学院毕业设计

郑州大学毕业设计(论文)

题 目:图书馆管理系统的设计与实现

指导教师:职为梅 职称:讲师

学生姓名:闫世华 学号:20117610640

专 业:计算机科学与技术

院(系):信息工程学院

完成时间:2015年 5月5 日

2011年5 月5 日

基于ASP.NET的图书馆管理系统设计与实现

摘 要

图书馆作为一个专门收集、整理、保存、传播文献并提供利用的科学、文化、教育机构,

是人们获取知识的主要来源之一。同时,数据库的管理和开发是一项重要内容,在教学实践中占有十分重要的地位。本网站服务器端的代码主要使用c#编写,使用VS2008 和SQL Server 2005相结合开发网站。

论文首先论述了系统的开发背景和设计目标,并对系统开发所用到的技术进行了相关的

简单介绍;其次,介绍了项目的需求分析;再次详细介绍了系统的详细设计;最后,介绍了系统的详细设计。

关键词:数据库,SQL语言,MS SQL Server,C#

Based on the ASP.NET library management system

design and Implementation

Take to

Library as a specialized collection, collation, preservation, dissemination of literature and

provide the use of the scientific, cultural, educational institutions, is that people get the one of

major source of knowledge. At the same time, database management and development is an

important content in the teaching practice, plays a very important role. The web server code is

written using c#, using VS2008 and SQL Server 2005 combined development site.

The paper first discusses the background of the system development and the design goal,

and system development techniques were related briefly; secondly, introduces the project needs

analysis; once again introduced the detailed design of the system; at last, introduces the detailed design of the system.

Key words: database, SQL language, MS SQL Server, C #

目 录

1绪论 ............................................................................. 6

1.1图书管理系统概述 ............................................................ 6

1.2开发环境 .................................................................... 6

1.1系统设计目标分析 ............................................................ 7

2图书管理系统设计分析 ............................................................. 8

2.1系统目标 .................................................................... 8

2.2应用需求分析 ................................................................ 8

2.3系统业务流程 ................................................................ 9

2.4系统功能模块划分 ........................................................... 10

2.5功能模块介绍 ............................................................... 10

2.5.1读者管理模块 ..................................................... 10

2.5.2图书管理模块 ..................................................... 10

3数据库设计分析 .................................................................. 11

3.1数据库设计E-R图 ........................................................... 11

3.2系统数据表设计 ............................................................. 13

3.3数据连接 ................................................................... 16

4功能模块类 ...................................................................... 17

4.1 DATABASE.CS (数据库操作类) ................................................... 17

4.1.1打开数据库连接 ................................................... 18

4.1.2关闭连接 ......................................................... 18

4.1.3释放数据库连接资源 ............................................... 19

4.1.4传入参数并且转换为SqlParameter类型 .............................. 19

4.1.5执行参数命令文本 ................................................. 20

4.1.6将命令文本添加到SqlDataAdapter ................................... 21

4.2VALIDATECLASS.CS(数据验证类) ................................................ 23

4.2.1验证输入为数字 ................................................... 23

4.2.2验证输入为邮编 ................................................... 24

4.2.3验证输入为电话号码 ............................................... 24

4.2.4验证输入为Email .................................................. 24

4.2.5验证输入为网址 ........................................................... 24

4.3OPERATORCLASS.CS(基础数据操作类) .............................................. 25

4.4ADMINMANAGE.CS(管理员功能模块类) ............................................ 26

4.4.1自动生成管理员编号,方法为GetAdminID ............................. 27

4.4.2添加管理员信息 ................................................... 28

4.4.3修改管理员信息 ................................................... 29

4.4.4删除管理员信息 ................................................... 29

4.4.5管理员登录 ....................................................... 29

4.4.6查询管理员信息 ................................................... 30

5系统功能的实现 .................................................................. 31

5.1主页面设计 ................................................................. 31

5.2图书馆信息模块设计 ......................................................... 34

5.3图书档案管理模块设计 ....................................................... 34

5.4图书借还管理模块设计 ....................................................... 36

6 结论............................................................................ 36

致谢 ........................................................................... 38

参考文献 .......................................................................... 39

[1]STEPHEN WALTHER:ASP.NET3.5技术揭秘.人民邮电出版社,2009 ..................... 39


大学毕业设计系统》由:免费论文网互联网用户整理提供;
链接地址:http://www.csmayi.cn/meiwen/12750.html
转载请保留,谢谢!