1 / 30
文档名称:

毕业设计(论文)-简单远程控制系统--被控端的设计.doc

格式:doc   页数:30
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-简单远程控制系统--被控端的设计.doc

上传人:3346389411 2013/4/13 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-简单远程控制系统--被控端的设计.doc

文档介绍

文档介绍:毕业设计(论文)
简单远程控制系统
——被控端的设计
论文作者姓名:
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
论文提交日期:
2007年06月06日
简单远程控制系统
——被控端的设计
摘要
随着现今社会计算机的广泛普及以及网络的快速发展给远程控制系统带来了广阔的用武之地,人们可以通过简单的终端机完全的控制网络另一端的被控机,从而完成强大的控制功能,获取被控机的任何信息,这种方式被称之为远程控制。
简单远程控制系统由主控端和被控端两部分组成。主控端用于实施各种对连网计算机的监控操作,被控端对于接收到的数据进行分析,解释并执行。系统主要可以实现获取被控端信息、被控端系统控制、消息发送和被控端界面控制的监控功能。
本文对远程控制系统原理和主要相关技术作了简单介绍,在进行需求分析之后,详细描述了本系统的被控端的设计与实现,最后表格形式给出测试结果。
关键词:远程控制;C/S模式;套接字;信息安全
Simple Remote Control System
——The Design of Controlled Terminal
Abstract
With the wide use puter and the rapid development work, the remote control system is used far and wide. Just through simple manipulate of the terminal, people pletely control puter on the other side, including obtain the system information of puter, 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 puter 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
目录
论文总页数:18页
1引言 1
本课题的研究背景和意义 1
国内外研究现状 1
本课题的主要研究的内容 2
作者的主要工作 2
2简单远程控制系统相关理论研究 2
远程控制系统概述 2
因特网协议 3
客户/服务起模 3
Socket的引入 3
Winsock控件 4
Timer控件介绍 4
3简单远程控制系统总体结构 5
系统规格说明 5
简单远程控制系统的概貌 5
各模块功能要求 5
性能要求 5
运行要求 6
数据要求 6
用户系统描述 6
4 简单远程控制系统的功能模块的设