CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 远程控制编程 搜索资源 - socket client server

搜索资源列表

  1. rzd

    0下载:
  2. 远程字典服务程序,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -remote dictionary service procedures, the commencement of the server, the client can be used on-line query words, the process model does not use the package SOCKET Windows SDK p
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:104665
    • 提供者:王明
  1. RemoteControl

    0下载:
  2. 该源码的思想是通过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
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:103956
    • 提供者:李强
  1. Remote_C++

    0下载:
  2. 一个用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
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:150646
    • 提供者:陈雨恬
  1. MyClient

    0下载:
  2. 网络客户端,可以连接网络服务端进行通信,只要远程服务端提供端口号码即可-net client ,can connect to a server remote ,if the remote provite a socket
  3. 所属分类:Remote Control

    • 发布日期:2017-04-08
    • 文件大小:28244
    • 提供者:tom1234
  1. c5

    0下载:
  2. 关键代码:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。 使用说明:由于我现阶段有些忙,所以把PeerYou的源代码上传的网上,希望有兴趣的 朋友继续完成它。如果发布的话,捎带上原作者的姓名。 如果认为此源程序对你有用的话,可以自由使用,但要在每个程序文件头 部写入原作者名。 此软件的大部分代码已经完成,一些小的系统控制没有加入,如:锁屏, 锁鼠标,截
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:326314
    • 提供者:waveslord
  1. SocketJianKong

    0下载:
  2. 通过套接字实现远程控制计算机。实现的功能包括:实现服务器和客户端远程聊天。通过客户端控制服务器,可以使服务器注销、重启及关机。源码中有详细的注解。声明 不要使用本程序干坏事。-Remote control computer through a socket. Implemented features include: achieving long-range chat server and client. Control server through the client, the server
  3. 所属分类:Remote Control

    • 发布日期:2017-06-09
    • 文件大小:15962941
    • 提供者:wtling
  1. Delphisrc

    0下载:
  2. 一个个很简单的远控实例,使用的是Socket客户端和服务器,简单易懂,便于编写远控的核心-One very simple example of remote control, using a Socket Client and Server, easy to understand, easy to prepare the core remote control
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:381190
    • 提供者:朽龙
  1. Client_Server

    1下载:
  2. tcp/ip协议,vc,在局域网或广域网可实现客户端/服务器端远程控制.-tcp/ip protocol, vc, in the local area network or wide area network can be realized client/server-side remote control.
  3. 所属分类:Remote Control

    • 发布日期:2016-09-25
    • 文件大小:315392
    • 提供者:云木
  1. shipinjiankong

    0下载:
  2. 本系统以 C/S 架构采用 Socket 技术开发,可以运用本软件在局域网中实施监控管理。服务器端可以实时观察远程客户端,并可以对客户端进行各种操作,例如:关机、注销账户或重新启动,当然还可以对客户端输入设备进行锁定和解锁。除了这些,服务器端可以执行更高级的操作:即浏览客户端文件系统,并可以任意拷贝指定的客户端目录。-The system to C/S architecture using Socket technology development, the software can be us
  3. 所属分类:Remote Control

    • 发布日期:2017-05-26
    • 文件大小:9446820
    • 提供者:李好
  1. tcp1

    0下载:
  2. 远程控制系统 利用数据报套接字实现一个简单的远程控制系统: 客户端输入“quit”,客户端程序与服务器端程序打印退出信息,终止程序的执行; 客户输入命令,客户端将命令通过流套接字发送给客户端,服务器执行收到的命令,并将结果发送到客户端显示; 如果没有客户输入的命令,服务器发送命令非法信息,并在客户端显示该条信息。 -Remote control system to achieve a datagram socket using a simple remote control
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:12539
    • 提供者:王晨如
  1. coe

    0下载:
  2. C# 异步socket服务端调用IOCP 同步socket客户端通信的实现代码 书上的都是给的同步通信,或是异步通信,我在下面给下异步服务器的和同步客户机的通信代码-C# asynchronous socket server calls the IOCP sync socket are on the realization of client communications code book to synchronous communication, asynchronous comm
  3. 所属分类:Remote Control

    • 发布日期:2017-11-11
    • 文件大小:2135
    • 提供者:
  1. Monitor11

    0下载:
  2. 采用服务器(Server),客户端(Client)模式,使用Socket编程的基本原理及Windows的消息系统。实现基本的远程控制要求,界面新颖友好。用VC开发! 要求: 1).远程控制模式架构,如基于主从模式; 2).远程控制功能实现,如开关机,远程监视; -Using server (Server), Client (Client) mode, the basic principles and the use of Socket Programming Windows m
  3. 所属分类:Remote Control

    • 发布日期:2017-05-23
    • 文件大小:7146922
    • 提供者:林风
搜珍网 www.dssz.com