搜索资源列表
WSAEventSelect
- windows网络编程之WSAEventSelect模型-windows network's programming model WSAEventSelect
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
PortMapEvent.rar
- 一个端口映射程序,利用WSAEventSelect模型,还算蛮稳定的。,a program of port map,using WSAEventSelect,it s very stabilization.
mnet_demo
- 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
WindowsSocketIOModel
- Windows网络与通信程序设计几种常见模型范例(OverlappedServer WSAAsyncSelect EventSelectServer select WSAEventSelect)-Windows network and communications programming examples of several common models (OverlappedServer WSAAsyncSelect EventSelectServer select WSAEventSel
socket
- socket通信模型EventSelect,Overlapped,select,WSAAsyncSelect,WSAEventSelect的实例代码-socket communication model
WSAEventSelect
- windows的五种I/O模型中的一种EventSelect,在异步模式下的服务器和客户端-windows of the five I/O model of a EventSelect, in asynchronous mode of server and client
WSAeventselectWINSOCKIO
- WSAeventselect WINSOCK I/O模型程序设计.包括源码及原理等-WSAeventselect WINSOCK I/O model of program design. Including the source and principle, etc.
windowsSocket-WSAEventSelect
- windows网络模型之WSAEventSelect 实现的网络五子棋游戏-windows network model of the network to achieve WSAEventSelect game Gobang
MyPing
- 这是一个基于ICMP的ping功能实现,不同的是它采用了WSAEventSelect方式,不需要窗口接受消息。而是采用了多线程的方式处理事件。因此,可以把它做成一个dll,方便应用程序调用。-This is an ICMP-based ping functions of the difference is the way it used WSAEventSelect do not accept the message window. Instead of using a multi-thread
CIOCPModel
- 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
WSAEventSelect
- 利用WSAEventSocket 模型开发网路五子棋游戏程序。该程序包括服务器和客户端两部分。服务器包括数据包设计,多线程设计和游戏规则设计。服务器主要为客户端维护成员列表和通知客户端更新用户信息。客户端包括多线程设计,界面设计,用户列表结构设计。-Model development using WSAEventSocket online backgammon games. The program includes server and client in two parts. Server,
WSAEventSelect
- WSAEventSelect -- 事件选择Socket通讯模型-WSAEventSelect- Event Select Socket Communication Model
network_model_windows
- windows下的网络编程模型,分别为:BlockingModel,CompletionRoutine,OverlappedModel,WSAEventSelect-Under windows network programming model, namely: BlockingModel, CompletionRoutine, OverlappedModel, WSAEventSelect
TestServer
- 基于WSAEventSelect I/O模型的服务端源码,希望对大家有用。-WSAEventSelect I/O模型
WSAEventSelect
- 异步IO 事件通知类型,等待EVENT句柄数组实现多等待,使用初学者-Asynchronous IO event notification type, wait EVENT handle an array of multi waiting to use for beginners
WSAEventSelect_Test_IO
- 关于WSAEventselect模型的使用,这个模型和WSAAsyncselect很相像,但是使用方法还是要注意-About WSAEventselect model used is very similar to the model and WSAAsyncselect, but still have to pay attention to use
L2109_MessageAndBrew
- 第二章\服务器程序\ Server 第二章\客户端程序\Client 第二章\调用WSAEventSelect\ EventSelect 第二章\重叠I/O模式\ Overlap 第二章\完成端口模式\ IOcmplt 第二章\线程池\ TreadPool 第四章\七位编码\ EnglishCode 第四章\八位编码\ Enc
ChatRoom
- 用五个网络模型Select、WSAAsynvSelect、WSAEventSelect、IO、IOCP分别实现聊天室功能-Network model with five Select, WSAAsynvSelect, WSAEventSelect, IO, IOCP chat room functions, respectively, to achieve
WSAEventSelect
- 学习WSAEventselect模型的良好源码。源码中有详细的注释。-This codes is very suitable for who want to learn WSAEventselect model. Because this is just a simple server and enough notes in it.