搜索资源列表
cca
- CCA,是一个集群计算机控制的软件,如果您想在一台电脑上通过远程控制管理其他数十台电脑,那么这个软件将适合您。程序分客户端和服务器端两部分。界面类mac。-CCA, is a cluster computer control software, if you want to a computer through remote control and management of the dozens of other computers, then the software will be app
LAN-Cmd
- 局域网控制,一个为客户端,一个为服务器端.可以使对方机子关机,重启,注销.也可以删除对方机子内程序.还可以查看对方机子内目录.-LAN control, as a client, a server for the. The machine can bring the other side to shutdown and restart, canceled. They can remove the other procedures within the machine. The other sid
tinyChat
- 支持多线程的木马程序,支持聊天,一个文件客户端和服务器端,有键盘监控,支持文件传输-multithreading support the Trojan program, support chat, a file server and the client side, the keyboard control, support for file transfer
wjc
- 网络监控程序,运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。具体细节请参考源代码。-network monitoring, the running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server operating procedures, fun
2006216204853547
- 一个远程监控软件,可以控制服务器,获取服务器的屏幕截图等功能。图片传输时使用的是JPG格式。由于程序中使用到了GDIPlus,所以对于使用Visual C++6.0的需要更新一下SDK方能编译通过! 该程序目前还不是很完善,有不少的bug,欢迎你指出。-a remote monitoring software that can control server, access server Screenshots capabilities. Photo transmission is used
yuanchen
- 远程控制,服务器端可以时时显示在限人数,客户端只要输入IP地址就可以登陆。但首先应运行服务器程序。-remote control, the server-can always be shown in the limited number of client input IP addresses on the landing. But first I should run server programs.
RemoteControl
- 该源码的思想是通过socket和应用程序的消息机制,监控程序的客户端与被监控程序的服务器端进行数据交换,达到监控和被监控的目的-thinking through the socket and application of information mechanism and monitoring procedures client and surveillance procedures server for data exchange, to monitor and control the
Aglaia_SERVER
- 手机监控系统中,服务器端控制网络摄像头的程序-phone monitoring system, the server-network camera control procedures
MyUpdateBasedOnHttp
- 程序更新程序。基于Http进行远程程序更新。在程序里可以设置更新服务器路径,设置好后,客户端定时连接服务器进行查询,当有新版本时,下载文件,进行更新-procedures update. Http-based remote update. The program can be set to update server path, installed, the client regularly connect servers inquiries, When a new version, downl
Remote_C++
- 一个用C++实现的远程控制的例子,本程序是利用套接字和应用程序的伪消息机制,对控制客户端与被控制服务器端进行数据交换,从而达到监控与被监控的目的-achieve a C Remote Control example, the procedure is the use of socket and application of pseudo-news mechanisms, Control of the client with the server control for data exchange
remote
- 实行远程控制,实际上就是一个服务器程序(以下简称被控程序)和一个客户程序(以下简称主控程序):被控方即为服务器程序,它监听客户的请求,并作出处理;主控方即为客户程序,它连接上服务器后,发出自己的请求,服务器便根据自已的请求进行不同的响应。初学者好好看看哦
Internet_comm_src
- 基于Internet的嵌入式通用数据采集及远程控制系统服务器程序--采集串口发过来的数据后显示并使用UDP在网络中共享-Internet-based embedded Universal Remote Data Acquisition and Control System server -- Acquisition sent to the serial data shows and the use of UDP in the network sharing
winsock-Transmission
- 使用winsock传输并显示图片,客户端和服务器程序都有,欢迎下载,指正-Transfer and display images using winsock, the client and server programs are welcome to download, correct me! !
Aremotecontrolprogram
- 黑客编程源代码:一个远程控制程序,包含了客户端和服务器程序-Source code of Hacker programming:A remote control program, Includes client and server program
RemoteAdmin
- 一个很好的远程控制计算机的源程序,有一个客户程序,它显示远程机器的所有进程,并以预定频率刷新;有一服务器程序,响应控制请求。-a good programe that can control a compute through another compute
VCRemoteDesktop
- 基于VC++的远程桌面监控系统,主程序分服务器端和客户端,服务器端启动后自动获取本机IP,然后可以修改默认等待端口,客户端则需要指定服务端IP和对应端口,点击后程序开始连接,如果选择成功可以显示服务端桌面。-Based on VC++ Remote Desktop Monitoring System, the main program sub-server-side and client-side, server-side access to the machine to start autom
yuanchengkongzhi
- 远程控制程序分为两部分,即服务器程序和客户端程序,当一台网络上的计算机运行服务器程序时,运行客户端程序的计算机就可以根据服务器的IP地址对服务器进行远程控制。-The program is divided into two parts, the server program and client program, when the computer is running on a network server program, the computer running the client pr
vbOPC
- 这是一个使用vb编写的OPC远程读取服务器程序,程序写的很清楚,方便以后哦做OPC的同学参考-This is a vb prepared OPC remote read server program, the program written in very clear, to facilitate future to do OPC classmates reference
vcOPC-example
- 这是一个用vc工具编写的opc连接服务器程序,包括本地连接,远程连接,程序简单,注释详细,方便同学参考-This is a vc tool written in the opc connect to the server program, including the local connection, remote connection, simple procedures, detailed annotations to facilitate the students to reference
C#编写的简单web服务器(含源代码)
- 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JA