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

搜索资源列表

  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:蓝鸥
  1. udp_CS_talk

    1下载:
  2. 用C++Builder写的基于UDP协议的通讯聊天程序,用UDP/TCP 的VCL组件实现.同时展示了TListView组件的使用.分为客户端服务器两个程序.-C Builder was based on UDP communications chat program using UDP / TCP VCL to achieve. A demonstration of the use of TListView components. Client-server is divided into t
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:193.65kb
    • 提供者:程宇冰
  1. socket_test

    0下载:
  2. 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp / ip and udp used for both server side, but also can be used for client -
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:26.51kb
    • 提供者:wan
  1. FileTransferClient

    0下载:
  2. 利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的客户端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the client, using the TCP / UDP protocol, which can be expanded to net net
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4.48kb
    • 提供者:zhanghl
  1. ComctSerializedObjects_demo

    0下载:
  2. In this article, I will try to give you some tools to build your own simple client/server applications using the TCP/IP and UDP protocols.
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7.57kb
    • 提供者:黄海栋
  1. code

    0下载:
  2. 客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用TCP和UDP方式分别实现。 -Client two random numbers generated, distributed to the two servers. Server 1 (IP address: 19
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:123.1kb
    • 提供者:dwj
  1. IPCSocket

    0下载:
  2. Windows IPC socket program (tcp/udp) (server/client)
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11.41mb
    • 提供者:dany k jeon
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:312.29kb
    • 提供者:timoho
  1. TCPIP

    1下载:
  2. 因为是本人自己开发的源码 有Bug请与我联系。 利用VC2010 MFC开发的 TCPIP 测试工具 支持建立 TCP服务器 支持TCP 客户端 支持 UDP 支持 16进制转换 此程序 开启2个后 建立好 服务器和客户端 就可以 通信了。-Because I developed source Bug please contact me. TCPIP testing tools developed VC2010 MFC support
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:898.51kb
    • 提供者:杜帆
  1. wifi

    0下载:
  2. 创建服务器 客户端 创建连接 串口通信 tcp/udp-create a server client create connect Serial communication tcp/udp
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:1.6mb
    • 提供者:dalei
  1. UdpTest

    0下载:
  2. 一个UDP服务器及一个TCP连接。每隔50ms发送20字节UDP包给一个UDP客户端,同时UDP客户端通过TCP回答收到了多少个包。用来测试UDP连接的稳定性。-A UDP server and a TCP connection. 20 bytes every 50ms UDP packet sending a UDP client, and UDP client received via TCP answer how many packages. UDP connection used to
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:8.7kb
    • 提供者:hu
  1. TCP-UDP

    0下载:
  2. 用C++编写TCP,UDP通讯协议,编写客户端和服务器程序,完成客户端和服务器的通信。-C++ prepared with TCP, UDP communication protocol, the preparation of client and server programs, complete client and server communications
  3. 所属分类:Communication

    • 发布日期:2017-05-30
    • 文件大小:11.41mb
    • 提供者:张进
  1. tcpip3

    0下载:
  2. 简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 客户:(1)客户先创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。 (3)分别通过流套接字和数据报套接字与服务器进行通信。 (4)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。     (2)服务器创建数据报套接字,等待接收客户的数据。 (3)当收到一个客户T
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:4.77mb
    • 提供者:王伟
搜珍网 www.dssz.com