搜索资源列表
libtorrent-0.9.tar
- 一个bt的开源的 C++ 库,很清晰,可以运行于多个编程环境,支持多个平台,Unix,Windows等。 libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a work
ping
- 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方
p2p_chat
- 用windows编程,实现的一个简单的p2p聊天程序。界面比较简单,dos窗口。但是思路比较清晰,比较适合对p2p想入门的程序员。另外附上该程序的文档。-using socket , p2p chat program, easy, good for starting learners
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
feigeV3
- 自己写的一个小程序,用socket实现P2P通信,聊天功能,适合windows编程初学者学习参考-Write a small program, with the socket implementation P2P communication, chat, information for beginners to learn windows programming
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
P2P
- P2P编程,Windows Socket-P2P programming, Windows Socket