1、第 1 页 共 63 页 多媒体教学的设计与实现多媒体教学的设计与实现 摘摘 要要 随着近几年来微机技术、 网络技术及相应软件技术的迅猛发展, 学校的教学、 管理等工作已越来越离不开计算机了。 本系统在线教学是针对现今教学模式复 杂,管理繁琐这一问题开发、研制出来的。 本系统基本遵循软件工程方法论进行系统分析、总体设计、详细设计和软件 测试。采用 ASP.NET 技术作为创建应用程序的方式,以 C#作为编程语言,采用 SQL Server 数据库作为后台数据库。它是基于 Browser/Server 结构下形成的数据 驱动的 Web 应用程序。 实现了管理员对班级信息、教师信息、学生信息、留言
2、板的维护;教师角色 对教学课件、教学软件、教师意见、给学生布置作业、网上练习以及网上答疑的 管理;学生角色可以查看教学课件、教学软件、教师意见、给学生布置作业、网 上练习以及网上答疑的查看及留言板的发表、回复与查看。 关键字 .NET;SQL Server;在线教学 II The Design and Implementation of Multimedia Teaching Abstract With the computer technology in recent years, network technology and corresponding software technolog
3、y, the rapid development of the teaching, management work has become increasingly inseparable from the computer. The system - data structure courses online teaching is the teaching model for todays complex and complicated issue management development, research and out. The system basically follows t
4、he software engineering methodology for system analysis, design, detailed design and software testing. Using ASP.NET technology as a way to create applications to C # as the programming language, using SQL Server database as the backend database. It is based on Browser / Server structure, formed und
5、er the data-driven Web applications. Administrators realized the class information, teacher information, student information, message boards, maintenance; role of teachers teaching courseware, educational software, teacher comments to students assignments, online exercises and online Q student role
6、can view the courseware , educational software, teacher comments to students assignments, online exercises and online Q String a=i Tostring();/转换(或者)Boxing。 4 1.6 B/S1.6 B/S 模式概述模式概述 B/S模式,即Browser(浏览器)/Server(服务器)模式 它是随着Internet技术的兴起, 对C/S(Client/Server)模式应用的扩展。在这种结构下,用户工作界面是通过WWW 浏览器来实现,一部分事务逻辑在前端实现,但是主要事务逻辑在服务端实现。B/S 结构,主要是利用了不断成熟的WWW浏览器技术,结合浏览器的多种Script语言 (VBScript、JavaScript)和ActiveX技术,用通用浏览器就实现了原来需要复杂专用 软件才能实现的强大功能,并节约了开发成本,是一种全新的软件系统构造技术。 (1) 成本降低、选择更多。众所周知Windows在桌面电脑上几乎一统天下,浏