设计描述:
文档包括:
word说明书一份,共51页,约18000字
任务书一份
开题报告一份
外文翻译一份
源程序代码一套
毕 业 设 计论 文 任 务 书
一、题目及专题:
1、题目 基于ASP.NET技术高校多媒体教学资源管理系统的设计和实现
2、专题
二、课题来源及选题依据
多媒体教学是各种教育资源之一,它是根据教学目标设计,从而表现特定的教学内容,有效的将文字,图
形,图形,图画,动画,声音结合起来,它具有直观,生动,形象和感染力强的特点,可以激发和培养我们的
学习兴趣。在这样一种学习环境中,可以充分创造出一个图文并茂,有声有色,生动逼真的教学环境,为教师
教学的顺利实施提供表达工具,使教学变得精彩,让我们获得真切的感知,主动观察,最终自行找到答案。因
此,学校需要研究一套多媒体教学系统来提高教学质量,实现教育系统化。
三、本设计(论文或其他)应达到的要求:
①采用ASP.NET技术设计一个动态网站;
②主题明确,教材管理系统开发界面美观大方,要有创新性,体现
出多媒体教学的特点;
③系统运行稳定,安全可靠;
④具有实时性,学生,教师和管理员可以方便登陆查询信息,确保信息的准确性;
⑤管理员负责管理整个网站,可以管理学生和老师;
⑥完成英文资料的翻译,完成毕业论文。
摘 要
随着计算机技术与网络技术的发展,应用现代信息技术构架进行网络教学成为现代教育的一种趋势,教学网站
以网络为平台,为更多的人提供接受教育的机会,成为现代教育技术改革与发展的方向。
本系统采用了B/S体系结构,以Microsoft Visual Studio 2005作为前台开发工具,以Microsoft SQL Server作
为后台数据库管理系统进行开发。根据实际需求,教学网站采用模块化的设计思想,在Windows XP操作系统环
境下,搭建ASP.NET运行环境IIS5.1,通过使用C#语法的脚本语言完成动态的、交互的web服务器应用程序,实
现网络教学网站的主要功能,包括学生在前台的浏览、课件下载、教程查看、在线测试、网上提问、视频教学
等功能;教师登录实现教师资料管理,教案发布,网上答疑,考试题库维护;管理员在后台进行的教师管理、
学生管理等功能。
本系统具有多方面特点:首先,系统通过用户的身份验证,提供了三种用户的权限的划分,极大的提高了系统
的安全性和管理的方便性;其次,通过人性化的界面设计,使用简单方便,提高的系统的易用性。
关键词:网络教学;多媒体;SQL Server;ASP.NET
Abstract
With the development of computer technology and network technology, application of modern
information technology framework for online teaching to become a trend in modern education,
teaching site to the network as a platform for more people access to education, become modern
educational technology reform and development.
The system uses the B / S architecture, the Microsoft Visual Studio 2005 development tool as a
front to Microsoft SQL Server as the backend database management system development. According to
actual demand, teaching sites using modular design, the Windows XP operating system environment,
build ASP.NET runtime environment IIS5.1, through the use of C # syntax of the scripting language
to complete a dynamic, interactive web server applications to achieve .The main function of
online teaching sites, including students in the foreground of the view, courseware download,
tutorials, view, online testing, online questions, videos and teaching functions; teachers
realize teachers log data management, lesson plans, publishing, online Q & A, Exam maintenance;
Administrator in the background of the teacher management, student management and other
functions.
This system has many characteristic: Firstly, the system through user authentication provides
three user rights division, which greatly improves system security and ease of management.
Secondly, human interface design, Easy to use, improve the system's ease of use.
Key words: Online teaching; multi-media; SQL Server; ASP.NET
目 录
摘 要 III
ABSTRACT IV
目 录 V
1 绪论 1
1.1 本课题的研究内容和意义 1
1.2 国内外的发展概况 1
1.3 本课题应达到的要求 1
1.4 课题研究的目的和意义 2
2 关键性技术 3
2.1 ASP.NET技术 3
2.2 SQL SERVER技术 3
3 需求分析 5
3.1 系统实现的目标 5
3.2 系统业务流程分析 5
3.3 系统可行性分析 7
3.3.1 技术可行性 7
3.3.2 经济可行性 7
3.3.3 操作可行性 7
3.4 系统开发环境 8
3.5 数据流分析 8
3.6 数据字典 10
3.6.1 数据存储分析 10
3.6.2 数据流分析 11
4 总体设计 15
4.1 系统总体设计和功能设计 15
4.2 数据库设计 16
4.2.1 系统E-R图 16
4.2.2 系统表设计 19
5 系统实现 21
5.1 详细设计和系统实现步骤 21
5.2 程序流程图设计 21
5.3 数据库连接设计 21
5.4 管理员子系统的实施 22
5.4.1 登录模块设计 22
5.4.2 系统主页面设计 23
5.4.3 信息管理模块 23
5.4.4 学生管理模块 25
5.4.5 答疑管理模块 26
5.4.6 教师管理模块 26
5.5 教师子系统的实施 28
5.5.1题库管理模块 28
5.5.2 视频管理模块 29
5.5.3 答疑回复模块 31
5.6 功能模块的设计和实现 31
5.6.1 系统注册模块 31
5.6.2 学生登录模块 32
5.6.3 学生信息修改模块 33
5.6.4 可见信息浏览及下载模块 34
5.6.5 学习自测模块 34
5.6.6 教程信息模块 36
5.6.7 答疑室模块 36
6 系统测试 38
7 结论与展望 39
7.1结论 39
7.2不足之处及未来展望 39
致 谢 40
参考文献 41
|