首页
会员中心
到顶部
到尾部
NET毕业设计

网上选课系统的设计与实现

时间:2020/10/13 14:26:46  作者:  来源:  查看:1  评论:0
内容摘要: /i>196.6.3 选课功能关键类说明207 编码217.1 代码实现与核心算法217.2 代码优化分析248 测试258.1 测试方案设计258.1.1 测试策略258.1.2 测试进度安排258.1.3 测试资源258.1.4 关键测试点268.2 测试用例构建26...
/i>19

6.6.3 选课功能关键类说明20

7 编码21

7.1 代码实现与核心算法21

7.2 代码优化分析24

8 测试25

8.1 测试方案设计25

8.1.1 测试策略25

8.1.2 测试进度安排25

8.1.3 测试资源25

8.1.4 关键测试点26

8.2 测试用例构建26

8.2.1 测试用例编写约定26

8.2.2 测试用例设计27

8.2.3 关键测试用例27

8.2.4 测试用例维护28

9 总结与展望29

9.1 设计工作总结29

9.2 未来工作展望29

 30

参考文献31

附录A 外文翻译—原文部分32

附录B 外文翻译—译文部分39

附录C 软件使用说明书47

附录D 主要源代码48

网上选课系统的设计与实现

网上选课系统的设计与实现

网上选课系统的设计与实现

 


,

网上选课系统的设计与实现

  

 随着在校大学生人数的不断增加,教务系统的数据量也不断的上涨。针对学生选课这一环节,传统的手工登记选择方式已经没办法满足目前需求。因此,开发出信息能够及时更新与查看的网上选课系统时非常有必要的。

从学生网上自主选课以及教师的课程发布两个大方面进行了设计,基本实现了学生的在线信息查询、选课功能以及教师对课程信息发布的管理等功能,另外也初步解决了教师在课程信息发布管理上的权限问题。本系统前端开发语言选用ASP.NET,后台编码选C#,数据库采用MS SQL 2005,通过ASP.NET+C#的可视化编程实现了本系统的功能

本文从系统的架构设计方面以及用户交互体验方面出发,开发了一个扩展性强,代码重用度高的系统,有利于将来的扩展与维护,同时,改善了传统的B/S结构用户交互体验性差和功能性差的状况,提高了系统的实用性及易用性。

 

关键词:网上选课;ASP.NET;信息管理

 


Design and Realization of Online Course System

Abstract

The number of college students with increasing, the educational administration system data quantity also rise. Course for students of this link, the traditional manual registration options have been unable to meet current demand.

So this research is to solve the problem of online course selection system, the system from the student autonomous course selection and online courses for teachers released two major aspects of the design, the basic achievement of the students in online information, selection function as well as teachers of the curriculum management information and other functions, also a preliminary solution to the teachers in the curriculum information administration jurisdiction problem. The front end of the system development language used ASP.NET, C background encoding selected #, database using MS SQL 2005, ASP.NET+C # by visual programming rapid realization of the system.

This study has made great efforts on the architecture design and the interaction to achieve a strongly expanded, highly code-reused, conveniently maintained. This system which is practicable and expedient is so different from the traditional B/S structure based one which is less humanized and capable.

 

Keywords: Online Course;ASP.NET; Information Management


 

1  1

1.1 研究的背景及意义1

1.1.1 选题的背景1

1.1.2 国内外研究现状1

1.1.3 研究的意义2

1.2 系统目标2

2 需求分析3

2.1 功能需求3

2.1.1 子模块说明3

2.1.2 功能需求描述3

2.2 非功能需求3

2.2.1 性能需求3

2.2.2 其它需求3

3 总体设计4

3.1 运行环境4

3.2 基本处理流程4

3.3 模块结构6

4 数据库设计7

4.1 概念结构设计7

4.1.1 设计思路7

4.1.2 E-R7

4.2 逻辑结构设计7

4.2.1 设计思路7

4.2.2 逻辑模型7

4.3 物理结构设计8

4.3.1 存取方式9

4.3.2 存储结构9

5 界面设计10

5.1 界面关系图10

5.2 界面设计成果10

5.2.1 主界面10

5.2.2 子界面11

6 详细设计15

6.1 系统主要功能模块介绍15

6.2 用户登录模块15

6.2.1 用户登录算法描述15

6.2.2 登录程序流程图15

6.2.3 关键类说明16

6.3 教师信息管理模块设计16

6.3.1 教师信息管理算法描述16

6.3.2 教师信息管理程序流程图16

6.3.3 教师信息管理关键类说明17

6.4 学生信息管理模块设计17

6.4.1 学生信息管理算法描述17

6.4.2 学生信息管理程序流程图17

6.4.3 学生信息管理关键类说明18

6.5 课程信息管理模块设计18

6.5.1 课程信息管理算法描述18

6.5.2 课程信息管理程序流程图18

6.5.3 课程信息管理关键类说明19

6.6 选课功能模块设计19

6.6.1 选课功能算法描述19

6.6.2 选课功能程序流程图<   



相关评论
广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号