WWW.51LUNWEN.COM 无忧论文网
| 英国论文网 | 免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2009/1/9 星期五
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 论文定制 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需|   我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日本语论文
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用类范文
无忧论文网>论文下载中心 >自然科学类 >计算机科学 >计算机软件 >基于局域网的远程监控系统——机房管理监控系统(包括开题报告,任务书,外文资料翻译等)
本类导航  
计算机科学
 →计算机软件
 →计算机应用
 →计算机网络
 →计算机数据库
 →计算机硬件
本专业最热门的论文 
企业工资管理信息系统(附开题报告,任务书,外文资料翻译等)(7659)
学籍管理系统(附源程序,PB)(6234)
计算机本科毕业论文:企业人事管理系统(附开题报告,文献翻译)(4937)
Java语言编写的基于Web的电子聊天室(4930)
电子商务网站构建(附源代码)(4451)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 基于局域网的远程监控系统——机房管理监控系统(包括开题报告,任务书,外文资料翻译等)
论文编号: lw200704081819474977
编辑: ch
论文属性: 本科毕业论文
论文地区:
论文语种:中文
刊登日期: 2007-04-08  
点击次数:1129
论文字数:24622
销售价格: 100
注释:
参考相关附件:
论文摘要目录:
关键词:计算机软件论文   本科毕业论文
基于局域网的远程监控系统 ——机房监控管理系统摘要

网络通信作为一个新兴的信息传输方向,给人们的信息交互带来极大的便利;首先网络的快速发展为通信提供了一种灵活便利的通信链路,其次网络传输更容易实现信息的交互和交流。网络远程监控系统,是一种网络实现数据远程交互监视控制的技术,能够远程传输,在本地和远程实时监视等功能。本文对网络监控进行了理论研究和现状分析。该系统包括两部分:客户端和服务端。通过它,可以进行很多方面的远程控制,包括获取目标电脑格式化硬盘;弹出、插入光驱;可以关闭或者重新启动远端电脑中的操作系统;修改Windows注册表;通过远端电脑上、下载文件;收、发消息等。开发出基于Winsock、TCP/IP协议,程序用Delphi语言编写。

关键词  远程监控  客户端  服务端  Winsock

毕业设计(论文)外文摘要
Title    According to long range that bureau the net supervise and    control the system                                    ——The engine room supervise and controls to manage the        system                                      Abstract  Information that network correspondence be used as a newly arisen information to deliver the direction, hand over to with each other bring tremendous convenience to people;The network's fast development provided for correspondence first a vivid convenient of correspondence road, the next in order the network deliver more easily realize the hand overing of information is with each other with exchanges.The network long range supervise and controls the system, and is a kind of network to realize the data long range hand over to with each other keep watch on the control's technique, can the long range deliver, at native is solid with the long range hour surveillance etc. function.This text supervise and controled to proceeds the theoriesed to study with the present condition analysis to network.That system includes two part:The customer carries to carry with service.Pass无忧论文 【http://www.uklunwen.com】 it, and can proceed very and in many ways of long range control, include to obtain the target computer format the dish;Flick, open insert the ROM;Can close or afresh start to far carry the operate system in the computer;The modification Windows registers the form;Pass to far carry the computer the top, download the document;Accept, hair news etc..Develop according to Winsock, TCP/ IP agreement, the procedure use the Delphi language plait to write.

Keywords  The long range supervise and controls  The customer carries           The service carries  Winsocket


目   次

1 引言(或绪论)………………………………………………………………………………… 1
1.1 问题定义及内容简介 …………………………………………………………… 1
1.2 背景与研究意义 ………………………………………………………………… 2
1.3 课题调研与可行性分析 ………………………………………………………… 3
1.3.1 课题调研 ……………………………………………………………………… 3
1.3.2 可行性分析 …………………………………………………………………… 4
1.4 论文个章及内容介绍 …………………………………………………………… 7
2 系统需求分析 ……………………………………………………………………… 9
2.1 系统需求功能分析 ……………………………………………………………… 9
2.2 数据流分析 ………………………………………………………………………10
2.3 关键技术 …………………………………………………………………………10
2.3.1 拓扑结构 ………………………………………………………………………10
2.3.2 TCP/IP协议 ……………………………………………………………………15
3 系统分析 ……………………………………………………………………………20
3.1 系统总体结构设计 ………………………………………………………………20
3.2 系统数据模型设计 ………………………………………………………………21
3.2.1 服务端流程图 …………………………………………………………………21
3.2.2 客户端流程图 …………………………………………………………………22
3.3 套接字 ……………………………………………………………………………23
3.3.1 理解Socket ……………………………………………………………………23
3.3.2 使用Winsocket进行开发 ……………………………………………………24
3.3.3 套接口网络编程原理 …………………………………………………………
第1页 第2页 
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
上一篇:基于web的实践教学管理系统(管理及下一篇:计算机操作考试系统——Excel对象
最新论文 最热门论文
由刘勰的譬喻说谈开
“准消费时代”文学的媚俗化倾向
由刘勰的譬喻说谈开
论《后赤壁赋》中孤鹤的形象
“新新人类”文学的精神走向
校园网站设计
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文-英语委婉语的交际功能
英语专业毕业论文题目汇总
图书馆管理系统
 
 
 
Copyright (c) 2007 ~ 2009 51lunwen.com. All rights reserved.
中国|上海|北京|广州|深圳|天津|济南|宁波|苏州|杭州|南京|西安|大连|重庆|武汉|成都|昆明|郑州|新疆|青岛|英国|澳大利亚|加拿大|美国|新西兰|爱尔兰|荷兰|瑞典|挪威|芬兰|法国|南非|东欧|泰国|马来西亚|新加坡|香港|台湾|西班牙|丹麦|意大利|葡萄牙|昆士兰|惠灵顿|
留学生会计硕士论文 澳洲物流供应链论文 英国市场学硕士论文 电子商务论文 英国MBA论文 澳洲法律硕士论文 金融硕士论文 教育学硕士论文
老师招聘|友情连接| 常问问题 | 关于我们 | 联系我们站点地图广告服务 | 旧版回顾 | 版权说明 |支付方式|支付确认 中国-上海-北京-英国-美国
热线咨询电话:021-26738383 Email:lunwen1@qq.com QQ:357500023 沪ICP备02013639号