搜索资源列表

  1. WSAEventSelect

    0下载:
  2. windows网络编程之WSAEventSelect模型-windows network's programming model WSAEventSelect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:34644
    • 提供者:沈仲强
  1. variousSockIOMmodels

    0下载:
  2. 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 n
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:79158
    • 提供者:Janferry
  1. NetWorkTool

    0下载:
  2. 独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见-independent of TCP/UDP Socket used Socket2.0, including registration information and the overlap IO, we welcome comments
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-22
    • 文件大小:70656
    • 提供者:官建军
  1. WSAEventSelect

    0下载:
  2. windows网络编程之WSAEventSelect模型-windows network's programming model WSAEventSelect
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:1208320
    • 提供者:沈仲强
  1. variousSockIOMmodels

    0下载:
  2. 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 n
  3. 所属分类:通讯编程

    • 发布日期:2024-05-22
    • 文件大小:78848
    • 提供者:Janferry
  1. WSAEventSelect

    0下载:
  2. windows的五种I/O模型中的一种EventSelect,在异步模式下的服务器和客户端-windows of the five I/O model of a EventSelect, in asynchronous mode of server and client
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:马刚伟
  1. WSAeventselectWINSOCKIO

    0下载:
  2. WSAeventselect WINSOCK I/O模型程序设计.包括源码及原理等-WSAeventselect WINSOCK I/O model of program design. Including the source and principle, etc.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:ysl
  1. windowsSocket-WSAEventSelect

    0下载:
  2. windows网络模型之WSAEventSelect 实现的网络五子棋游戏-windows network model of the network to achieve WSAEventSelect game Gobang
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-22
    • 文件大小:421888
    • 提供者:wake
  1. PortMapEvent

    0下载:
  2. 一个端口映射程序,利用WSAEventSelect模型,还算蛮稳定的。-a program of port map,using WSAEventSelect,it s very stabilization.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:xiaoc
  1. MyPing

    0下载:
  2. 这是一个基于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. I
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:97280
    • 提供者:ddk
  1. WindowsSocketIOModel

    0下载:
  2. Windows网络与通信程序设计几种常见模型范例(OverlappedServer WSAAsyncSelect EventSelectServer select WSAEventSelect)-Windows network and communications programming examples of several common models (OverlappedServer WSAAsyncSelect EventS
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-22
    • 文件大小:25600
    • 提供者:魏冲
  1. CIOCPModel

    0下载:
  2. 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development usi
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:93184
    • 提供者:WANGTAO
  1. WSAEventSelect

    0下载:
  2. 利用WSAEventSocket 模型开发网路五子棋游戏程序。该程序包括服务器和客户端两部分。服务器包括数据包设计,多线程设计和游戏规则设计。服务器主要为客户端维护成员列表和通知客户端更新用户信息。客户端包括多线程设计,界面设计,用户列表结构设计。-Model development using WSAEventSocket online backgammon games. The program includes server and
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:419840
    • 提供者:WANGTAO
  1. WSAEventSelect

    0下载:
  2. WSAEventSelect -- 事件选择Socket通讯模型-WSAEventSelect- Event Select Socket Communication Model
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:50176
    • 提供者:cxf
  1. network_model_windows

    0下载:
  2. windows下的网络编程模型,分别为:BlockingModel,CompletionRoutine,OverlappedModel,WSAEventSelect-Under windows network programming model, namely: BlockingModel, CompletionRoutine, OverlappedModel, WSAEventSelect
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:422912
    • 提供者:周丹
  1. TestServer

    0下载:
  2. 基于WSAEventSelect I/O模型的服务端源码,希望对大家有用。-WSAEventSelect I/O模型
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:41984
    • 提供者:庞登
  1. WSAEventSelect

    0下载:
  2. 异步IO 事件通知类型,等待EVENT句柄数组实现多等待,使用初学者-Asynchronous IO event notification type, wait EVENT handle an array of multi waiting to use for beginners
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:3534848
    • 提供者:穆帅
  1. socket

    0下载:
  2. socket通信模型EventSelect,Overlapped,select,WSAAsyncSelect,WSAEventSelect的实例代码-socket communication model
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:8039424
    • 提供者:qiuyili
  1. mnet_demo

    0下载:
  2. 一个网络通信开发库示例源码,封装了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, enca
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:2081792
    • 提供者:李海
  1. WSAEventSelect

    0下载:
  2. 学习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.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:31744
    • 提供者:S.James
« 12 3 »

源码中国 www.ymcn.org