一个使用DELPHI制作的用于远程控制的程序代码,界面还可以。-use of a Delphi production for remote control of the code, can also interface. 下载
控制局域网的机器远程关机的程序,自己用了几次,感觉还可以 不知道你们用的感觉如何-control remote LAN machine shutdown procedures they used several times, feeling can also do not know how the feeling 下载
远程控制,c/s模式,可以任意的抓屏,启动,关机,希望不要用于他用-remote control, c / s mode, arbitrary Capturing the Screen, start off, hoping not for him 下载
Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。它已经成为一通用工业标准。有了它,不同厂商生产的控制设备可以连成工业网络,进行集中监控。 Modbus TCP协议是Modbus协议的另一版本,它于1999年被开发出来以允许Internet用户访问以太网设备。Modbus是OSI模型第7层上的应用层报文传输协议,它在连接至不同类型总线或网络的设备之间提供客户机/服务器通信。目前,可以通过下列三种方式实现Modbus通信: 由于结合了Modbus协议的简单性和100 M 以太网的高速度,Modbus TCP/IP展现了卓越的性能,这意味着将这种网络应用在实时性要求很高的场合,如I/O扫描,是可行的。Modbus通信透明性Modbus协议可以方便地在各种网络体系结构内进行通信,每种设备(PLC、HMI、控制面板、变频器、运动控制、I/O设备等)都能使用Modbus协议来启动远程操作,同样的通信能够在串行链路和TCP/IP以太网网络上进行,而网关则能够实现各种使用Modbus协议的总线或网络之间的通信。由此可见,Modbus协议实现了全方位的通信透明。- 下载
在网络管理中,有时需要通过监视远程计算机屏幕来了解网上微机的使用情况。虽然,市面上有很多软件可以实现该功能,有些甚至可以进行远程控制,但在使用上缺乏灵活性,如无法指定远程计算机屏幕区域的大小和位置,进而无法在一屏上同时监视多个屏幕。- 下载
对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computers operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl 下载
本源码为电子警察数据库备份工具,实现了对远程SQL Server2000数据库的连接和本地数据库的保存、文件备份等功能。由于远程数据库源码不便携带,所以这里关闭了ADO连接,不过读者可通过代码中使用到的字段进行建立。本代码算不上什么高质量的代码,里面的设计思想也只适合与RAD的设计思想,但是可以演示远程和本地数据库的一些控制方法,希望读者批评指正。-the source for electronic police database backup tool, a pair of remote SQL Server 2000 database connectivity and the preservation of local databases, file backup capabilities. Because the remote database source inconvenience portable, so here closed ADO connections, but the reader through the use of code for the establishment of the field. What this is not a high-quality source code, there is also the design and RAD are only suitable for the design idea, but we can demonstrate long-distance and local control of the database, in the hope of correcting the reader criticism. 下载
灰鸽子是一个远程控制类软件,版本[牵手 2003],与同类软件不同的是采用了“反弹端口原理”的连接方式,因此在互联网上可以访问到局域网里通过 NAT 代理(透明代理)上网的电脑,并且可以穿过某些防火墙! -gray pigeons is a Remote Control Software, Version [hand 2003], and similar software different is the use of a "rebound port principle" for the connection, the Internet access to the LAN through NAT Agents (Transparent Proxy), computers with Internet access, and can wear certain firewall! 下载
这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。具体方法可以参考:CommSrvApps 单元的TSrvApp_File类,只需写一个新类即可: TSrvApp_File = class(TServerAppObject) public function ProcessData(ABuf: PChar ASize: integer): integer override end 通过以上类配合通信核心类,实现了远程实时传送一个文件就像copy那么简单。 其它: 此程序是我自己开发的连锁超市方案中数据交换的应用实例,所以客户端和服务端的代码有点多,但多是与通信本身无关,所实现的功能是将本地Local文件夹与远程Remote文件夹的.rs文件互相进行传送。 -this is a good feeling of self-communication program, which features : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not cons 下载
WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,它可以发送一个消息给对方,并能够使对方的电脑关闭、重新启动或重新登录。 -WinSock API is a group for the transmission of data on the network and exchange information. Although there are now many tools such as FTP program on the network can transmit data and documents, but through WinSock greater programming flexibility, it does not need the care network connectivity details, but with WinSock very complicated programming. In Delphi, we do not need directly with the WinSock API deal because TServerSocket TClientSocket components and devices (in Internet pages) package of the most WinSock API, making the right WinSock visit greatly simplified. Following the example of the remote control very clear illustration of this problem, it can send a message to each other and to make each others computers shut down, restart or re-logged. 下载
ili9320 code linux 通信程序源码 ftp客服原代码 robocup mersad windows混音器 vc 多项式拟合 dtmf解码程序 vhdl ram示例 高一凡 数据结构 材料力学简支梁的计算 文件夹比较工具 采样定理 opengl obj格式 贝叶斯算法实现c语言 matlab中imread命令 linux c mysql封装 usbvideo.sys 下载 ipv6代码 java优秀源码 五子棋c程序代码 wince 程序自动运行 flash c51程序 计算器程序代码 如何编写bios pic16f676代码 8051 编程 二维图形变换程序 半透明 算法 uc/os ii应用例子 hd66773驱动程序 matlab 点提取 llm,dct rs485 单片机程序 vc 控制摄像头 渐变颜色 vc p2p 源程序 lpc2148 ads1.2 avs生成工具 mfrc500 source code 国际象棋小游戏 嵌入式gui 源码 crc 原理 c xilinx ipcore下载 flash字体特效源文件 论坛asp编写 fir verilog代码 barcode 生成算法 c51红外 会在桌面走 小波分析matlab事例