搜索资源列表
wjcs
- TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信,利用WINSOCK控件来实现,在服务器端还有窗口可以显示传输的文件内容-the TCP file transfer system server and client IP addresses to pass the OK to achieve communication, the use of Winsock Control to achieve, the server window can also show tran
UDPFILESTRANSMIT
- 利用TCP/IP协议完成各种文本音频视频文件传输
DuoXianChengWenJianChanShu
- VC++ 多线程的文件传输例子,内有协议文件.
VBTCPIP
- VB中基于TCPIP协议的点对点文件传输源代码
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
YiZhong.rar
- 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下,Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP,
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
chat
- Qt聊天软件 可以有文件传输 UDP TCP协议-Qt chat software
flute
- 一个单向文件传输协议,可以在WINDOWS与LINUX下编译。-A one-way file transfer protocol, can be compiled under WINDOWS with LINUX.
fsp-2.8.1b24
- FSP(File Service Protocol)一种基于UDP的文件传输协议的实现及其文档,来自开源社区。-FSP stands for File Service Protocol. It is a very lightweight UDP based protocol for transferring files. FSP has many benefits over FTP, mainly for running anonymous archives. FSP protocol is v
UDP_file_transfer
- 实现利用UDP协议的计算机间文件传输,带软件说明书-using the UDP protocol to transfer a file between computers, with software instructions
TCPfiletransfer
- 这是一个采用TCP/IP协议进行文件传输的例子,对初学者有帮助。-This is a use of TCP/IP protocol for file transfer example, be helpful for beginners.
TCP
- Java之TCP协议封装类,并附带一个文件传输应用实例.-tcp transferring sample in java language
VBTCPIP
- VB中基于TCPIP协议的点对点文件传输代码-VB TCPIP protocol based on point to point file transfer code
SixMan
- 支持IPv4和IPv6双协议的即时通信与文件传输的源程序-IPv4 and IPv6 dual protocol support for instant messaging and file transfer of the source
tcpipfileupload
- VB中基于TCPIP协议的点对点文件传输代码-VB TCPIP protocol based on code point to point file transfer
TCP协议客户端服务器间视频传输c源码
- 此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
基于TCPIP协议的文件传输源码
- 基于C语言实现大文件传输,主要实现TCPIP协议,能实现单个文件超过4个G的传输,速度在局域网下能达到极限传输速度(This program achieved to transfer large file based TCP/IP protocal.)
TCP_Client
- 使用TCP通讯协议,这个是客户端的代码,可以实现局域网下进行文件传送,适合工业局域网文件管理的小工具(Using TCP communication protocol, this is the source code of the client,it can implement file transfer in LAN and a small tool suitable for file management in industrial LAN.)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,其中包含服务端端实现:Server.c与客户端实现:Client.c