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

高校学生科技竞赛信息管理系统开发(asp.net源码+论文)

时间:2020/10/13 14:26:44  作者:  来源:  查看:2  评论:0
内容摘要: 摘  要近年来,随着社会的发展,各种大学生赛事层出不穷,有关赛事自身的信息量也成倍的增长。因此开发出一套全国大学生竞赛赛管理系统迫在眉睫。本系统目的正是在于为管理全国各大高校的竞赛赛事而设计的。本文围绕系统的需求分析、系统设计、系统实现和系统测试展开了一系列工作...

摘  要

近年来,随着社会的发展,各种大学生赛事层出不穷,有关赛事自身的信息量也成倍的增长。因此开发出一套全国大学生竞赛赛管理系统迫在眉睫。本系统目的正是在于为管理全国各大高校的竞赛赛事而设计的。

本文围绕系统的需求分析、系统设计、系统实现和系统测试展开了一系列工作。需求分析从用户对功能的需求和软件性能需求两方面展开。在系统设计中充分利用业务流程图、数据流程图、 UML类图,从而完成了详细规整的整体架构和设计。在数据库的设计中给出了数据库E-R图和数据库的逻辑结构。在系统的需求分析和系统设计的基础上,结合C#、ASP的相关技术对三个层的实现分别进行了阐述和分析。最后对系统的功能测试等做了详尽的描述。系统采用面向对象方法进行开发设计,系统的体系结构使用B/S与MVC相结合的三层结构,以C#为开发语言进行程序设计,运用ASP、web等先进技术对系统进行开发和实现。本系统采用直观、清晰的页面,用户界面友好、风格统一。

现在本系统己经开发完毕。成功做出了用户注册、权限分配、修改密码、管理竞赛、管理竞赛相关综合信息、竞赛报表等模块。

它具有让管理者能发布竞赛内容、竞赛新闻、竞赛规则等;让大学生能够浏览、报名、查询竞赛;它能够大大的提高大赛主办方的工作效率,使赛事管理更加透明化、公正化,预计可以投入到正式的使用之中。

关键字:B/S;高校学生科技竞赛信息管理系统;竞赛报表;ASP.net

Abstract

In recent years, with the development of society, a variety of college student competitions emerge in endlessly. Therefore, it is urgent to develop a national college student competition management system. The purpose of this system is to manage the national competition events in colleges and universities.

This paper focuses on system requirement analysis, system design, system implementation and system testing. The requirement analysis is carried out from two aspects: the requirement of function and the requirement of software performance. In the system design, we make full use of the business flow chart. Data flow chart, UML class diagram, complete the detailed and regular overall structure and design. In the database design, the database E-R diagram and the database logic structure are given. On the basis of system requirement analysis and system design, The realization of the three layers is described and analyzed in combination with the related technology of C#an ASP. Finally, the function test of the system is detailed. The system uses object-oriented method to develop and design the system. The architecture of the system uses the three-tier structure of combining B / S and MVC, and takes C # as the development language to carry on the program design. The system adopts visual and clear ASP pages, friendly user interface and uniform style.

Now the system has been developed. Successfully made user registration, authority allocation, password modification, management competition, management competition related comprehensive information, competition reports and other modules.

It enables administrators to publish competition content, competition news, competition rules, etc. It enables college students to browse, register and inquire about competitions. It can greatly improve the work efficiency of the organizers of the contest, and make the management of the events more transparent and fair. It is expected to be put into formal use.

Key words: B/S; information management system for college students' science and technology competition; competition report; ASP.net

目  录

引言1

1  绪论2

1.1 课题介绍2

1.2 国内外发展现状2

1.2.1国内发展现状2

1.2.2  国外发展现状2

1.3  可行性分析3

1.3.1经济可行性3

1.3.2技术可行性3

1.3.3政策可行性3

1.4 论文主要工作3

1.5 论文安排3

2  需求分析5

2.1 系统功能模块需求5

2.1.1层次方框图5

2.1.2各模块说明6

2.2 数据流图和数据字典8

2.2.1一级数据流图8

2.2.2核心模块的二级数据流图8

2.2.3重要数据字典9

2.3 系统静态建模11

2.3.1全局用例图11

2.3.2核心模块的局部用例图12

2.4 系统动态建模14

2.4.1时序图14

2.4.2协作图17

2.4.3状态图20

2.4.4活动图和泳道图22

3  系统设计27

3.1 概念结构设计27

3.1.1全局E-R图27

3.1.2各模块的局部E-R图27

3.2 逻辑结构设计28

3.2.1关系表的范式与约束28

3.2.2关系表间的关系图32

3.2.3系统类图33

3.3 物理结构设计34

3.3.1存储方式和位置34

3.3.2索引35

3.3.3配置图35

4  系统实现与编码36

4.1 前台设计36

4.1.1主要功能模块的界面与代码36

4.1.2核心算法编程40

4.2 后台设计41

4.2.1后台功能模块的界面及编码41

4.2.2 登录与MD5加密算法47

4.2.3用户权限管理48

5  测试49

5.1 正确测试用例49

5.1.1测试用例设计49

5.1.2测试结果51

5.2 错误测试用例51

5.2.1测试用例设计51

5.2.2测试结果53

5.3组件图54

6  结束语56

6.1 主要成果56

6.1.1完成的系统功能56

6.1.2系统特点56

6.2 展望57

6.2.1未完成的系统功能57

6.2.2存在的不足之处57

参考文献58

附  录59

附录一:59

附录二:62

附录三 :63

附录四 :64

高校学生科技竞赛信息管理系统开发(asp.net源码+论文)

高校学生科技竞赛信息管理系统开发(asp.net源码+论文)

  



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