freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)絡(luò)遠(yuǎn)程通信與控制程序設(shè)計(jì)-全文預(yù)覽

  

【正文】 端口映射。但是,隨著網(wǎng)絡(luò)的高度發(fā)展,電腦的管理及技術(shù)支持的需 要,遠(yuǎn)程操作及控制技術(shù)越來(lái)越引起人們的關(guān)注。許多商業(yè)用戶對(duì)計(jì)算機(jī)知之甚少 ,然而當(dāng)遇到問(wèn)題時(shí),他們必須向技術(shù)人員提供故障情報(bào)及相關(guān)操作。這就需要對(duì)軟件在設(shè)計(jì)方面做一些安全考慮。特別是對(duì)于網(wǎng)絡(luò)管理員,技術(shù)服務(wù)人員來(lái)說(shuō),遠(yuǎn)程控制提供了一個(gè)便捷,高效的手段。 遠(yuǎn)程控制軟件一般分兩個(gè)部分:一部分是客戶端程序 Client,另一部分是服務(wù)器端程序 Server,在使用前需要將客戶端程序安裝到主控端電腦上,將服務(wù)器端程序安裝到被控端電腦上。 關(guān)鍵詞 : 套接字 面向?qū)ο? 軟件工程 遠(yuǎn)程 監(jiān)控 網(wǎng)絡(luò)遠(yuǎn)程通信與控制程序設(shè)計(jì) II Abstract Along with the development of the calculator information modern industry, the remote control system is more and more value by business enterprise and school. This text mainly analyzed some basic functions of the remote control system and constitute the circumstance, including the requirements analysis, the structure of the system, the function mold piece divide the line analyze etc, the point make the introduction towards applying the actual development of the procedure realization. Come to the consistency and safeties of the data, and apply the procedure function plete. It will introduce the Visual C++ programming environment and the features of the WinSocket at the same time. This topic design is in order to adapt the remote control request, make the remote assistance carry on the level by design that the management raises the calculator of. Remote control includes several contents, this topic design just accepted to set up among them of one part namely: The realtime control. This topic used a number of techniques, for example: The socket of asynchronous mode, ObjectOriented, Software Engineering, API HOOK etc. This system uses Visual C + + as a development tool, the operation of the entire system is simple, interface is userfriendly, function is flexible and practical, achieved the basic functions including screen monitoring, control and transfer files, process monitoring, system services and registry monitoring, plete the main functions of what the Remote Assistance system need to go. Keyword: Socket,ObjectOriented,SoftwareEngineering,Hook,remote control 網(wǎng)絡(luò)遠(yuǎn)程通信與控制程序設(shè)計(jì) III 目錄 摘 要 ...............................................................................................................I Abstract ....................................................................................................... II 目錄 .............................................................................................................. III 前言 ................................................................................................................ 1 1 遠(yuǎn)程通信與控制技術(shù)概述 ........................................................................ 2 課題背景 ......................................................................................... 2 目的以及意義 ................................................................................. 3 Microsoft Visual C++及編程模式簡(jiǎn)介 ..................................... 4 Visual C++的簡(jiǎn)介 .............................................................. 4 MFC 應(yīng)用程序框架 ............................................................... 5 MFC 的消息映射 ................................................................... 7 系統(tǒng)架構(gòu)的模式 ........................................................................... 10 C/S 結(jié)構(gòu)模式 ..................................................................... 10 TCP C/S 模式的通信原理 ................................................. 10 C/S 結(jié)構(gòu)的優(yōu)點(diǎn) ................................................................. 11 API HOOK 技術(shù)簡(jiǎn)介 ...................................................................... 11 CAsyncSocket 類的簡(jiǎn)單介紹 ...................................................... 13 2 遠(yuǎn)程通信與控制系統(tǒng)分析 ...................................................................... 15 系統(tǒng)基本情況描述 ....................................................................... 15 系統(tǒng)可行性分析 ........................................................................... 16 經(jīng)濟(jì)可行性 ........................................................................ 17 技術(shù)可行性 ........................................................................ 17 操作可行性 ........................................................................ 17 功能需求分析 ............................................................................... 18 系統(tǒng)流程圖 ................................................................................... 19 3 遠(yuǎn)程通信與控制程序設(shè)計(jì) ...................................................................... 21 系統(tǒng)設(shè)計(jì)使用工具 ....................................................................... 21 系 統(tǒng)模塊的設(shè)計(jì) ........................................................................... 21 模塊設(shè)計(jì) ............................................................................ 21 屏幕監(jiān)控模塊設(shè)計(jì) ............................................................ 21 文件操作模塊設(shè)計(jì) ............................................................ 23 注冊(cè)表操作模塊設(shè)計(jì) ........................................................ 23 發(fā)送信息模塊設(shè)計(jì) ............................................................ 24 API HOOK 模塊設(shè)計(jì) ........................................................... 24 網(wǎng)絡(luò)遠(yuǎn)程通信與控制程序設(shè)計(jì) IV 客戶端與服務(wù)器連接設(shè)計(jì) ........................................................... 24 系統(tǒng)主要模塊實(shí)現(xiàn) ....................................................................... 25 屏幕監(jiān)控模塊 .................................................................... 25 文件操作模塊 .................................................................... 27 注冊(cè)表操作模塊 ................................................................ 27 API HOOK 模塊 ................................................................... 29 4 系統(tǒng)實(shí)現(xiàn)與測(cè)試 ...................................................................................... 30 軟件測(cè)試基礎(chǔ) ............................................................................... 30 軟件測(cè)試的目標(biāo) ................................................................ 30 軟件測(cè)試常用方法 ............................................................ 30 本系統(tǒng)采用的測(cè)試方法 ..................................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1