基於ASP的在線學習系統的設計與實現ASP+SQL

學識都 人氣:5.61K
畢業論文

基於ASP的在線學習系統的設計與實現
 
摘要:Internet作爲全球性的計算機互聯網,已深入到人們日常生活當中。現代教育技術的發展,使得學生學習得方式發生了巨大的變化,連提交作業的'方式也不再拘泥於傳統的方式。本系統針對這些特點,按照軟件工程學的方法,利用強大的網頁開發工具DreamweaverMX和數據庫開發工具SQL,採用B/S(瀏覽器/服務器)模式設計出基於ASP的在線學習系統。本文闡述了設計的背景,開發工具Dreamweaver的使用,自系統劃分以及各子系統的功能模塊,詳細介紹了基於ASP的在線學習系統的設計與實現過程。同時,對本系統的需求分析,數據流程圖,E-R圖以及數據庫設計進行了介紹。

關鍵詞:ASP ;WWW ;遠程教育 ;瀏覽器 / 服務器

The Design and Realization of Online Learning System Based on ASP
 
Abstract:Internet has already gotten deep to peoples daily life as global computer Internet. The development of Modern Education Technology make the way of study changed so enormously as to something has taken place ,even way to hand over homework no longer only adheres rigidly to traditional way. This system aims at these characteristicseses ,according to the engineering method of the software ,design the learning system. It realizes the system by strong webpage developing tool DreamweaverMX ,asp technology ,SQL server2000,and B/S mode . This text explain the background of the design ,  the use of  DreamweaverMX , the subsystem divides and system every subsystem function and it introduces the procedureof the design of  the learning system by ASP. Meanwhile, it introduces the demand analysis of the system, data flow chart, ER chart, the design of database .

Key Words:ASP; World Wide Web; Distance Education; Browser/Server

目錄
1緒論 2
1.1 Internet和WWW技術 [1] 2
1.2遠程教育的發展概況 3
2 系統開發模式和工具及環境 4
2.1 系統開發模式 4
2.1.1 Client/Server模式及其特點 4
2.1.2 Brower/Server模式及其特點 5
2.1.3 本系統的開發模式及其特點 6
2.2 系統開發工具 6
2.2.2 Active Server Page(ASP) 簡介 9
2.2.3 數據庫軟件選用 11
2.3 系統開發環境簡介 13
3 系統需求分析及概要設計 16
3.1 系統需求分析 16
3.2 系統模塊劃分 16
3.4 E-R圖 17
3.3 數據庫需求 19
3.4 數據流圖 22
3.4.1 面向學生用戶的數據流 22
3.4.2 面向老師用戶的數據流 22
4系統詳細設計 23
4.1課程發佈系統 23
4.2 文章發佈系統的設計與開發 23
4.4 作業系統 27
4.4.1 作業系統結構設計 27
4.4.2作業系統設計 28
4.4.3 作業系統詳細設計 28
4.4.4 後臺教師界面設計: 33
5 結束語 36
致謝詞 38

注:不包括源代碼.

基於ASP的在線學習系統的設計與實現ASP+SQL