搜索资源列表

  1. IOCP完成端口模型示例代码

    0下载:
  2. 采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:20480
    • 提供者:石磊
  1. sf_200562516252

    0下载:
  2. 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOC
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:boxu
  1. IocpServerTest

    0下载:
  2. 一个封装好的IOCP模型,采用完成端口进行sockets操作,有测试代码-a good IOCP model, complete sockets for port operation, testing code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:55296
    • 提供者:王征
  1. IocpClientTest

    0下载:
  2. 封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码-Packaging good IOCP clients, using sockets for complete port operation, testing code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:56320
    • 提供者:王征
  1. 108echo

    0下载:
  2. ECHO的IOCP例子,希望对想学IOCP的朋友有帮助-ECHO example, and I hope to learn IOCP to help a friend
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:37888
    • 提供者:肖双全
  1. 20050829152443_CompletionPortDemo

    0下载:
  2. 修改了的IOCP例子,修改了的IOCP例子-revising the IOCP example, revising the IOCP example
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:188416
    • 提供者:海天
  1. net_Iocp_src

    0下载:
  2. 用完成端口IOCP实现的服务端引擎和多线程客户端引擎。-using the server engine of finishing the IOCP port realization and the client engine of multithreading.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:13312
    • 提供者:shizhen
  1. IOCPmodule

    0下载:
  2. 5大IO模型之三:iocp模型,介绍iocp模型的一般编程流程。-five large IO model three : It model It introduced the general programming model process.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:大东
  1. 对完成端口模型进行封装

    0下载:
  2. VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand compl
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:80896
    • 提供者:小蔡
  1. iocp_server

    0下载:
  2. 利用完成端口(IOCP)实现的网络在线考试系统的服务器程序。-use complete port (IOCP) with a network of online examination system server.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-10
    • 文件大小:56320
    • 提供者:navy
  1. iocp_client

    0下载:
  2. 利用完成端口(IOCP)实现的在线网络考试系统的客户端程序。-use complete port (IOCP) to achieve the online network test system client.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-10
    • 文件大小:27648
    • 提供者:navy
  1. IOCP_using_WinSock

    0下载:
  2. 用winsock实现IOCP(完成端口)的演示.使用非常简单的代码,让读者更容易理解IOCP的使用-with winsock achieve IOCP (complete port) demonstration. Using very simple code to allow readers to more easily understand the use of IOCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:232448
    • 提供者:夏佳
  1. A_simple_IOCP_ServerClient_Class

    0下载:
  2. 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server/client procedures for the use of demonstration It
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:178176
    • 提供者:夏佳
  1. iocpsys

    0下载:
  2. 用IOCP做的通讯类, 用IOCP做的通讯类,-IOCP do with the communications category, IOCP do with the communications category,
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:董柏林
  1. IOCPNet_Src

    0下载:
  2. 一套优秀的IOCP类(包含例子),推荐-a good IOCP category (including examples), recommended!
  3. 所属分类:数据库编程

    • 发布日期:2024-05-10
    • 文件大小:27648
    • 提供者:快乐
  1. CompletionIo

    0下载:
  2. 用于大型服务器地完成端口鱼线程池的结合IOCP+threadpool-for large server port to be completed fish pond threaded coupling IOCP threadpool
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:wuyanqi
  1. socket_iocp

    0下载:
  2. WinSocket IOCP高性能服务器-WinSocket IOCP high-performance server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:zhugang
  1. IOCPSocketServer

    0下载:
  2. IOCP Socket Server控件-IOCP Socket Server Control
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:wb
  1. IocpPool

    0下载:
  2. IOCP 线程池的 delphi 实现,其中 IOCPPool.pas 封装了主要的控件和池的实现,十分有参考价值-IOCP thread pool delphi realized, IOCPPool.pas Packaging, which the main pool and controls to achieve great reference value
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-10
    • 文件大小:105472
    • 提供者:szw
  1. IOCP_class

    0下载:
  2. 一个IOCP类,可作为进阶学习用 功能仅只是回显TCP连接-a IOCP category, as Advanced Learning Function is only connected to a TCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:3396608
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 43 »

源码中国 www.ymcn.org