搜索资源列表
Client11
- 自己写的鼠标控制程序,能捕捉到远程的数据包-himself wrote the mouse control procedures can capture remote data packets
DelphiMirro
- \"Mirro For Delphi 7\" 是一个速度极快的抓取屏幕数据的单元.它的速度达到甚至超越\"Remote Administrator\"(www.radmin.com).可以运行于所有基于Windows NT核心的操作系统上(Windows NT/Windows 2000/Windows XP/Windows 2003).注意:必须使用Delphi7连接. 测试方法:(1)运行本地DEMO,打开超级解霸播放VCD.显示流畅 (2)在局域网中运行网络DEMO,打开超级解霸播放VCD
web_Client
- 在对远程控制理论性研究的基础上,详细给出了客户端通信程序设计的指导性原则,进行了基于Winsock套接口远程控制客户机系统的设计,给出了基于C/S模型远程控制客户机的Winsock通信程序的分析设计。最后,以Visual C++6.0为工具完成了远程控制的编程,实现了一些远程控制的基本的功能,如对远程主机的屏幕抓取、文件管理和重启动等。-remote control in the theoretical study on the basis of Details are given client
VNC源代码
- a software to capture the screen from the remote computer
my Remote Control.远程控制的小程序
- 这是一个远程控制的小程序,包括远程电脑的屏幕截取,压缩传递,开关机等。,This is a small remote control procedures, including the remote computer' s screen capture, compression transmission, switches and so on.
VB_Bye
- 交互英语平台的远端*系统,可以直接设置学习时间与成绩,基于抓包分析-Interactive English platform plug remote systems, can be directly set up the learning time and achievements, based on the analysis of capture
ScreenSpy
- 一个屏幕捕获并以UDP传输并以UDP传输的控件,屏幕颜色可以设置为8位、16位、24位、32位。安装这个控件即可轻松做出客户端/服务器模式的远程屏幕传输程序。-A screen capture and transmission to UDP and UDP transmission control, the screen color can be set to 8, 16, 24, 32. Install the controls can easily make a client/server
Sreen_Server_Code
- vc++ 6.0编写的一套远程桌面控制、抓图源程序。主程序分为服务端和客户端,测试前请先运行服务端,当客户端启动后,可以抓取远程主机的桌面信息,当然也可以是当前窗口的信息。源程序在vc++6.0下顺利编译。-vc++ 6.0 to prepare a set of remote desktop control, capture source. Main program is divided into server and client to test run the server before,
SreenClient
- 利用CSocket实现远程桌面功能。程序有点复杂,主要是CSocket的运用。 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-Use CSocket remote desktop functionality. Process a bit complicated, mainly the use
shoujijiankong
- 手机远程监控软件,支持很多品牌手机,配合采集卡使用。-Mobile remote monitoring software, support a lot of brand mobile phones, with the capture card.
ycpmcs
- 没有交流就没有进步,在下载了陈经韬先生的速度极快的抓取屏幕数据的单元的代码后发现其核心部分并未公开,而且在首次使用的时候需要安装Mirro驱动到你的电脑,但还是十分感谢陈经韬先生。 经过研究本人初略的将原代码进行了模拟,原理为首次进行全屏幕截图,其后只对变化的部分进行截图。代码写的比较粗糙望不要见笑。 附带一个远程视频传输的简单实现代码,用到DSPACK控件. -No communication would be no progress, Mr. Chen Jingtao downl
Catch2000
- 一款基于VB的抓包控件源代码附应用实例,控件名字CatchX.ctl,编译后生成DLL文件,可以由VB程序直接调用,附带有示例程序向我们展示了控件的功能,如上图,可以显示抓包数、设置抓包条件,最终显示的编码(ASCII或GBK),指定远程Ip以及端口,程序将执行扫描抓包动作。 -VB-based packet capture a source code control application example attached, the control names CatchX.ctl, co
Myjxta(11-27)
- 我自己用 JXTA 和 swt 写的一个 P2P 多人远程控制程序,能够多人聊天 , 远程抓屏和远程控制-I have written with JXTA and swt remote control over a P2P program, can people chat, remote screen capture and remote control
Capture
- 远程屏幕监视程序 实现了对一个远程客户机界面信息的捕获。-Monitoring Program for the remote screen on a remote client interface information capture.
downcode
- VC++ 远程桌面控制、抓图源程序 包含SreenClient SreenServer-VC++ remote desktop control, capture source
remote-monitoring-control
- 能实现远程监控 屏幕截取 发送信息 打开网页 查找进程等等功能-RMON Screen Capture send a message to open the pages to find the process and more
VCPP-remote-desktop
- VC++ 远程桌面控制、抓图源一个很不错的源码-Download page the-VC++ remote desktop control, capture source
remote-control-theory-examples
- 有时候,在Java应用程序开发中,如:远程监控或远程教学,常常需要对计算机的屏幕进行截取,由于屏幕截取是比较接近操作系统的操作,在Windows操作系统下,该操作几乎成了VC、VB等的专利,事实上,使用Java JDK1.4 的Robot对象,来完成"屏幕截取操作,更加简单。Java JDK1.4 的Robot对象,该对象可以完成对"屏幕"像素的拷贝,完成屏幕图像截取操作。Java应用程序中可以直接调用此对象,完成对特定应用程序的屏幕截取,如果将此功能配合网络,便可以轻而易举地实现远程服务器屏幕
Capture
- 远程屏幕监视程序 实现了对一个远程客户机界面信息的捕获。-Monitoring Program for the remote screen on a remote client interface information capture.
remote-control
- 本例程采用CS模式,能对局域网内的多态计算机实现远程监控,采用差异比较法截取受控端桌面,大大提高了效力,占用系统资源少。-This routine USES CS mode, to polymorphism within the local area network (LAN) a computer to realize remote monitoring, using difference comparison capture desktop controlled end, greatly i
