网站大量收购闲置独家精品文档,联系QQ:2885784924

毕业设计:远程控制软件的开发与应用(终稿).doc

毕业设计:远程控制软件的开发与应用(终稿).doc

  1. 1、本文档共38页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
远程控制软件的开发与应用 摘 要 今天,许多企业和增值分销商正在把远程控制技术作为有效的技术支持工具,许多网络管理员都采用这类软件对局域网进行远程管理。远程管理软件对于出差在外的商务人员用处非常大,这样他们可以随时提取自己家里计算机中的数据和资料。本文介绍的软件用C++语言编写而成,能通过一台主机控制网络上的一台或多台远程主机的键盘。软件采用了C/S模式,即客户端/服务器端模式。客户端对服务器端进行监控操作,服务器端接收客户端传输的数据并进行分析和执行。本文首先对远程控制软件的原理和WinSock技术作了介绍,最后阐述了如何利用 WinSock 控件与远程计算机建立连接,实现控制按键的功能。 关键词: 套接字;客户端/服务器模式;远程控制;模拟按键 The Design and Development of the Remote Control Software ——Remote Keyboard Controlling Abstract Today, many enterprises and retail traders are using the remote control techniques as an effective technique support tool, and many network administrators use such kind of software to remotely manage their LANs. Remote control software is also very useful to business persons for them to retrieve data and materials in their personal computers at home from any where and at any time. This software introduced in the paper, was written with C ++ language and can control the keyboards of one or many remote computers on the network. The software adopts C/S pattern (Client/Server). The client side controls and operates the server, which receives the data transmitted from the client side and explains and carries out the commands. This paper first introduces the principle of the remote control software and WinSock technology, then explains how to use WinSock to connect to the remote computer,and how to implement the keyboard controlling functions. Key word: Socket; Client/Server; Remote Controlling; Simulating Keyboard Events 目 录 论文总页数:26页 1.引言 1 1.1 课题背景 1 1.2 国内外研究现状 1 1.3 本课题研究的意义 1 1.4 本课题的研究方法 1 2. 远程控制概述 2 2.1 远程控制概念 2 2.2 远程控制与其他程序的区别 2 2.2.1 远程控制与病毒的区别 2 2.2.2 远程控制与黑客的区别 2 2.2.3 远程控制与木马的区别 3 3. 控制远程按键的背景技术介绍 3 3.1 Winsocket的介绍 3 3.1.1 Socket的基本概念 3 3.1.2 Winsocket 3 3.2 客户端/服务器(C/S)模式 3 4.控制远程按键程序的需求分析 4 4.1控制远程按键的需求分析 4 4.2控制远程按键的流程分析 4 5 远程按键控制的实现 5 5.1 使用Winsocket建立控制端和被控制端连接 5 5.1.1 初始化Winsock 5 5.1.2 创建套接字 6 5.1.3 指定本地地址 7 5.1.4 建立套接字连接 7 5.1.5 监听连接 9 5.1.6 关闭套接字 9 5.2 按键事件处理 9 5.2.1 数据传输 9 5.2.2 模拟按键 10 5.3具体代码 10 结 论 23 参考文献 24 1.引言

文档评论(0)

14576 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档