CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - 客户端通信

搜索资源列表

  1. ssl加密协议通信

    0下载:
  2. ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)-ssl encrypted communications client and server-side procedures, including safety certificate authentication (linux)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4813
    • 提供者:赵强
  1. CLIENT_TERMINAL

    0下载:
  2. 客户端通信程序,已调试通过, 和各位共免啦-client communication program, debug, and you were not --
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:23335
    • 提供者:haha
  1. 客户端和服务器端通信程序

    0下载:
  2. 一个简单的服务器端和客户端聊天的源代码,希望大家下载
  3. 所属分类:通讯编程

    • 发布日期:2014-01-16
    • 文件大小:238238
    • 提供者:suncancheng
  1. SERCOM

    0下载:
  2. 局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c + +, with detailed server and client communication source, and containing Principle
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10779
    • 提供者:沈秀峰
  1. 简单的TCP,UDP服务器,客户端(入门学习用)

    0下载:
  2. WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
  3. 所属分类:通讯编程

    • 发布日期:2009-04-05
    • 文件大小:35021
    • 提供者:vivo01
  1. 基于OPC的RSView32服务器与vc客户机通信

    0下载:
  2. RSView32作为上位机服务器,vc开发程序作为客户端,通话OPC实现交互
  3. 所属分类:通讯编程

  1. RPC实现三方通信

    0下载:
  2. 通过RPC实现 客户端 服务端 存储节点端的通信,存储节点段时刻向服务器发送自己的信息。客户端从服务端获知存储信息
  3. 所属分类:通讯编程

  1. blackberry socket 通信

    0下载:
  2. 刚开始学习黑莓的编程,这是我花了一周的时间捣出来的一个黑莓socket通信,实现了客户端连接到服务器后,客户端之间信息的交互.
  3. 所属分类:通讯编程

  1. 基于MFC的服务器和客户端的实现

    2下载:
  2. 基于MFC的服务器和客户端的实现,可以进行双方通信 并传输文件-MFC-based server and client implementations, the two sides can communicate and transfer files
  3. 所属分类:通讯编程

    • 发布日期:2013-01-28
    • 文件大小:7633055
    • 提供者:蔡玲霞
  1. UDP

    0下载:
  2. 本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:32845
    • 提供者:张洪铭
  1. p2pdemo

    0下载:
  2. p2p的一个demo程序,nat打洞,实现服务器与客户端通信-A demo program p2p, nat holes to achieve server and client communications
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:837131
    • 提供者:meng
  1. TCPServer

    0下载:
  2. 此源码采用TCP协议编写的服务器程序,当监听到客户端的连接即可与客户进行通信-This source prepared using TCP protocol server program, when listening to the client connection to communicate with customers
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:74068
    • 提供者:小红
  1. UDP

    0下载:
  2. windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:19934
    • 提供者:猪猪
  1. code

    0下载:
  2. 多个客户端能够同时连接到一个服务器进行聊天,客户端可以向所有人发送消息,也可以向某人单独发送消息。 服务器端也能参与聊天。服务器端可以记录所有的聊天记录(包括客户端之间的单独聊天),服务器能够与某个客户端和全部客户端相互发消息。 -multiple clients can simultaneously connect to a chat server, the client can send a message to all, you can send a message to the
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:563135
    • 提供者:刘悦
  1. eKanBanConsole

    0下载:
  2. c#网络通信,服务器和客户端,c#2005-c#
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:826749
    • 提供者:
  1. netcommunication

    0下载:
  2. 使用VC编写的有关串口通信的代码,有客户端和服务器端两部分组成-The use of VC prepared by the serial communication code, there are two client and server-side components
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:542411
    • 提供者:王俊
  1. MyProjects

    0下载:
  2. 环境:Windows XP SP3、 VC++ 6.0、 Windows 2003 SDK 使用步骤: 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息发送,我们可以在服务端和各个客户端同步看到消息 -Environment
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3610487
    • 提供者:muyue
  1. lancs

    0下载:
  2. vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。-vc++ server and client c/s lan chatroom
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:866316
    • 提供者:name
  1. server

    0下载:
  2. 本程序为基于网络通信的服务器端聊天程序,可以实现实时的与客户端通信。-The procedures for the server based on network communication, can realize real-time chat program with client communication.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:971
    • 提供者:肖江
  1. Linux C下服务器与客户端之间的文件传输

    0下载:
  2. 实现windows和linux之间的通信 或者 window间通信 linux间通信(Communication between windows and Linux or communication between Linux communication between window)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-21
    • 文件大小:1670144
    • 提供者:jackgoogle
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com