搜索资源列表
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.
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
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
ChatRoom
- 用五个网络模型Select、WSAAsynvSelect、WSAEventSelect、IO、IOCP分别实现聊天室功能-Network model with five Select, WSAAsynvSelect, WSAEventSelect, IO, IOCP chat room functions, respectively, to achieve
WSAEventSelect
- 基于EventSlect I/0模式的TCP服务器,对于WinSocket的初学者来说是一个不错的例子-Based on EventSlect I/0 TCP server mode, for WinSocket beginners is a good example
WSAEventSelect
- 学习网络编程的可以好好看一看,是一个服务端的程序,是一个好的例子!-Learning network programming can take a good look at, is a server program, is a good example.
WSAEventSelect
- 用vc++编写的网络程序,主要是服务器通过事件的方式来处理各个终端的访问-With vc++ to write network program, mainly is the server through the events way to deal with each terminal of the visit
WSAEventSelect
- 事件网络编程模型,对这个模型做了分析,代码有详细注释,有利于学习-Event network programming model, this model, the code has detailed notes and conducive to learning
test9Demo
- windows网络通信IO模型 1、 参考SelectServerDemo理解select模型原理及过程。 2、 参考WSAEventSelectServerDemo理解WSAEventSelect模型原理及过程。 3、 参考OverlappedEventServerDemo1理解Overlapped I/O事件通知的原理及过程。注意这个Demo只实现了使用重叠接收信息。 4、 参考OverlappedCompletionServerDemo2理解Overlapped I/O完成
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.