- 1、本文档共30页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE 3
商丘职业技术学院毕业论文
计算机远程控制
学生姓名:
院 系:计算机系
专 业:信息安全技术
学 号:0901550004
辅导教师:邢文凯
2012年3月11日
【摘要】
在如今这个信息高速发达的时代,人们之间的物理距离虽无太大变化,然而逻辑距离却在一天天缩小。同时,鉴于交通的繁忙,无纸办公和远程办公的趋势已然愈演愈烈!远程控制应运而生。
本文首先介绍了系统分析方面的一些内容,紧接着开始介绍实现远程控制基础——Socket编程的基本概念,以及Windows的消息系统,接着从建立Socket套接字开始,经过逐个功能模块的分析实现,从命令控制到文件下载,到屏幕控制等。然后重点介绍了屏幕控制和文件下载功能。
本系统在文件下载方面,采用了文件流stream的方式进行文件传输,首先是通过命令控制中的dir命令,获得文件路径和文件名,然后将文件名传到服务器端进行下载。在屏幕控制方面,是由客户端发送命令src到服务器端,服务器响应后,进入相应的通讯进程。 客户端发出获取服务器屏幕图像数据的请求,把从服务器接收到的图像在本地实时显示出来,并且及时发送鼠标在本地显示图像的动作给服务器。服务器则主要负责响应客户端的请求并抓取与发送屏幕图像,响应客户端发送过来的鼠标、键盘等的动作并反馈给客户端。从而实现了对远程计算机的直接控制。
【关键词】 :C\S、Socket、TCP\IP、流
Abstract:
Now in this information era of high-speed developed the physical distance between people, although do not have too big change, however logical distance but by
narrowing. At the same time, given the busy traffic, the paperless office and telecommuting trend has intensified. Remote control arises at the historic moment.
With the rapid development of network technology and popularization of the network in all trades and professions, remote control technical support will gradually occupy the mainstream technical support. This article is about a Windows based remote control system developed by use of the network programming, the most common Socket technology and multi-thread programming, etc. And the remote control involves the technology and method for grade function prototype detailed explanation, can easily understand.
This paper first introduces to realize the remote control basics Socket basic concepts of programming, and the message system, then Windows Socket from establishing one begins, goes through the analysis of the functional modules from the command control to realize, file download, to screen control etc. Then mainly introduces screen control and file download function.
This system in file download aspects, using a document flow stream way file transfer, first is through the dir command, command and control get file path and fil
文档评论(0)