搜索资源列表
2003061820272628097
- 一个在delphi下用udp传输文件的实例,非常经典-using udp transfer files example, very classic
UDP
- java udp 协议 文件传输
UDP
- udp信息传输,使用.net平台开发UDP的文件传输。
UDP_Demo
- vc实现的使用UDP传输文件的程序,分开的!
Udpsendfile.用Udp协议实现了点对点文件传输
- 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
linux-udp.rar
- linux下udp客户端和服务器的程序,可用于无差错传输文件和对网络编程的学习,linux-udp
udp.rar
- 基于Winsock的udp文件传输,包含客户端和服务器端程序,Winsock-udp-based file transfer, including client and server-side programs
UDPFile
- UDP文件传输 类似QQ传输文件 -UDP File Transfer to transfer files like QQ
UDP
- 文件传输系统,基于VC++的UDP文件传输系统,应用VC++网络编程知识!-File transfer system, based on VC++ The UDP file transfer system, the application of VC++ network programming knowledge!
src
- udp可靠文件传输 有源码 可运行 内部简要注释-udp secure file transfer have the source can be run within a brief comment. . . .
UDP-FilePoster
- 利用udp稳定进行大文件传输的实例,在vc6.0下编译通过。-Udp stability using large-file transfer example, under the vc6.0 compile.
udp
- 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.
UDP
- 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not
udpserver
- UDP服务器编程,编写程序,设计UDP服务器。选择UDP为主要的网络通信技术 ①程序能够流畅地完成视频文件的传输 ②要能够对多个客户端,需要通过UDP模拟多个客户端连接的验证情况 -UDP Server program, write programs, design UDP servers. Select UDP as the main network of communications technology ① program can complete the smooth tra
udp
- 采用udp方式实现的数据传输,简单实用,修改后可以传输文件-Udp achieved by way of data transfer, simple and practical, you can transfer files modified
TCP-UDP
- TCP-UDP传输文件通信,包含了SDK版和MFC版的服务器和MFC版的客户端,用VS2008-TCP, UDP transfer files communication, including the SDK version and the MFC version of the server and MFC version of the client, with VS2008
udp传输
- 基于udp文件传输协议,实现udp大文件传输,且稳定(Based on UDP file transfer protocol, UDP large file transmission is realized and no packet is lost)
多线程UDP传送文件
- 多线程udp文件传输协议,能够实现多线程udp,及收发(Multi thread UDP file transfer protocol can achieve multithread UDP, and receive and receive)
UDP文件传输
- udp文件传输,可以实现udp 传输且完成了实验报告的编写(UDP file transmission, can achieve UDP transmission and completed the preparation of the experimental report)
Socket UDP for transfering files
- 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)