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

搜索资源列表

  1. UDP-To-TCP

    0下载:
  2. UDP模拟TCP可靠通信的 例子,原创都自己写的-UDP TCP
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-07
    • 文件大小:535562
    • 提供者:ssm
  1. TCP-UDP-IP

    0下载:
  2. 用MATLAB编写了Internet中TCP/UDP连接,模拟了可靠的TCP连接和快速的UDP连接过程,可直接使用。-Written using MATLAB Internet TCP/UDP connection, analog reliable TCP connection and fast UDP connection process, can be used directly.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-01
    • 文件大小:197903
    • 提供者:王林汝
  1. sliding-window-master

    0下载:
  2. sliding-window-master UDP 可靠 单播 滑动窗口 具体实现-sliding-window-master UDP Unicast reliable sliding window implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:95423
    • 提供者:XiongXiong
  1. SR-protocol-based-of-UDP-

    0下载:
  2. 基于UDP的SR协议,实现UDP的可靠数据传输-SR protocol based on UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:4064
    • 提供者:ndpoi
  1. MinFtp

    0下载:
  2. Linux下的UDP可靠传输实现,文件传输-UDP reliable transmission of Linux implementations, file transfer
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:39647
    • 提供者:criss
  1. udt4

    0下载:
  2. boost实现的UDP可靠传输的代码,自己上网整理的好坏自己判断。我不提供咨询,只是最进在做这一块-UDP boost to achieve reliable transmission of the code, its own Internet finishing is good or bad for themselves. I do not offer advice, but most into doing this one
  3. 所属分类:P2P

    • 发布日期:2017-04-03
    • 文件大小:143883
    • 提供者:田乐
  1. udt4

    0下载:
  2. 保证udp可靠传输的udt协议,性能稳定可靠,感谢您的下载-To ensure reliable transmission protocol of UDT UDP The performance is stable and reliable, thank you download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:645851
    • 提供者:xu
  1. dudp

    1下载:
  2. Delphi下UDP的可靠传输,实现了P2P编程UDP可靠传输-Delphi under UDP reliable transmission, to achieve reliable transmission UDP P2P programming
  3. 所属分类:P2P

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

    0下载:
  2. UDP 是User Datagram Protocol的简称, 中文名是用户数据包协议,是OSI(Open System Interconnection,开放式系统互联) 参考模型中一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务-User Datagram Protocol UDP is short, the Chinese name is the User Datagram Protocol, is the OSI (Open System Interconnection, Op
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2346984
    • 提供者:李文嘉
  1. UDP

    0下载:
  2. UDP/TCP协议下提供文件传输功能的源代码。UPD提供不可靠的传输,文件传输过程中会出现丢包现象而导致文件传输错误,但可以作为网络的测速工具。-This is the source code of socket with UDP.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:caoke
  1. UDPfileTransferExample2

    1下载:
  2. UDP文件传输,实现UDP可靠传输,可实现断点文件续传,可在广域网下实现断点重连文件传输-UDP file transfer, UDP achieve reliable transmission can be achieved breakpoint resume file can be realized in a wide area network file transfer breakpoint reconnection
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-30
    • 文件大小:52686
    • 提供者:刘赞
  1. com-to-udp

    0下载:
  2. 串口数据直接通过UDP传送到网络,用电脑实现了RTU,的UDP透传,可以不用RTU调试硬件与服务器通信(UDP传输实时信更好,自己使用超时等重传机制,可比TCP更可靠更快捷),升级功能能使用,但有协议,请联系-Comm to Udp port RTU->UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-18
    • 文件大小:2980864
    • 提供者:honcing
  1. udp

    0下载:
  2. 通过C语言实现不可靠传输的UDP协议,实现服务器和客户端之间的通信(The implementation of the UDP protocol with unreliable transmission through the C language to achieve communication between the server and the client)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:year迟暮
  1. updtransform

    0下载:
  2. 网络编程,实现了一个upd下的大文件的可靠传输,包括校验包丢失的情况。(Network programming has implemented a reliable transmission of a large file under UPD, including the case of packet loss.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Matt_马猛飞
  1. socket UDP

    0下载:
  2. TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是U
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:LoenWolf
  1. rudp

    0下载:
  2. 用udp实现可靠的数据传输,实现高效的数据传输性能(Using UDP to achieve reliable data transmission to achieve efficient data transmission performance)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-30
    • 文件大小:44032
    • 提供者:rayhhh
  1. UDP

    0下载:
  2. UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是OSI(Open System Interconnection,开放式系统互联) 参考模型中一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务,IETF RFC 768是UDP的正式规范。(UDP is User Datagram Protocol, Chinese is the name of the user datagram protocol, OSI (Open System Interc
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:24Legend
  1. kcp

    0下载:
  2. c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-03
    • 文件大小:7744512
    • 提供者:鲁付阳
  1. bears-tp-master

    4下载:
  2. 基于python语言实现的 UDP的可靠文件传输(Reliable file transmission of UDP based on Python)
  3. 所属分类:网络编程

    • 发布日期:2020-05-12
    • 文件大小:16384
    • 提供者:陈一心
  1. 可靠udp传输代码

    1下载:
  2. 可靠的udp传输代码,udt源码可靠传输
  3. 所属分类:网络编程

« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com