Windows sockets 是 Windows 下网络编程的规范。这套规范是 Windows 下得到广泛应用的、 ( 开放的、支持多种协议的网络编程接口。它定义并记录了如何使用API 与 Internet 协议族 IPs 、 ) 通常我们指的是 TCP/ IP 连接 ,尤其要指出的是所有的 Windows sockets 实现都支持流套接字和 收稿日期 :2000 - 8 - ...
Windows Sockets (WinSock), a standard network API co-developed by PC network industry leaders including Microsoft, Novell, Hewlett-Packard, and FTP Software, is an extraordinary resource for Windows network programmers. This book will enable you to reap WinSock's full benefits to create client and...
新增了安全套接层协议(SSL)编程,并将开发工具从VisualStudio2005过渡为目前比较流行的VisualStudio2012.为了方便读者阅读和学习,编者根据本书内容另外提供实验、常见的WindowsSockets错误代码、使用VisualStudio2012开发VisualC++应用程序等内容。由于篇幅有限,这部分内容将不作为本书的内容出现。同时,本书还提供PPT课件、程序...
These components encapsulate UNIX and Windows NT network programming interfaces (such as sockets, TLI, and named pipes) with C++ wrappers. Developers of ... DC Schmidt,T Harrison,E Alshaer 被引量: 137发表: 1995年 Windows Sockets Network Programming (paperback) Windows Sockets (WinSock), a stan...
As of Windows Sockets 2, the gethostbyaddr function (winsock.h) is no longer recommended for use. gethostbyaddr The gethostbyaddr macro function (wsipv6ok.h) retrieves the host information corresponding to a network address. gethostbyname The gethostbyname function (winsock2.h) function retrieves ...
VC++使用Socket2网络编程(绝版好书10本) IPv6 Network Programming.pdf Network_Programming_for_Microsoft_Windows_-2 Programming Winsock-Arthur Dumas.pdf TCPIP sockets in C-Practical Guide for Progr WINDOWS SOCKETS规范及应用-WINDOWS网络编程接口.chm Windows+Socket2网络编程技术PDF+源码.rar Windows.95.程式...
Network Programming with Windows Sockets (Bk/Disk) 作者:Pat Bonner 出版社:Prentice Hall Ptr 出版年:1995-09-28 定价:USD 39.95 装帧:Paperback ISBN:9780132301527 豆瓣评分 目前无人评价 二手市场· ···
Windows Sockets Network Programming is the Winsocker’s acknowledged Bible. (Indeed, most seasoned Winsockers know what you mean when you say "Quinn and Shute".) The reason why is simple: it was written by Winsock experts, with care and intelligence. So many books are simply whipped out to...
This isn’t done so that clients or servers can somehow fool each other into using WebSockets, but rather to fool the various intermediaries into thinking it’s just another TCP connection serving up HTTP. In fact, the WebSocket protocol is specifically designed to preven...
Like all modern operating systems, Windows Vista leverages TCP/IP and UDP for network communication. If TCP/IP is the chosen transport of a fully connected mesh, then each node in a fully connected mesh of N nodes must create or accept N-1 sockets. As N increases,...