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

搜索资源列表

  1. udpbroadcast

    0下载:
  2. Vb.nEt UdP BrOadcast
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:38648
    • 提供者:obiwan
  1. Approaches

    0下载:
  2. Reliable UDP approaches
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:148894
    • 提供者:hari
  1. udp

    0下载:
  2. 使用UDP协议socket分别编写服务器端和客户端程序。在linux系统下实现服务器端和客户端的通信。-Were prepared using the UDP protocol socket server and client programs. In the linux system to achieve server-side and client communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1175
    • 提供者:lx
  1. Socket_demo

    0下载:
  2. VC环境使用TCP,UDP实现文件传送-VC environment, using TCP, UDP for file transfer. . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-21
    • 文件大小:38362762
    • 提供者:李启军
  1. IM

    0下载:
  2. 局域网通信软件,可以互相传文件,聊天。UDP广播上线。-Communication software in LAN.You can use it to transfer files and to talk to each other.This program uses UDP to broadcast online information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5153749
    • 提供者:王明
  1. udp_ip__core_latest.tar

    0下载:
  2. udp/ip stack for just streaming the data over IP video or audio vhdl code to run in vhdl
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:180191
    • 提供者:prasad
  1. wireless_udp

    0下载:
  2. 在无线网络UDP中测量吞吐量丢包率端到端时延-UDP in wireless network packet loss rate in the end to end delay measurement throughput
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2852
    • 提供者:Apple67
  1. shiyan4

    0下载:
  2. (1)按照Winsock UDP通信流程设计对话框模式的服务器和客户机程序。 (2)利用程序测试两种UDP广播地址的使用。-(1) Winsock UDP communication process according to the pattern design dialog servers and clients program. (2) using the program test two UDP broadcast address.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:154116
    • 提供者:李洪旭
  1. Chat

    0下载:
  2. udp 协议聊天工具,符合 udp shock 编程。-Udp chat tools.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:33523
    • 提供者:tony
  1. UDP

    0下载:
  2. software uni y multi cast para udp tx y rx
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:107663
    • 提供者:florezjimmy
  1. UDP

    0下载:
  2. 基于UDP协议的简单网络聊天程序,包含客户端和服务器端两部分-Simple network based on UDP protocol chat program, including client and server-side two
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2332031
    • 提供者:shadow
  1. UdpTest

    0下载:
  2. udp测试工具,可以进行udp传输协议的发送接受-udp test tool for sending udp protocol accepted
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:255191
    • 提供者:yatang
  1. CenterQQ

    0下载:
  2. UDP通讯- 模拟QQ的中心服务器,实现UDP通讯中转站-UDP communication- the central server, simulated QQ, to achieve communication interchange UDP
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:251705
    • 提供者:fq
  1. MyQQ

    0下载:
  2. UDP通讯 -实现类似QQ聊天功能-使用UDP通讯发送、接受消息(需中心服务器中转)-UDP communication- QQ chat to achieve a similar function- to use UDP communication to send and receive messages (need a central server transfer)
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:417625
    • 提供者:fq
  1. udp

    0下载:
  2. 用VC++编写一个简单的基于UDP通信实例!实现了客户端与服务器端的通信源代码!-Using VC++ to write a simple UDP based communication instance! To achieve the client and server-side communication source code!
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:5476
    • 提供者:曾纪鸿
  1. P2P

    0下载:
  2. P2p程序穿透NAT(udp),适用于两个内网间的通信-P2p program through NAT (udp)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-14
    • 文件大小:3897752
    • 提供者:潘建军
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  1. echo

    0下载:
  2. 本示例为基于winsocket中AsyncSelect模型的简单的UDP回送程序。 本工程为vs2005-MFC工程,窗口用的是MFC,使用socket编写(非MFC的CSocket类)。 bin文件夹--->应用程序 src文件夹--->源代码-This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC proje
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:166664
    • 提供者:zele
  1. udpfileTranse

    0下载:
  2. 用UDP通讯协议进行文件传输,可以传输二进制文件-udp transe file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:546651
    • 提供者:songziquan
  1. UDP

    0下载:
  2. Linux平台下的基于TCP/IP协议的UDP服务器,同样只实现简单通信,C/S架构,支持并发连接。-Linux platform based on TCP/IP protocol UDP server, as only simple communication, C/S architecture, support for concurrent connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:1612
    • 提供者:张三
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com