网上教学课件的设计与实现(内含开题报告,论文和程序).rar

RAR格式版权申诉手机打开展开

网上教学课件的设计与实现(内含开题报告,论文和程序),网上教学课件的设计与实现这是一个网上教学课件的设计与实现。适合计算机系的同学们,毕业设计所用,程序里面有的。功能挺齐全的。还包含开题报告和论文。摘 要随着internet在中国的迅速发展,人们日常生活中越来越多地使用这项新的技术来为自己的工作和学习服务。由于web页面能把文本、图像、声音、动画、视像等多种媒体信息集于一...
编号:88-166053大小:4.09M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 kobebryant315 发布

网上教学课件的设计与实现
这是一个网上教学课件的设计与实现。适合计算机系的同学们,毕业设计所用,程序里面有的。功能挺齐全的。还包含开题报告和论文。


摘  要
随着Internet在中国的迅速发展,人们日常生活中越来越多地使用这项新的技术来为自己的工作和学习服务。由于WEB页面能把文本、图像、声音、动画、视像等多种媒体信息集于一体,为人类的信息交流提供方便。因此越来越多的人通过Internet进行信息交流。Internet拉近了人与人之间的距离,还可以在教学领域上发挥网上教学作用,通过建立一个基于WEB的网上教学课件平台,老师可以在线发表课件,学生在线浏览观看课件。
本系统遵循面向对象的软件工程方法,实现了基于WEB系统的基本功能,包括管理员在线发布课件、包括章、节、添加、删除、修改、还可以对学生信息增删改,学生登陆系统可以浏览老师发表的课件,通过菜单展开浏览等功能。本系统采用先进的MVC架构,具有操作简单、界面友善、灵活性好、系统安全性高、运行稳定等特点。
关键词:基于WEB课件,网站系统,面向对象
Abstract

With the rapid development of Internet in China, people's daily life, the increasing use of this new technology to their own work and learning services. Can the WEB page text, images, sound, animation, video and other media information in one set, the exchange of information for human convenience. Therefore, more and more people through the Internet to exchange information. Internet has shortened the distance between people, you can also play in the teaching role of online learning through the establishment of a WEB-based online courseware platform, teachers can publish online courseware, students watch online courseware.
    This system follows the object-oriented software engineering methods to achieve the basic functions of the system based on WEB, published online courseware including administrators, including chapters, sections, add, delete, modify, add or delete student information can also change, students can login View the teacher published courseware, start browsing through the menu functions. The system uses advanced MVC framework, with a simple, friendly interface, good flexibility, system safety, stability and so on.
Keywords: WEB-based courseware, the website system, object-oriented
目  录
摘  要 I
ABSTRACT II
第1章 绪  论 1
1.1 研究现状 1
1.2 课题目的与意义 1
第2章 网站开发环境 3
2.1 ASP介绍 3
2.2数据库介绍 3
2.3 DREAMWEAVER介绍 4
2.4 B/S体系结构 4
2.5 CSS样式表设计 5
第3章 需求分析 6
3.1 概述 6
3.2网站可行性分析 6
3.3 用例分析 6
3.3.1使用UML用系统的需求 6
3.2.2用例分析 7
第4章 系统设计 9
4.1网站总体设计 9
4.2系统流程图 10
4.4数据库设计 13
4.4.1数据库概念模型 13
4.4.2 数据库逻辑设计 14
4.4.2数据库物理模型 15
第5章 系统实现 17
5.1 系统登陆 17
5.2 添加学生信息 18
5.3 章节添加页面 19
5.4章节内容管理 20
5.5软件测试方法 20
第6章 总结 22
致谢 23
参考文献 24