当前位置:
首页
资源下载

搜索资源 - Windows Sockets API
搜索资源列表
-
0下载:
Windows Sockets API,通常也称为WinSock,与Berkeley Sockets API兼容,因此,可以想象UNIX Socket程序代码可以顺利地拿到Windows上使用。NETTIME,如程序23-1所示,展示了使用WinSock API的方法-Windows Sockets API, also known as WinSock. with Berkeley Sockets API compatibility, therefore, imagine Socket UNIX
-
-
0下载:
一个简单的网络编程的小程序,入门用。使用Windows Sockets API函数进行网络编程,访问域名服务器,获取与域名相对应的IP。-a simple small network programming procedures, beginners use. Windows Sockets API for network programming, visit the domain name server access to domain names corresponding to the I
-
-
0下载:
工具条此函数在应用程序中初始化Windows Sockets DLL ,只有此函数调用成功后,应用程序才可以再调用其他Windows Sockets DLL中的API函数。在程式中调用该函数的形式如下:WSAStartup((WORD)((1<<8 1),(LPWSADATA)&WSAData),其中(1<<8 1)表示我们用的是WinSocket1.1版本,WSAata用来存储系统传回的关于WinSocket的资料。-tools of this function in
-
-
0下载:
Windows Sockets API实现网络异步通讯-Windows Sockets API Asynchronous communication network
-
-
0下载:
此源程序是使用Windows Sockets API编写的基于服务器端/客服端的网络通信程序。-This source code is written using the Windows Sockets API, server-based client/customer side of the network communication program.
-
-
1下载:
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
-
-
0下载:
Windows套接字
一些API函数的使用-Windows Sockets API functions of some use
-
-
0下载:
Windows套接字
一些API函数的使用和学习-Windows Sockets API functions of some use and learning
-
-
0下载:
开发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
-
-
0下载:
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
-
-
0下载:
通过Windows Sockets API实现一个即时聊天工具-Through the Windows Sockets API to achieve a real-time chat tool
-
-
0下载:
1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introdu
-
-
0下载:
《网络编程综合资料》
介绍
常用网络协议编程
怎样接收电子邮件(POP3协议简介)
POP3协议封装类
POP3协议命令原始码及工作原理
RFC1939-POP3协议中文版
RFC821-简单邮件传输协议(SMTP)中文版
SMTP协议原始命令码和工作原理
TCP IP网络通信程序设计
TCP IP协议详解
TCPIP协议的化学专家实时交流系统
VC++SMTP协议电子邮件传送剖析
WINDOWS SOCKET API 使用经验
WINDO
-
-
0下载:
Windows Sockets API Tutorial
-
-
0下载:
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
-
-
0下载:
运用JAVA调用Windows Sockets的API,实现简单的网络消息收发软件,该软件具有较友好的界面-Application of JAVA called Windows Sockets API, the realization of a simple network messaging software, the software has a friendly interface
-
-
0下载:
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
-
-
0下载:
本书主要介绍了如何用API函数进行网络间通信-The book introduces how to use the API function communication networks
-
-
0下载:
Windows Sockets API, also known as the WinSock normally, and the Berkeley Sockets API compatibility
-
-
0下载:
Windows Sockets API,通常也称为WinSock,与Berkeley Sockets API兼容(Windows Sockets API, also known as the WinSock normally, and the Berkeley Sockets API compatibility)
-