搜索资源列表
Sockets-1.8.3
- sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制的错误处理。-sockets API Packaging category, in UNIX and work under Win32 platform. SSL, IPv6, TCP / UDP sockets, TCP encryption, HTTP protocol, highly customizable error handl
RakNet
- RakNet is an advanced networking API that provides services for and over Berkeley Sockets, or on Windows systems \"Winsock.\"
Socket-API
- Socket五种不同的类型API方式编程,流式套接字(stream socket)、数据报套接字(dategram socket)、原始套接字(raw-protocol interface)等。-Socket API way five different types of programming, stream sockets (stream socket), datagram sockets (dategram socket), the original socket (raw-protoco
Sockets-2.3.7.tar
- 一个功能齐全的C++ socket库。对socket api进行了很好的封装。简化了socket编程。-A fully functional C++ socket library. Right socket api had a very good package. Simplifies the programming socket.
Addison.Wesley.UNIX.Network.Programming.Volume.1.3
- UNIX® Network Programming Volume 1, Third Edition: The Sockets Networking API-UNIX ? Network Programming Volume 1, Third Edition: The Sockets Networking API
tcpip
- This example demonstrates the use of the Symbian OS Sockets Client API to send and receive data to and from an external server using a connection oriented protocol.-This example demonstrates the use of the Symbian OS Sockets Client API to send and re
Network-and-Networking-Programming
- 介绍利用WinSock,进行网络编程的好书-The purpose of this book is to show you how to make network-aware applications that run on the Microsoft Windows operating systems using the Windows Sockets (WinSock) Application Programming Interface (API). To that end, sever
SocketAPI
- 此源程序是使用Windows Sockets API编写的基于服务器端/客服端的网络通信程序。-This source code is written using the Windows Sockets API, server-based client/customer side of the network communication program.
UDPSocketDll
- UDP网络传输动态连接库,一个项目中使用的网络接口,封装Windows Sockets API为UDP数据报传输类。而不是对整个Sockets API进行封装,只是对socket(), bind(), sendto(), recvfrom()等常用的方法对行了封装,方便UDP网络传输。-UDP network transport dynamic link library, a project to use the network interface, package, Windows Socke
TCP
- 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
Sockets-2.3.9.1
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
QQ
- 通过Windows Sockets API实现一个即时聊天工具-Through the Windows Sockets API to achieve a real-time chat tool
Windows_Sockets_Network_Programming
- This book describes the Windows Sockets application programming interface (API), commonly known as "WinSock." This is intended to be a companion to the v1.1 Windows Sockets specification, not a replacement for it. The contents provide a roadmap for t
winsock-api
- Windows Sockets API Tutorial
winsock
- Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
Client80port
- 用WinSock提供的多个的套接字的API函数来编程,基于TCP协议实现即时通讯的客户端-Provide more of the sockets API functions in WinSock programming, based on the TCP protocol instant messaging client
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
Windows-Sockets
- 本书主要介绍了如何用API函数进行网络间通信-The book introduces how to use the API function communication networks
GetmyIP_question3
- 使用Windows Sockets的API函数获得给定域名的IP地址-Use Windows Sockets API function to obtain the IP address of a given domain.
UNIX-NetWork-Programing_2.pdf.tar
- 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for
