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

搜索资源列表

  1. Udpsendfile.用Udp协议实现了点对点文件传输

    0下载:
  2. 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
  3. 所属分类:C#编程

    • 发布日期:2017-03-22
    • 文件大小:412162
    • 提供者:wangliang
  1. UDPFile

    0下载:
  2. UDP文件传输 类似QQ传输文件 -UDP File Transfer to transfer files like QQ
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:416127
    • 提供者:icebingger
  1. strangerChart

    0下载:
  2. C#版局域网聊天软件,界面仿QQ,可以显示好友IP地址,好友形象,好友上线提示,和QQ一样的功能;程序要用到SQL数据库,程序包中附有数据库文件,附加即可,程序在VS2005下编译通过,它同样是基于UDP的聊天工具。-C# version of the LAN chat software, interfaces, fake QQ, you can show your friends IP address, friend' s image and close friends on-line
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:16554
    • 提供者:271
  1. UDP_Client_Server(Ring_Topology)

    0下载:
  2. CSharp program simulates client - server file transfer using UDP
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:66543
    • 提供者:Ahmed Hashem
  1. UdpSendFileDemo---6

    0下载:
  2. 转载一个牛人开发的C#采用UDP点对点的一个文件传输程序-Reproduced a cattle developed in C# using a UDP peer-to-peer file transfer program
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5354552
    • 提供者:Jason.cui
  1. CSharp-udp-tcp

    1下载:
  2. 使用C#实现TCP和UDP两种方式的文件传输,在VS2005的开发环境下进行-TCP and UDP are two ways of file transfer, using C# VS2005 development environment
  3. 所属分类:CSharp

    • 发布日期:2015-04-11
    • 文件大小:179200
    • 提供者:stefaniesha
  1. UdpSendFileDemo-

    0下载:
  2. 基于UDP协议的文件传输代码,可以直接运行-UDP-based file transfer code,can run directly
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:522906
    • 提供者:wj
  1. ReceiveFiles

    0下载:
  2. C#编写UDP文件发送接受程序,实现过程简单明了,基础学习者可以参考下-Written in C# UDP file sending and receiving process, realization process is simple, basic learners can refer to the following
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:56262
    • 提供者:lao
  1. transfer

    0下载:
  2. 基于UDP的文件传输,可以实现服务端和客户端之间的文件传输,读入并保存在本地文件。-UDP-based file transfer, file transfer can be achieved between the client and the server, and read and stored in the local file.
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6058442
    • 提供者:李岑
  1. demo

    0下载:
  2. UdpClient文字和小文件互传,适合初次接触UDP,学习文件传输的人。简单易懂。-UdpClient text and small files to each other, for the initial contact with UDP, file transfer of learning.Easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:51285
    • 提供者:
  1. demo2_TxtFileReadWrite

    0下载:
  2. 对文本文件的读写,运用UDp,适合C#网络编程初学者的学习。-The text file read and write, using UDp, suitable for C# network programming for beginners learning.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:48333
    • 提供者:啊亮
  1. File

    0下载:
  2. C# UDP 文件发送,包含丢包重发,不同机器也可以传输文件,可以扩展到多个人重发,多线发送等-Send C# UDP files, including packet loss retransmission, different machine can also transfer files, can be extended to multiple individual retransmission, multi line transmission etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:124300
    • 提供者:陈五一
  1. udp_transfile

    0下载:
  2. 通过UDP协议实现发送端和接收端之间的文件传输。-File transfer between the sender and the receiver via UDP protocol.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:227139
    • 提供者:廖漪
  1. UpLoadFileTool

    0下载:
  2. 通过UDP协议,用于指定文件上传至服务器的文件上传工具,选择文件包含自校验是否属于需求文件(Through the UDP protocol, is used to specify the file upload to server file upload tool, select file contains self checking whether belong to demand)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:2944000
    • 提供者:百鬼夜行
  1. Ntty.RPC.NETClient

    0下载:
  2. Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作都是异步非阻塞的,通过Future-Listener机制,用户可以方便的主动获取或者通过通知机制获得IO操作结果。 作为当前最流行的NIO框架,Netty在互联网领域、大数据分布式计算领域、游戏行业、通信行业等获得了广泛的应用,一些业界著名的开源组件也基于Netty的NIO框架构建。(Netty is a high-performance, async
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:47104
    • 提供者:huhuaaaa
搜珍网 www.dssz.com