文件名称:WindowsSocket
- 所属分类:
- Internet/网络编程
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 和*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Windows下的Socket程序设计
在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。
-Under Windows Socket Programming in Windows Socket network program needs to be achieved using Winsock network programming interfaces, an application by calling the Winsock API to achieve inter-communication. Winsock dynamic link library service is implemented as Winsock DLL, so you must first call the WSAStartup function to initialize Winsock, Winsock version negotiation support, allocation of necessary resources.
在Windows下实现Socket网络程序需要使用Winsock网络编程接口,应用程序通过调用Winsock的API实现相互间的通信。Winsock的服务是以动态链接库Winsock DLL形式实现的,所以必须先调用WSAStartup函数对Winsock进行初始化,协商Winsock的版本支持,分配必要的资源。
-Under Windows Socket Programming in Windows Socket network program needs to be achieved using Winsock network programming interfaces, an application by calling the Winsock API to achieve inter-communication. Winsock dynamic link library service is implemented as Winsock DLL, so you must first call the WSAStartup function to initialize Winsock, Winsock version negotiation support, allocation of necessary resources.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Windows下的Socket程序设计.doc