搜索资源列表
Winsock_API
- 本实例在介绍WinSocket API知识的基础上,定义了一个基于网络的类CNetworking ,并利用该类实现了网络通信的基本功能,消息数据的传送,具体请参见代码部分。用它可以发送、接收、连接、断开和获取对方端口各种不同的信息。该类的主要优点是完全将连接对象化,不需要窗口就可以处理网络消息,通过定义回调函数或事件即可,甚至连通知消息都可以不用。希望对正在开发网络应用程序的读者朋友有所帮助!-In introducing the example of knowledge WinSocket A
WinSocketAPI
- 使用Winsocket API实现的网络通信功能,分客户端和服务器端。-Winsocket API to achieve the use of the network communication function, sub-client and server.
winsocket
- WinSock Win32 API 的打包类和例子程序,很好的学习资源 -WinSock Win32 API package category and examples of procedures, a very good learning resources
WinsocketAPI
- 利用Winsocket API 进行数据通信,已封装为DLL,可象ms winsock控件一样使用。 -Winsocket API to use for data communications, has been packaged as a DLL, can be the same as using the ms winsock control.
winsocket
- 基于WinSock API 实现,以Visual C++6.0为开发平台,利用的开发协议是TCP/IP协议中面向连接的TCP协议。使用了流式套接字开发的点对点服务器/客户机通信模型,简单的调用了WinSock API的类实现了客户机和服务器程序。点到点通信是指网内工作站之问的直接通信。这将大大减少文件服务器的负荷-message senddingand reserve base on winsock
TCP
- 基于TCP/IP的socket通信程序,使用WinSocket API实现-Based on TCP/IP, socket communication, the use of WinSocket API implementation
WinSocket
- 利用Winsocket API编写的网络聊天小程序,可作为服务器端或客户端。-Winsocket API written using Internet chat applet can be used as server or client.
chatroom
- 本程序用winsocket 实现了一个基于c/s 架构的简单的聊天室程序。 采用面向连结的socket api, 信息发送、接收为阻塞同步方式。可以进行多用户聊天。. -This procedure using winsocket to achieve a simple c/s based chat room procedures. The socket API is adopted to link, and the information is sent and received as blo