搜索资源列表
burst-3.1.0b-src
- Delphi 7 source code This requires the JCVL to build properly... and the TCoolTrayIcon component. Uses HTTP components from Delphi 7, but should be trivial to port to another library if you re so inclined.-Delphi 7 source code This requires
22222
- NAT穿越模块的设计与实现,NAT实现了公网地址和内网地址之间的映射,可从两个方面来概括:(1) 当内网内的IP包经过NAT需要流入公网时,NAT将此IP 包的源IP地址和端口改为NAT接口上的一个公网地址和端口;(2)当公网中的IP包经过NAT 需要访问内网资源时,NAT将此IP 包的目的地址和端口改为内网IP 地址和端口-NAT through the Design and Implementation of Module, NAT a public network address and
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