軟件工程數(shù)據(jù)結(jié)構課程網(wǎng)站設計.rar
軟件工程數(shù)據(jù)結(jié)構課程網(wǎng)站設計,包括開題報告,任務書,完整論文,答辯ppt,外文翻譯,系統(tǒng)程序等完整全套畢業(yè)設計作品摘要隨著多媒體技術的日益發(fā)展,多媒體教學已廣泛用于遠程教學中,數(shù)據(jù)結(jié)構網(wǎng)站設計對開展多媒體教學,培養(yǎng)學生的創(chuàng)新精神具有實際意義。本設計采用asp技術,設計制作了一個集在線答疑、課件學習、資料下載、作業(yè)提交、討...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 wwwwe 發(fā)布軟件工程數(shù)據(jù)結(jié)構課程網(wǎng)站設計
包括開題報告,任務書,完整論文,答辯PPT,外文翻譯,系統(tǒng)程序等完整全套畢業(yè)設計作品
摘要
隨著多媒體技術的日益發(fā)展,多媒體教學已廣泛用于遠程教學中,數(shù)據(jù)結(jié)構網(wǎng)站設計對開展多媒體教學,培養(yǎng)學生的創(chuàng)新精神具有實際意義。
本設計采用asp技術,設計制作了一個集在線答疑、課件學習、資料下載、作業(yè)提交、討論交流、例題講解、實驗指導等功能于一體的數(shù)據(jù)結(jié)構專題學習網(wǎng)站,該系統(tǒng)有較強的安全性,靈活性,程序與數(shù)據(jù)相互獨立,系統(tǒng)功能齊全,實用性強,能夠方便學生學習和交流,不受時間、空間的限制。在靜態(tài)語言設計上,本設計創(chuàng)新性的采用了基于web標準化的設計方法,使得靜態(tài)頁面源文件減少了一半以上。
關鍵詞: asp 數(shù)據(jù)結(jié)構 網(wǎng)站設計 WEB標準化
The Design of Data Structure Web
Abstract
With the development of the multimedia technique, multimedia teaching has been extensively applied in long distance teaching. The design of data structure web has practical significant for expanding multimedia teaching and training the innovation spirits of the students.
This project adopts asp technology and designs a study web which has many functions as online replying, courseware studying, data downloading, exercises submission, discuss communication, example explaining, experiment guidance, etc. This system has good security and flexibility. The program and data are independent to each other. The functions of the system are full and the practicability is strong. It is capable of studying and communicating for students expediently without the restricting of time and place. On the design of static state language, the project adopts design method based on standard web. It makes the source files of static state page layout reduced by half.
Keywords: ASP , data structure , web design , WEB standardization
目 錄
1 引言 1
1.1 建設專題學習網(wǎng)站的必要性 1
1.1.1 創(chuàng)新教育思想的要求 1
1.1.2 “個性化”教育的要求 1
1.1.3 學生自主學習的要求 1
1.2 專題學習網(wǎng)站發(fā)展 2
1.2.1 課程專題網(wǎng)站的歷史和現(xiàn)狀 2
1.2.2 課程專題網(wǎng)站的發(fā)展趨勢及未來前景 2
2 數(shù)據(jù)結(jié)構網(wǎng)站的開發(fā)工具 3
2.1 網(wǎng)站系統(tǒng)的運行環(huán)境 3
2.1.1 服務器端的配置 3
2.1.2 客戶端配置 3
2.2 網(wǎng)站的開發(fā)環(huán)境 3
2.2.1 ASP介紹 3
2.2.2 Access數(shù)據(jù)庫簡介 4
2.2.3 WEB標準化簡介 5
2.3 網(wǎng)站開發(fā)所用到的軟件 5
2.3.1 Firework 5
2.3.2 Dreamweaver 5
3 課題總體方案 6
3.1 系統(tǒng)的總體設計 6
3.2 擬定的設計原則 7
3.2.1 實用性原則 7
3.2.2 易用性原則 7
3.2.3 先進性原則 7
3.2.4 穩(wěn)定性原則 7
3.2.5 安全性原則 8
3.2.6 拓展性原則 8
3.3 系統(tǒng)軟件結(jié)構 8
3.3.1 數(shù)據(jù)層 8
3.3.2 程序?qū)?nbsp;8
3.3.3 用戶界面層 8
3.4 數(shù)據(jù)庫的設計 9
3.4.1 數(shù)據(jù)庫基本概念 9
3.4.2 網(wǎng)站數(shù)據(jù)庫的設計 10
3.5 功能模塊的設計 12
3.5.1 課件學習功能模塊 12
3.5.2 經(jīng)典例題講解 12
3.5.3 實驗指導模塊 12
3.5.4 資料下載模塊 12
3.5.5 參考書目模塊 12
3.5.6 在線答疑模塊 12
3.5.7 討論交流模塊 12
3.5.8 作業(yè)上傳模塊 13
3.6 課件的權限設置問題 13
3.6.1 對非授權用戶的限制 13
3.6.2 學生權限的控制 13
3.6.3 教師權限的控制 13
4 網(wǎng)站系統(tǒng)的實現(xiàn) 14
4.1 公共文件的開發(fā) 16
4.1.1 數(shù)據(jù)庫鏈接文件 16
4.1.2 css樣式控制表 16
4.2 登錄驗證模塊 17
4.2.1 設計思路 17
4.2.2 解決方法 17
4.3 在線答疑模塊 18
4.3.1 設計思路 18
4.3.2 解決方法 18
4.4 討論交流模塊 19
4.4.1 設計思路 19
4.4.2 解決方法 19
4.5 資料下載模塊和作業(yè)上傳功能 20
4.5.1 設計思路 20
4.5.2 解決方法 20
4.6 其他通用模塊 21
4.6.1 設計思路 21
4.6.2 解決方法 21
5 系統(tǒng)測試 23
6 總結(jié) 26
6.1 功能總結(jié) 26
6.1.1 課件學習功能 26
6.1.2 在線答疑功能 26
6.1.3 作業(yè)上傳功能 26
6.1.4 資料下載功能 26
6.1.5 經(jīng)典例題功能 26
6.1.6 實驗指導功能 26
6.2 技術總結(jié) 26
附錄 光盤使用說明 28
參考文獻 29
致 謝 31
TA們正在看...
- 《整理與歸納》教學設計(部級優(yōu)課).docx
- 《整理與歸納》氣體專題評測練習(江蘇省縣級優(yōu)課)....docx
- 《整理與歸納》水的凈化練習題(江蘇省縣級優(yōu)課).do...docx
- 《整理與歸納》第五章金屬的冶煉與利用--整理與歸...docx
- 《整理與歸納》第五章金屬的冶煉與利用--整理與歸...docx
- 《整理與歸納》第五章金屬的冶煉與利用--整理與歸...docx
- 《整理與歸納》第五章金屬的冶煉與利用--整理與歸...docx
- 《整理與歸納》第四章復習課學案(江蘇省縣級優(yōu)課)....docx
- 《整理與歸納》金屬的冶煉與利用實施該教學設計后...docx
- 《本章作業(yè)》一次考試只是一次[新"的開始——...docx