搜索资源列表
基于TCP的局域网多用户通信、文件传送程序详解
- 基于TCP的局域网多用户通信、文件传送程序详解-LAN-based TCP multi-user communication, file transfer procedures for Hi
TCPCom
- 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等; 我在此基础上重新设计编写了一个系统
TCPUDPFileTransfer
- TCP UDP文件传送-TCP UDP file transfer
P2PFileTransfers
- 一个利用Visual C++实现的文件传输软件,使用的协议是TCP/IP-a Visual C realization of file transfer software, the agreement is to use TCP / IP
fileexchange
- TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信-the TCP file transfer systems, servers and clients to pass the IP address to confirm communications
duo_xian_cheng_socket_file_transport
- TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
cSharp-transfer
- (C#、TCP、控制台方式)提供简单的局域网文件传输功能-(C#, TCP, console mode) provides a simple LAN file transfer capabilities
TCP
- Csharp的局域网两天软件,拥有文件传输·等强大的功能·-CSharp LAN software for two days, with file transfer, such as powerful
Serialfiletransfersystemsourcecode
- 串口文件传输系统源代码,给播放器发送命令取消文件锁定的TCP协议 端口号:8154 协议格式:A+B A:SVA_VIDEO_COM_SEND_FILE_HEAD B:如果=1,那么开始停止播放,如果=0,那么恢复 例如,如果你接收到"SVA_VIDEO_COM_SEND_FILE_HEAD1",那么开始停止播放 -Serial file transfer system source code, to the player to send an order can
VB6winscock
- VB6 文件传输互发代码 ,tcp/ip通讯编程,请喜欢的朋友下载-VB6 File Transfer each fat source, tcp/ip communication programming, please enjoy our friends to download
tcp_file_transfer
- tcp文件传输 提供 大文件传输功能 提供服务器连接-tcp file transfer big file transfer
final_instant_message
- 实现了局域网内udp通讯,tcp文件传输功能, 一个即时通讯软件!-Udp achieved LAN communications, tcp file transfer function, an instant messaging software!
FileSocketServer
- 文件传输协议 FTP VC winsock TCP-File Transfer Protocol FTP VC winsock TCP
FileTransfers
- 用ftp实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。-Reliable file transfer using ftp it is clear that if the use of TCP to transfer files, it will be very simple, simply do not have to wor
TCP_Client_Server(Ring_Topology)
- CSharp program simulates client - server file transfer using TCP
CSharp-udp-tcp
- 使用C#实现TCP和UDP两种方式的文件传输,在VS2005的开发环境下进行-TCP and UDP are two ways of file transfer, using C# VS2005 development environment
TCP
- 利用TCP实现文件传输的程序,包括服务器和客户端-Using TCP implementation file transfer program, including server and client
TCP
- TCP点对点文件传送服务端与客户端,聊天,-TCP peer file transfer service and client, chat,
FileTransfer
- 创建一个简单的端到端的文件传输程序,分别实现为FileSend与FileReceive两个命令行程序,实现在控制台下通过命令行将主机A上指定文件,拷贝到主机B的指定目录下(The file transfer program to create a simple end to end, respectively for FileSend and FileReceive two command line program to achieve commands through the console
file
- 实现tcp客户端的消息传输,还有文件传输等实时传递信息功能!(Realize the TCP client message transmission, and the real-time message function such as file transfer!)