Welcome![Sign In][Sign Up]
Location:
Search - socket wsaasyncselect

Search list

[Internet-NetworkWSAAsyncSelect

Description: 以Windows消息的机制设计服务器,每个窗体句柄管理多个Socket
Platform: | Size: 9564 | Author: 熊文 | Hits:

[CommunicationvariousSockIOMmodels

Description: 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 the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 79158 | Author: Janferry | Hits:

[TCP/IP stackasynchrony

Description: 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn
Platform: | Size: 21532 | Author: 张寿锐 | Hits:

[Internet-NetworkWSAAsyncSelect

Description: 以Windows消息的机制设计服务器,每个窗体句柄管理多个Socket-Windows message mechanism in order to design the server, each form to manage multiple Socket Handle
Platform: | Size: 9216 | Author: 熊文 | Hits:

[CommunicationvariousSockIOMmodels

Description: 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 the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 78848 | Author: Janferry | Hits:

[Windows DevelopWSAAsyncSelect

Description: 选择模型,支持Windows的消息机制,可以作为一份学习Windows i/o模型的文档-Choice model to support the Windows message mechanism, can be used as a learning Windows i/o model documents
Platform: | Size: 9216 | Author: ktryrg2 | Hits:

[TCP/IP stackasynchrony

Description: 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn-Tcp realize the asynchronous communication features. WSAAsyncSelect function with socket converted to asynchronous socket, and create related news function. Specifically to see msdn
Platform: | Size: 21504 | Author: 张寿锐 | Hits:

[Internet-NetworkChartroom

Description: WSAAsyncSelect模型 非阻塞-WSAAsyncSelect model non-blocking
Platform: | Size: 64512 | Author: | Hits:

[Internet-NetworkWSAAsyncSelect

Description: WSAAsyncSelect for MFC 下自定义SOCKET事件 替换以前那种通过循环来获知SOCKET事件的方法
Platform: | Size: 37888 | Author: mTian | Hits:

[Windows DevelopTestWSAAsync

Description: 使用WSAAsyncSelect编写的socket客户端程序-The socket client program using WSAAsyncSelect
Platform: | Size: 82944 | Author: baobao | Hits:

[Internet-NetworkWSAAsyncSelect_delphiCode

Description: DELPHI SOCKET IO WSAAsyncSelect Example code
Platform: | Size: 348160 | Author: lt2000 | Hits:

[Windows DevelopTstvToVS_20100317.bak

Description: 一个udp服务端程序,原理比较简单,主要使用了WSAAsyncSelect监听。-A progam for udp-socket,...
Platform: | Size: 30720 | Author: mhd | Hits:

[Communication(WSAAsyncSelect)

Description: SOCKET异步传输(WSAAsyncSelect)接收端dll及实例化程序-SOCKET Asynchronous Transfer (WSAAsyncSelect) receiver dll and examples of procedures
Platform: | Size: 58368 | Author: 明少 | Hits:

[Windows Developpaint

Description: 基于c/s网络结构简单的远程鼠标作图。 Winsock 提供了一个有用的异步I/O模型。利用这个模型,应用程序可在一个套接字上,接收以Windows消息为基础的网络事件通知。具体的做法是在建好一个套接字后,调用WSAAsyncSelect函数-Based on c/s network of simple remote mouse mapping. Winsock provides a useful asynchronous I/O model. Using this model, the application can be a socket to receive a message to Windows-based network event notification. Specific approach is the construction of a socket, call WSAAsyncSelect function
Platform: | Size: 1863680 | Author: 潘德川 | Hits:

[Internet-Networksocket

Description: socket通信模型EventSelect,Overlapped,select,WSAAsyncSelect,WSAEventSelect的实例代码-socket communication model
Platform: | Size: 8039424 | Author: qiuyili | Hits:

[Internet-NetworkWSAAsyncSelect

Description: 一个基于socket的winXP下用WSAAsyncSelect()函数实现的并发服务器程序。是学习Windows网络io的好例子。-Under the socket on the winXP one with WSAAsyncSelect () function implementation of concurrent server program. Windows network io to learn a good example.
Platform: | Size: 8192 | Author: liuli | Hits:

[ConsoleSocket

Description: 基于C_S结构的Socket程序设计。控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端 -Based on C_S structure Socket programming. Console application: using the console interface, multi-threaded Server program and Client-side, WSAAsyncSelect asynchronous window program: Use the Windows interface based on the WSAAsyncSelect asynchronous selection mechanism Server program and Client-side
Platform: | Size: 1018880 | Author: | Hits:

[Multimedia DevelopWSAAsyncSelect

Description: 以Windows消息的机制设计服务器,每个窗体句柄管理多个Socket-Windows message mechanism in order to design the server, each form to manage multiple Socket Handle
Platform: | Size: 9216 | Author: firkndne | Hits:

[Internet-NetworkWSAAsyncSelect

Description: 基于select处理的并行处理多方socket实例,具有参考价值,欢迎研究。-Mainly used to write vc ping function based raw sockets programming, you can use, you can study
Platform: | Size: 6251520 | Author: 王帅 | Hits:

[ConsoleC_S-Socket

Description: 控制台程序:使用控制台界面的多线程Server程序及Client端,WSAAsyncSelect异步窗口程序:使用Windows窗口界面的基于WSAAsyncSelect异步选择机制的Server程序及Client端-Based on the structure of C_S Socket programming
Platform: | Size: 1340416 | Author: yangq | Hits:
« 12 »

CodeBus www.codebus.net