论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW13941 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 《软件工程》精品课程教学网站的设计与实现 (收费:1000 积分)  

论文字数: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.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:学生公寓管理系统的设计与实现 下一篇:基于ASP与Access数据库的网站开发
Tags:《软件工程》 精品课程 教学 网站 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号