搜索资源列表
基于TCP-IP多线程文件传输
- 多线程socket文件传输,很好的一个例子,极力推荐-multi-thread socket programming for file translating. this is a very good example.
Socket-TCP
- java socket 实现基于tcp的p2p聊天室,可以多人聊天。-java socket tcp of p2p-based chat rooms, you can chat with people.
vc-chatroom
- 基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
6456456456465465
- 实现P2P技术,TCP翻越NAT技术的实现,SOCKET-P2P technology implementation, TCP implementation over the NAT technology, SOCKET
P2PClientAndServer
- P2P,CS结构,socket通信,TCP/IP协议-P2P, CS structure, socket communication, TCP/IP protocol
socket-filetransfer
- p2p 、socket tcp 实现文件传输,挺好的。-file transfer
socket
- 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win