當前位置:學問君>學習教育>畢業論文>

計算機遠程控制系統設計與實現Delphi

學問君 人氣:5.3K
畢業論文

計算機遠程控制系統設計與實現
 

計算機遠程控制系統設計與實現Delphi

摘要:目前計算機遠程通信控制技術被應用在各個方面,它在現代生活中發揮着越來越重要的作用。本文研究了計算機遠程通信控制系統的原理和方法,學習了利用Delphi5.0做爲開發工具開發系統的知識,分析和設計了1個基於局域網內進行通信控制的網絡教室系統。系統主要包括對教師部分和學生部分兩個部分的設計,其中教師主機透過發送命令來控制學生機。教師部分具有屏幕廣播、遙控輔導、語音廣播、語音對講、網上通知、分組討論、鎖定系統、解鎖系統、光閉電腦、取消舉手、示範教學、屏幕監看、遠程命令、班級模式、網上影院等功能,學生部分具有網上通知、分組討論、網上電影、屏幕廣播等功能。

關鍵字:Delphi5.0;網絡教學;計算機遠程控制;屏幕監看


 
Design and Implementation on Remote Control of Computer
 
Abstract: Currently,the calculator long range correspondence control the technique was applied in the each is an importance of the modern teaching application, it is exertive in modern society and play more and more important part. This text studied the general mode and methods of the network teaching and learn to make use of the knowledge that the Delphi5.0 is used as to the tool to develop system, and analysis and design an according to bureau of the system of the network classroom of the area net. The system mainly includes two designs of the teachers host and the students machine, among them, the teachers host passes to send out the order to control students machine. Teachers part has the screen broadcast, controls from a distance the guidance, speech broadcast, speech to speak, net last circular, divide a discussion, target the system and solve to lock the system, light to shut the computer and cancel to raise hand and demonstrate the teaching, screen to monitor, long range order, the class mode, net goes to cinema some functions, students part have the net up the circular, cent set discussion, the on-line movie, screen broadcasts some functions.
Key words:Delphi5.0;Network teaching;remote control of computer;screen monitor
目  錄
前 言 1
1 系統概述 2
1.1 Delphi 5介紹 2
1.2 集成開發環境 4
1.3 編程方法 5
1.3.1 基本概念 6
1.3.2 檔案類型 6
1.4 Delphi的主要特點 7
1.5 計算機遠程控制 8
2 可行性研究與需求分析 10
2.1 可行性研究 10
2.1.1 可行性研究的任務 10
2.1.2 可行性研究過程 12
2.2 需求分析的任務 12
2.3 系統要達到的設計目標 13
2.4 系統需要解決的主要問題 13
2.5 網絡教室系統應該具備的基本功能 14
3 系統概要設計 15
3.1 設計過程 15
3.2 系統基本簡介 16
3.3 系統結構 17
3.3.1 學生介面系統結構 17
3.3.2 教師主介面系統結構 17
4 系統詳細設計 19
4.1 網絡教室系統的開發過程 19
4.1.1 系統開發準備 19
4.1.2 系統實施與轉換 19
4.2 教師主視窗設計 19
4.2.1 班級模型介面 20
4.2.2 設定重新啓動介面 22
4.2.3 快速設定學生機資訊介面 23
4.2.4 設定關閉電腦的介面 24
4.2.5 系統鎖定介面 25
4.2.6 學生資訊機設定介面 25
4.2.7 分組討論介面 26
4.2.8 教師網上資訊介面 27
4.2.9 系統鎖定設定提示資訊介面 28
4.2.10 網上電影介面 29
4.2.11 遠程命令介面 30
4.3 學生主視窗設計 31
4.3.1 網上電影介面 31
4.3.2 分組討論介面 33
4.3.3 教師公告介面 34
4.3.4 屏幕廣播介面 35
5 測試與總結 36
5.1 系統測試簡介 36
5.2 系統測試環境 36
5.3 系統總體測試 36
結束語 38
參考文獻 39
致 謝 40

 
前 言
當前,網絡化和全球化已成爲不可抗拒的世界潮流。伴隨着網絡技術的迅速發展,資訊的處理和傳遞突破了時間和地域的侷限,資訊作爲1項產業也隨之得到迅速發展。計算機的'應用正以驚人的速度深入到各個領域,在教學領域中,實現科學化管理已是學校發展的必然趨勢。爲能夠實現資訊資源的共享,教師能高速準確對學生進行教學管理和控制,提高工作效率,在教學管理、對學生機控制領域中進行計算機聯網控制是1個10分有效的科學管理手段。網絡的建立,應具有高速、安全、科學、相容、可擴充等特點。針對各個方面需求的實際情況,設計相應的軟件,以滿足相應的需要。軟件的設計要具備靈活、準確、執行速度快、操作簡捷等特點。
本設計論述了1個計算機遠程控制-----網絡教室系統。主要由5章組成:第1章是系統設計相關原理,分別介紹了計算機遠程控制技術和開發工具Delphi5.0及開發環境。第2章是系統需求分析。先總的介紹了本系統的需求分析,然後介紹了系統的可行性研究,再分別介紹各功能模組的需求分析。第3章是系統總體設計。該章首先簡單介紹了系統簡介,再根據功能分析畫出結構圖,然後畫出各功能模組結構圖。第4章是系統詳細設計。該章詳細介紹了教師和學生主介面,以及各功能模組的詳細設計過程。第5章是測試。該章介紹了設計完成後的測試工作。