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

搜索资源列表

  1. Multithreaded TCP-UDP Client Server

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

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. 基于IPv6的tcp/udp网络通信程序

    2下载:
  2. 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
  3. 所属分类:网络编程

    • 发布日期:2011-09-22
    • 文件大小:3098497
    • 提供者:mzb3905355
  1. audio-record-playback-udp

    0下载:
  2. 用C实现的录音和播放程序,udp的client负责录音,udp的server负责同步播放。在录音数据传输前,采用g711u方式进行编码,在接收端解码后再进行播放。代码清晰,注释详细。-Implemented using C recording and playback programs, udp The client is responsible for recording, udp broadcast of the server is responsible for synchronizati
  3. 所属分类:Audio program

    • 发布日期:2017-03-24
    • 文件大小:56813
    • 提供者:孙涛
  1. UDPEcho.tar

    0下载:
  2. UDP Client Server demo program which emulates ping
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:20895
    • 提供者:Rahul Kulkarni
  1. UDP-echo-client-server

    0下载:
  2. UDP echo client server
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:811
    • 提供者:Mohammad
  1. chatroom

    0下载:
  2. 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-01
    • 文件大小:8508508
    • 提供者:苏永昌
  1. udp

    0下载:
  2. linux下简单的UDP传输文件功能,有client,server,两个端口,先开起服务端,然后运行客服端。-UDP under linux simple function to transfer files, the client, server, two port, first started service client, and then run the customer service side.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1548
    • 提供者:babygogogo
  1. UDP

    0下载:
  2. UDP client and server-UDP client and server!!!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:3120
    • 提供者:svetozar
  1. client

    0下载:
  2. linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:738
    • 提供者:KATE
  1. tcpudpserverclient

    0下载:
  2. TCP UDP CLIENT SERVER COMMUNICATION ENJOOOOOOOOOOOOY
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:3124
    • 提供者:ammar hourani
  1. mycom

    0下载:
  2. udp vc source file you can build a udp net server and client-udp sample file server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:93920
    • 提供者:lj
  1. clientserver

    0下载:
  2. This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:14704
    • 提供者:pratheek19
  1. linux-udp

    0下载:
  2. a simple udp client-server code for beginner
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1244
    • 提供者:l
  1. Beginner_H178933932004

    0下载:
  2. This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:15466
    • 提供者:nechifor
  1. udp.tar

    0下载:
  2. Simple UDP client/server
  3. 所属分类:TCP/IP Stack

  1. UDPClientServerVC

    0下载:
  2. UDP客户/服务器程序 就是需要3台机器 检验UDP的发送接收情况 验证数据包发送过程-UDP client-server VC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7883584
    • 提供者:小猪猪
  1. server

    0下载:
  2. contains one code for udp client , simple tct server , forked server , threaded server , echo server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:20598
    • 提供者:shivam
  1. UDP-Client-Server

    0下载:
  2. Simple and useful example demonstrating the Client server interaction using UDP protocol implemented in Java.
  3. 所属分类:P2P

    • 发布日期:2017-11-07
    • 文件大小:1618
    • 提供者:Eashan
  1. UDP

    0下载:
  2. 用Python架设UDP连接,包括客户端和服务端。写一个简单客户端-服务端的UDP程序 UDPClient.py UDPServer.py(Build UDP server by Python, including client and server. Write simple client-server programmer that use UDP. UDPClient.py UDPServer.py)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:12319744
    • 提供者:szprq
  1. UDP

    0下载:
  2. 基于C#的UDP客户端、服务端,实现基本功能。(UDP Client & Server Demo with C#, to achieve the basic functions.)
  3. 所属分类:网络编程

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