論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        簡單遠程控制系統--主控端及部分被控端設計

         本文ID:LWGSW13690 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 簡單遠程控制系統--主控端及部分被控端設計 (收費:1000 積分)  

        論文字數:13148,頁數:29

        摘  要
        目前,隨著計算機網絡的廣泛應用,網絡速度越來越快,使用遠程控制技術,可以對遠程計算機進行操作,就像控制本地計算機一樣。這種技術在遠程設備(軟件)的維護、監控與故障診斷等方面有著廣泛的應用前景。遠程技術支持將占據技術支持的主流:遠程教學和培訓也將快速發展。企業規模將迅速擴大,所有這些發展都為遠程控制軟件提供了一個廣闊的天地。
        簡單遠程控制系統由主控端和被控端兩部分組成。主控端用于實施各種對連網計算機的監控操作,被控端對于接收到的數據進行分析,解釋并執行。系統主要可以實現獲取被控端信息、被控端系統控制、消息發送和被控端界面控制的監控功能。作者的主要工作是主控端的設計與實現及整個獲取被控端信息模塊的設計與實現。
        本文對遠程控制系統原理和主要相關技術作了簡單介紹,在進行的需求分析之后,詳細描述了本系統的主控端的設計與實現及被控端的獲取被控端信息模塊的設計與實現,最后表格形式給出測試結果。
          
        關鍵詞:遠程控制;C/S模式;套接字
        Simple Remote Control System
        -- The Design of Controlling Terminal and Parts of
        Controlled Terminal
        Abstract
        At present, along with the development of the network technology, the speed of the network is faster and faster. Using the technology of remote control, the remote computer can be controlled as conveniently as the local one. The technology of remote control can be very useful in the maintenance, monitoring and malfunction diagnosis of remote computers. Remote control technique will be a tide of technique support; distance education and train will also be developing in a high speed. The scope of enterprises will extend at a very fast speed in the same way. These all development provides a wide space for remote control software.
        The simple remote control system consists of two parts including controlling terminal and controlled terminal. We can monitor the controlled terminal and implement some operation about controlling the controlled terminal on the controlling monitor. The controlled terminal is used for analyzing, explaining and implement the received data. The system can implement the function of getting the information of controlled terminal, control controlled terminal, sending messages, controlling the screen of the controlled computer and so on. My job is the design and implementation of the controlling terminal and the function of getting the information of controlled terminal.
        The paper simply introduces the theory of remote control and the main correlative technology. After the analysis, it describes the design and implement of the controlling terminal and the function of getting the information of controlled terminal. At last, it shows the result in form of figures.

        Key words: Remote control; Client rver mode; socket

        目  錄

        1 引言 1
        1.1 背景 1
        1.2 國內外研究現狀 1
        1.3 本課題研究的意義 2
        1.4 作者主要工作 2
        2 相關理論基礎 3
        2.1 遠程控制概述 3
        2.1.1 遠程控制軟件的原理 3
        2.1.2 遠程控制技術的應用 4
        2.2 開發環境 5
        2.3 主要控件介紹 5
        2.3.1 Winsock控件 5
        2.3.2 Timer控件介紹 5
        2.4 C/S模式 5
        2.5 TCP協議與UDP協議介紹 6
        2.5.1 TCP 協議 6
        2.5.2 UDP 協議 6
        3 需求分析 6
        3.1 系統概貌 6
        3.2 功能要求 7
        3.3 主控端設計思路 7
        3.4 性能要求 8
        3.5 運行要求 8
        4 主控端及部分被控端設計與實現 8
        4.1 簡單遠程控制系統結構設計 8
        4.1.1 簡單遠程控制系統的結構 8
        4.1.2 簡單遠程控制系統的功能模塊 9
        4.2 系統功能的實現 10
        4.2.1 主控端界面 10
        4.2.2 功能實現過程 11
        4.2.3 系統控制功能的實現 11
        4.2.4 發送消息功能的實現 13
        4.2.5 界面控制功能的實現 14
        4.3 部分被控端程序功能的實現 16
        4.3.1 被控端的連接 16
        4.3.2 獲取被控端信息功能的實現 17
        5 測試 19
        5.1 測試環境 19
        5.2 測試過程與結果 19
        結   論 21
        參考文獻 22
        致    謝 23
        聲    明 24


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:在線英語自學系統——知識庫管理.. 下一篇:基于Windows入侵檢測系統的研究與..
        Tags:簡單 遠程 控制系統 主控 部分 被控 設計 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文