局域网监控程序的设计包括论文,设计,论文字数:7653,页数:22摘 要在当今信息化高度发展的今天,局域网管理的重要性更加突出,建立一个强有力的局域网监控系统是很有必要的。局域网监控程序,应用于一般小规模的公司内部局域网,方便公司对员工的电脑进行监控管理,防止员工在工作时间利用公司电脑做与工作无关的事,从而提高工作效率。本局域网监控程序采用了Delphi 7开发,能显示局域网中所有活动主机IP,能对目标主机进行进程管理和连接监视,当发现目标主机异常时能发消息给目标主机予以提醒,可以控制目标主机的重启、注销、关机,并实行屏幕抓取,发现异常情况可锁定目标主机。关键词:局域网;Delphi;监控Design of Local Area Network Monitoring SoftwareAbstractWith the development of technology, local area network becomes more and more important. It is necessary to develop a local area network monitoring software. Local area network monitoring software is mainly applied in small scale company in local area network, which helps company monitor and manage computer used by stuff and avoids stuff do things foreign to local area network monitoring software is based on Delphi 7. It provides series functionalities , such as showing IP for all active host computers in the local area network, managing process and monitoring connection for destination host, reminding exception by sending message to destination host when exception occurs, controlling operations of reset ,logging out and shutting down for destination host, printing screen, and locking destination host when exception words: local area network; Delphi ; monitoring目 录1 引言 11.1 本课题研究的意义 11.2 本课题的研究方法和思路 12 相关软件和技术原理介绍 12.1 Delphi基础介绍 12.2 TCP简介 22.3 INDY简介 22.4 Socket简介 33 系统设计与实现 43.1 系统架构 43.2 系统设计 43.2.1运行环境 43.2.2模块功能 43.3 主要模块设计原理 53.3.1管理端界面设计 53.3.2通信模式设计思路 63.3.3通信原理 73.3.4通信流程 73.3.5 自定义控制协议标识符 103.4 主要功能的实现 123.4.1屏幕抓取的实现 123.4.2进程管理的实现 14结 论 15参考文献 16致 谢 17以上回答来自: