网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 计算机论文 -> ASP -> 《软件工程》精品课程教学网站的设计与实现
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

《软件工程》精品课程教学网站的设计与实现

本文ID:LW4965 字数:27604,页数:56 价格:¥98.00 → 信用说明

扫一扫 扫一扫
《软件工程》精品课程教学网站的设计与实现

包括文档,开题报告,设计,带演示录像,文档字数:27604,页数:56

摘  要:随着网络技术的发展和网络的普及,网络教学已经成为当前的一个教育热点。国家教育部根据当前的教育形式,适时提出了以建设“国家精品课程”为主要内容的“质量工程”,以实现优质教学资源共享,提高高等学校教学质量和人才培养质量。根据教育部的精神,在这3-5年内各大高校共建设了1000多门精品课程。精品课程的建设很大程度上缓解了我国教育上的窘境。
 本次设计是围绕《软件工程》精品课程教学网站的设计与实现而展开的。《软件工程》精品课程教学网站是一个典型的基于WEB的网络教学平台,系统以ASP(Active Server Pages)作为开发工具,使用SQL Server 2000作为数据库。经过分析,用户安全性、文件传输、视频教学是该系统的难点。其中本系统的功能主要包括:教学内容管理、作业管理、网上答疑管理、考试管理、资料库管理、公告管理等,这些功能的设计实现使该网站功能完备,易使用,交互性强。
 《软件工程》精品课程教学网站为学生提供一个网上自学该课程的环境,为教师提供了一个友好的教学平台,为提高教学质量和教学效益提供一种有效的途径。同时也为国家精品课程的建设添了一份力。

关键词:精品课程 文件传输 教学网站 基于Web
Design and Implementation of Teaching Website of Choice Courses for Software Engineering

Abstract:  Along with the development of networks technology and the popularity of networks, online teaching has already been an educational hotpot. According to the present educational situation, the Ministry of Education, in time, put forward a quality project, which regards building of national choice courses as main content, to share the excellent teaching resources and to promote the teaching quality of colleges and the quality of talents cultivation. According to the spirits of the Ministry of Education, more than 1000 choice courses will be built in 3 or 5 years in colleges. Greatly, the building of choice courses alleviates the educational embarrassment of our country.
 This project designs and implements a choice courses teaching website of the subject of software engineering. The website is a typical online teaching platform based on the Web. It employs the ASP (Active Server Pages) as developing tool, while utilizing the SQL Server 2000 as database. After analysis, the security of users, transmission of files, video teaching are viewed as the difficulties of the system. And the system mainly includes such functions as management of teaching content, schoolwork management, online replying management, testing management, material management, and bulletins management and so on. The realization of such functions makes the very website a perfect, easy-to-use, high-interactive one.
 The choice courses teaching website of software engineering provides students with the conveniences of online self-learning, while the teachers with a friendly teaching platform. It is an effective way to boost the teaching quality and efficiency. Meanwhile, it makes great contribution to the building of national choice courses.
 
Keywords: choice courses; transmission of files; teaching website; based on the Web
目    录

1 绪论 1
1.1 问题定义及内容简介 1
1.2 研究背景与研究意义 1
1.2.1 本课题研究背景 1
1.2.2 本课题研究意义 3
1.3 课题调研与可行性分析 3
1.3.1 课题调研 3
1.3.2 可行性分析 5
1.4各章内容介绍 6
2 系统需求分析 8
2.1 系统的性能要求 8
2.2 系统功能需求分析 8
2.2.1 功能划分 8
2.2.2 功能描述 8
2.3 用例模型 10
2.3.1普通用户用例图 10
2.3.2学生用例图 10
2.3.3教师用例图 11
2.4 活动图 13
2.5 数据流图 14
2.6数据字典 15
3系统设计 18
3.1系统总体结构设计 18
3.2系统数据模型设计 18
3.2.1 E-R图 18
3.2.2 关系模型 20
3.2.3 数据库表的设计 21
3.3系统开发与运行环境的确定 24
3.3.1 系统开发环境 24
3.3.2 系统运行环境 24
3.4系统实现的若干关键技术 25
3.4.1 UML建模技术 25
3.4.2 ActiveX技术 26
3.4.3流技术 26
4系统内核设计 27
5用户管理 28
5.1用户注册 28
5.2用户登陆 30
5.3找回密码 30
5.4系统安全性 32
6网上课堂 33
6.1课件管理 34
6.2 在线教学子模块 34
7作业模块 36
7.1作业上传 36
7.2作业批改 38
8答疑模块 39
8.1学生提问 39
8.2教师答疑 40
8.3在线聊天 41
9公告模块 42
10测试模块 43
11用户使用手册 44
11.1系统功能简介,运行环境简介 44
11.1.1 系统功能简介 44
11.1.2 系统运行环境 44
11.2系统安装手册 44
11.2.1 系统配置 44
11.2.2 实施方案 44
12系统评价 45
12.1系统主要特色 45
12.2系统存在的不足与改进方案 45
12.3毕业设计心得与收获 45
致  谢 48
参 考 文 献 49

 

《软件工程》精品课程教学网站的设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于ASP与Access数据库的网站开发 下一篇:学生公寓管理系统的设计与实现
推荐论文 本专业最新论文
Tags:《软件工程》 精品课程 教学 网站 设计 实现 2009-08-30 15:11:18【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有