简单远程控制系统被控端实践论文 VB开发
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
随着现今社会计算机的广泛普及以及网络的快速发展给远程控制系统带来了广阔的用武之地,人们可以通过简单的终端机完全的控制网络另一端的被控机,从而完成强大的控制功能,获取被控机的任何信息,这种方式被称之为远程控制。
[资料来源:http://www.THINK58.com]
简单远程控制系统由主控端和被控端两部分组成。主控端用于实施各种对连网计算机的监控操作,被控端对于接收到的数据进行分析,解释并执行。系统主要可以实现获取被控端信息、被控端系统控制、消息发送和被控端界面控制的监控功能。
本文对远程控制系统原理和主要相关技术作了简单介绍,在进行需求分析之后,详细描述了本系统的被控端的设计与实现,最后表格形式给出测试结果。
[资料来源:www.THINK58.com]
关键词:远程控制;C/S模式;套接字;信息安全
[资料来源:http://think58.com]
Abstract
[来源:http://www.think58.com]
With the wide use of computer and the rapid development of network, the remote control system is used far and wide. Just through simple manipulate of the terminal, people can completely control the computer on the other side, including obtain the system information of the computer, and implement powerful functions. It is so-called remote control.
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.
The paper simply introduces the theory of remote control and the main technology. After the analysis, it describes the design and implement of the controlled terminal. At last, it shows the result in form of figures.
Key words: Remote control; Client/Server mode; Socket; Information security
目 录
[版权所有:http://think58.com]
1引言 1
[资料来源:http://THINK58.com]
1.1 本课题的研究背景和意义 1
1.2 国内外研究现状 1
1.3 本课题的主要研究的内容 2
[资料来源:www.THINK58.com]
1.4 作者的主要工作 2
2简单远程控制系统相关理论研究 2
2.1 远程控制系统概述 2
2.2 因特网协议 3
2.3 客户/服务起模 3
2.4 SOCKET的引入 3
2.5 WINSOCK控件 4
2.6 TIMER控件介绍 4
3简单远程控制系统总体结构 5
3.1 系统规格说明 5
[来源:http://www.think58.com]
[资料来源:http://THINK58.com]
3.2 数据要求 6
3.3 用户系统描述 6
4 简单远程控制系统的功能模块的设计 6
[资料来源:http://THINK58.com]
4.1 简单远程控制系统的主体设计 6
4.2 简单远程控制系统的系统功能的实现 7
5 简单远程控制系统功能模块的编程及实现 7
5.1 简单远程控制的连接功能实现 8
5.2 简单远程控制的被控端系统控制的实现 9
5.3 简单远程控制的向被控端发送消息的实现 10
[资料来源:http://THINK58.com]
5.4 简单远程控制的被控端界面控制的实现 11
5.5 简单远程控制功能实现流程 13
6测试 13
6.1 测试环境 13
6.2 测试过程以及结果 13
结 论 14
参考文献 16
致 谢 17
声 明 18
[来源:http://think58.com]
[资料来源:www.THINK58.com]
上一篇:防火墙的设计与实现论文 VB开发