国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

實驗教學網(wǎng)絡管理系統(tǒng)設計(附源程序).rar

RAR格式版權申訴手機打開展開

實驗教學網(wǎng)絡管理系統(tǒng)設計(附源程序),資源包括:正文標準doc格式共40頁 附開題報告.doc 封面.doc 中期檢查表.doc 說明書.doc 英文文獻與程序設計源文件摘 要現(xiàn)在的實驗教學網(wǎng)絡管理系統(tǒng)存在實驗題目分發(fā)慢,文檔交換不方便,師生交流困難等方面的問題。為了解決現(xiàn)有系統(tǒng)的這些問題,特開發(fā)新的實驗教學網(wǎng)絡管理系統(tǒng)。作者以實際應用為開發(fā)背景,運用軟件...
編號:25-260414大小:745.71K
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內容介紹

原文檔由會員 莎士比亞 發(fā)布

資源包括:正文標準DOC格式共40頁 附開題報告.doc 封面.doc 中期檢查表.doc 說明書.doc 英文文獻與程序設計源文件

摘 要
現(xiàn)在的實驗教學網(wǎng)絡管理系統(tǒng)存在實驗題目分發(fā)慢,文檔交換不方便,師生交流困難等方面的問題。為了解決現(xiàn)有系統(tǒng)的這些問題,特開發(fā)新的實驗教學網(wǎng)絡管理系統(tǒng)。
作者以實際應用為開發(fā)背景,運用軟件工程原理和開發(fā)方法,采用當前網(wǎng)絡開發(fā)主流技術,結合JSP和SQL數(shù)據(jù)庫技術,設計并開發(fā)了一個基于B/S模式的實驗教學管理系統(tǒng)。首先對開發(fā)系統(tǒng)進行了需求分析,得到系統(tǒng)功能需求、數(shù)據(jù)流圖和數(shù)據(jù)字典。隨后對系統(tǒng)進行了概要設計和詳細設計,在概要設計中主要進行了系統(tǒng)功能模塊劃分,將系統(tǒng)劃分為了管理員控制模塊、教師控制模塊和學生控制模塊三大模塊,其中管理員的權限包括對新教師和新學生的注冊,對新管理員的注冊和對實驗題目的審批;教師的權限包括實驗題目的申請,學生實驗結果的查看,回答學生提問;學生權限包括選擇實驗題目,上傳實驗結果和向教師提問。概要設計中還進行了系統(tǒng)總體結構設計,系統(tǒng)數(shù)據(jù)結構設計,系統(tǒng)安全設計等。詳細設計主要包括系統(tǒng)數(shù)據(jù)庫訪問的實現(xiàn),主要功能模塊的具體實現(xiàn),模塊實現(xiàn)關鍵代碼等。最后對系統(tǒng)進行了功能測試,并對測試結果進行了分析,在總結、分析的基礎上,指出了系統(tǒng)存在的不足及需要改進的地方,為今后開發(fā)類似系統(tǒng)提供借鑒和幫助。
本系統(tǒng)界面友好,操作方便,能夠基本滿足實驗教學管理的要求。
關鍵詞:實驗教學管理系統(tǒng);JSP;三層結構

Abstract
The recent Experiment Education Web Management System have many problems, such as the deal out of the subjects was very slow, the exchange of documents was inconvenient ,the communication between students and teachers was very hard, and so on. This new system was developed to solve these problems.
The author takes the development of practical applications as background, uses software engineering principles, development methods and the current mainstream network technology, combines the JSP and SQL Server technique, designs and develops this experiment teaching management system based on B/S models. The author first makes the needs analysis, data flow charts and data dictionary of the system. Then the author makes outline system design and detailed design. Outline design mainly includes dividing the system functional modules, this system has three main models: administer control model, teacher control model, student control model. Administers can add new administers, students and teachers. They can also check and approve experiments. Teachers can apply for new experiments, check the results of experiments that the students upload and answer the student’s questions. Students can select experiment subjects, upload their experiment results and also can ask questions the have in the experiments. The outline design also includes overall structure of the system design, system data structure design,system security design; Detailed design major includes the realization of the visit to database systems, the main achievement of specific functional modules, modular achieve key code. Finally, the author makes a functional test of the system, and analyses the test results. Based on the summary and analysis, the author pointes out that the system deficiencies and needs improvement, development of a similar system for the future reference and help.
The system has friendly interface and easy to operate, can meet the basic experimental teaching management requirements.
Key words:Experiment Education Management System;JSP;Three-tier structure
目 錄
第1章 緒 論1
§1.1 選題背景1
§1.2 開發(fā)技術1
§1.2.1 JSP技術1
§1.2.2 TOMCAT1
§1.3 論文結構安排2
§1.4 作者在本次設計中的工作2
第2章 系統(tǒng)需求分析3
§2.1 系統(tǒng)可行性分析3
§2.2 系統(tǒng)功能需求分析4
§2.3 系統(tǒng)數(shù)據(jù)流圖5
§2.4 數(shù)據(jù)字典5
第3章 系統(tǒng)設計8
§3.1 系統(tǒng)功能設計8
§3.2 系統(tǒng)總體結構8
§3.2 數(shù)據(jù)庫概要設計9
§3.2.1 概念設計12
§3.2.2 邏輯設計12
§3.2.3 物理設計12
第4章 系統(tǒng)實現(xiàn)15
§4.1 數(shù)據(jù)庫連接實現(xiàn)15
§4.2 管理員功能模塊實現(xiàn)15
§4.2.1 人員管理功能實現(xiàn)16
§4.2.2 實驗審批功能實現(xiàn)19
§4.3 教師功能模塊實現(xiàn)20
§4.3.1 實驗申請功能實現(xiàn)20
§4.3.2 實驗結果查看功能實現(xiàn)22
§4.3.3 問題回復功能實現(xiàn)23
§4.4 學生功能模塊實現(xiàn)24
§4.4.1 實驗選題功能實現(xiàn)24
§4.4.2 疑難提問功能實現(xiàn)26
§4.4.2 實驗結果上傳功能實現(xiàn)28
第5章 系統(tǒng)測試29
§5.1 測試環(huán)境29
§5.2 系統(tǒng)功能測試29
§5.2.1 人員管理功能測試29
§5.2.2 選題功能測試29
§5.2.3 實驗結果批閱功能測試29
§5.2.4 在線交流功能測試29
§5.3. 測試結果分析33
總 結34
參考文獻35
致 謝36


說明書
本系統(tǒng)采用JDK1.4.2+TOMCAT5.0對系統(tǒng)進行開發(fā),SQL SERVER為數(shù)據(jù)庫服務器。
連接數(shù)據(jù)庫的方法:數(shù)據(jù)源名為:libwm,使用JDBC-ODBC作為訪問接口。
本系統(tǒng)在本機上能正常運行。