搜索资源列表
高级通信程序
- 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细
getscreen
- 远程桌面,服务端+客户端-Remote Desktop, the client-services
jkjkj
- 不完善的数据远程备份系统,包括服务端和客户端 服务端发送文件-imperfect remote data backup systems, including server and client-service delivery
ClientRemoteCtrl
- 远程控制源程序(DELPHI版)推荐初学delphi的朋友研究学习,该程序为客户端程序-remote control program (Delphi version) recommended beginner delphi friend Studies, The procedure for the client program
practise4_3
- 对远程服务器实现访问的分布式应用,客户机可以读写某个指定文件的数据-to visit remote server distributed applications, the client can read and write documents in a specified data
msnshell-1.0
- MsnShell 1.0 ,一种隐藏通道工具,外网的计算机可以避开防火墙的严格数据审查,远程控制一台内网计算机。它把Shell命令/响应隐蔽地封装在MSN协议中传送出去。必要时还可以将MSN协议包封装在HTTP协议中传送出去。它无需安装客户端,只由一个可执行程序组成服务端。-MsnShell 1.0, a hidden channel tools, a computer outside the network firewall can avoid the strict review of the
remotedesktop
- (1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。-(1) real-time monitoring a remote computer' s desk
Socket
- delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
yuanchengchaobiao
- 远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Delphi 7.0 所需控件 mxOutlookBar 数 据 库 Sybase 11.5 1 04-12-17 根据安徽六安项目需求开发。 2 04-12-31 基本功能模块定义完毕。 05-01-10 开发基本完毕。 3 05-3月下旬 六安现场调试、测试、试运行、正式运行。 4 05-07-19 更改可以远方调试DSP参数,新增加 50 - 59号指
prosiak0.70
- 2003年的远程控制,国内用户知道的比较少 生成的服务端将自己复制到 %SYSTEM% 目录下并改名为 PROSIAK_TROJAN.EXE,驻留内存.并删除 %SYSTEM% 目录下的WINDLL32.EXE ,VBRUN60.EXE ,GDI32.EXE , MSJET32.EXE 和 RUNDLL32.EXE 文件-2003 remote control, the domestic users less aware of the services to generate clie
IR
- 8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值.-8051, decoding infrared remote control, know how to decode a variety of remote client code, key.
socket
- UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
0JL
- 一款比较完整的delphi远控示例,提供完整的上线提示,自动反弹,不对客户端加密和隐藏-A more complete example of delphi remote control, providing complete on-line prompts, automatic reaction, not client-side encryption and hide
pingmujiequ
- 其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单: 1、先利用hdc=GetWindowDC(NULL) 得到桌面的hdc 2、memhdc=CreateCompatibleDC(hdc) 根据桌面的hdc创建一个和屏幕相同的内存DC 3、StretchBlt(memhdc,0, 0, nWid,nHei, hdc, 0, 0,nWid,nHei, SRCCOPY) ,把屏幕的图像复制到内存DC这时你已经在内存中得到了屏幕的图像了。这是设备相关的DDB图像,如果希望转换成设
soket
- 远程客户桌面监视,b/s模式,有客户端和服务器端-Remote Client Desktop monitor, b/s mode, the client and server side
Remote-desktop-source
- 采用VC++编写,由一个客户端和一个服务端组成-Prepared using VC++ by a client and a server component
client
- 上兴远程控制3.2源代码 客户端 上兴远程控制3.2源代码 客户端-Xing Remote Control 3.2 on the client source code Xing Remote Control 3.2 on the client source code
client
- Delphi:主控与被控端架构的Delphi远程控制实例,使用了控制,主控端程序界面如上所示。 -Delphi: Delphi remote hosts and host-based control instances, the use of control, the remote program interface as shown above.
Remote-data-transmission
- 用LabVIEW编的一个远程数据传输的程序,有TCP服务器和TCP客户机。-Remote data transmission with a LabVIEW program compiled with TCP server and TCP client.
Remote-control-source
- 远控源代码,里面带有服务器和客户机,主要看源码的思路思路,会思路了基本以后搞定远程监控也就会了-Remote control source code, ideas, ideas with which the server and client, mainly to see the source code, the basic idea of the future will be to get there would be a remote monitoring