Samples

所属分类:网络编程
开发工具:Visual C++
文件大小:536KB
下载次数:162
上传日期:2007-09-03 21:08:26
上 传 者管理员
说明:  [Windows网络编程]-[Network Programming for Microsoft Windows],该书的随书源码。
([Windows Network Programming]- [Network Programming for Microsoft Windows], the book with the book source.)

文件列表:
Samples\chapter01\tcpclient\Makefile (299, 2002-01-18)
Samples\chapter01\tcpclient\tcpclient.cpp (3189, 2002-01-18)
Samples\chapter01\tcpclient\vb\tcpclient.frm (4178, 2002-01-18)
Samples\chapter01\tcpclient\vb\tcpclient.vbp (714, 2002-01-18)
Samples\chapter01\tcpclient\vb\Winsock.bas (32450, 2002-01-18)
Samples\chapter01\tcpclient\vb (0, 2007-09-03)
Samples\chapter01\tcpclient (0, 2007-09-03)
Samples\chapter01\tcpserver\Makefile (299, 2002-01-18)
Samples\chapter01\tcpserver\tcpserver.cpp (4527, 2002-01-18)
Samples\chapter01\tcpserver\vb\tcpserver.frm (5008, 2002-01-18)
Samples\chapter01\tcpserver\vb\tcpserver.vbp (714, 2002-01-18)
Samples\chapter01\tcpserver\vb\Winsock.bas (32450, 2002-01-18)
Samples\chapter01\tcpserver\vb (0, 2007-09-03)
Samples\chapter01\tcpserver (0, 2007-09-03)
Samples\chapter01\udpreceiver\Makefile (307, 2002-01-18)
Samples\chapter01\udpreceiver\udpreceiver.cpp (3082, 2002-01-18)
Samples\chapter01\udpreceiver\vb\udpreceiver.frm (4126, 2002-01-18)
Samples\chapter01\udpreceiver\vb\udpreceiver.vbp (775, 2002-01-18)
Samples\chapter01\udpreceiver\vb\Winsock.bas (32450, 2002-01-18)
Samples\chapter01\udpreceiver\vb (0, 2007-09-03)
Samples\chapter01\udpreceiver (0, 2007-09-03)
Samples\chapter01\udpsender\Makefile (299, 2002-01-18)
Samples\chapter01\udpsender\udpsender.cpp (2782, 2002-01-18)
Samples\chapter01\udpsender\vb\udpsender.frm (4372, 2002-01-18)
Samples\chapter01\udpsender\vb\udpsender.vbp (769, 2002-01-18)
Samples\chapter01\udpsender\vb\Winsock.bas (32450, 2002-01-18)
Samples\chapter01\udpsender\vb (0, 2007-09-03)
Samples\chapter01\udpsender (0, 2007-09-03)
Samples\chapter01 (0, 2007-09-03)
Samples\chapter02\enumcat\enumcat.cpp (17464, 2002-01-18)
Samples\chapter02\enumcat\makefile (316, 2002-01-18)
Samples\chapter02\enumcat (0, 2007-09-03)
Samples\chapter02\VB\EnumProtocol\enumvb.vbp (707, 2002-01-18)
Samples\chapter02\VB\EnumProtocol\enumvb.vbw (63, 2002-01-18)
Samples\chapter02\VB\EnumProtocol\Form1.frm (22618, 2002-01-18)
Samples\chapter02\VB\EnumProtocol\Winsock.bas (32450, 2002-01-18)
Samples\chapter02\VB\EnumProtocol (0, 2007-09-03)
Samples\chapter02\VB (0, 2007-09-03)
Samples\chapter02 (0, 2007-09-03)
Samples\chapter03\resolve\Makefile (293, 2002-01-18)
... ...

Winsock I/O Model Samples ========================= This directory contains samples illustrating the various Winsock I/O models under the following directories: Directory Description ========= =========== blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events. Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port. Both a client and server sample are provided. All samples operate over both IPv4 and IPv6. The samples are echo samples. The servers and blocking client can handle TCP and UDP while the completion port client which operates only over TCP.

近期下载者

相关文件


收藏者