CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IOCP class

搜索资源列表

  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(SOCKET socket) { TSession *s = ne
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2701
    • 提供者:boxu
  1. WSAAsyncSelect

    0下载:
  2. Managed I/O Completion Ports (IOCP) is part of a .NET class library named Sonic.Net, which I first released on CodeProject in May 2005. Sonic.Net is a free open source class library that can be used in building highly scalable server side .NET pplica
  3. 所属分类:Telnet服务器

    • 发布日期:2014-01-15
    • 文件大小:951267
    • 提供者:范志
  1. Gh0st-IOCP-class

    0下载:
  2. Gh0st中完成端口的一个类库,基本相同,有客户端和服务端-the iocp class library of gh0st
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:79867
    • 提供者:朱郑
  1. JBSocketIOCP

    1下载:
  2. 一个稳定的IOCP类,可用于大项目中去,比asio,ace都轻量级好用-a stable iocp class, can used in factory env
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:90066
    • 提供者:mempool
  1. iocp-class

    0下载:
  2. 完成端口类,效率高,支持65535个连接,可以直接拿来用。-Completion port type, high efficiency
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:12847
    • 提供者:feng
  1. IOCPNet_Demo_threadpoolmode

    0下载:
  2. 标准的IOCP可重用类,可以轻松加入您的工程式,缩短开发流程。喜欢的朋友下哦。-Standard IOCP reusable class, you can easily add it to your project type, to shorten the development process. Oh, like a friend the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33163
    • 提供者:王顺
  1. IOCP

    0下载:
  2. 传说中的io完成端口,具有性能高的特点,是windows中性能最好的网络通信模型,这个是iocp的类-Legend of the io completion ports with high performance characteristics of the windows in the best performance of the network communication model, this is iocp class. . . . . . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:159707
    • 提供者:陈皓
  1. IOCP

    1下载:
  2. 一个可复用的IOCP类的通讯框架下实现的,客户端与服务端的例子,强烈推荐,IOCP类可复用,值得学习。-IOCP a reusable class of communication within the framework of implementation, the client and service side of the case, it is strongly recommended, IOCP classes can be reused, it is worth learning.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:460102
    • 提供者:orlando
  1. A_simple_IO_completion_Server_demo

    0下载:
  2. 包含IO完成端口的讲解文档和源码实现,其实现对IO完成端口进行了封装,可直接拿来用。作为测试,还做了客户端。-This article presents a class which can be used in both the client and server code. The class uses IOCP (Input Output Completion Ports) and asynchronous (non-blocking) function calls
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:23101
    • 提供者:WangLi
  1. A_IOCP_Class_IOCPNet_Demo

    0下载:
  2. 一个很好的IOCP类,来自于codeproject 。http://www.codeproject.com/KB/IP/IOCPNet.aspx-A nice IOCP class。 From codeproject。http://www.codeproject.com/KB/IP/IOCPNet.aspx
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:40135
    • 提供者:
  1. CIOCPServer

    0下载:
  2. 一个封装好IOCP的封装类,处理了乱序,buff error-IOCP class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:48334
    • 提供者:王丽
  1. IOCPServer-class

    0下载:
  2. 一个简单的完成端口_服务端_客户端_类 适合IOCP新手-Completion port _ a simple client server _ _ class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:274735
    • 提供者:呵呵
  1. Internet-Manager

    0下载:
  2. 简单的IOCP客户端远控的模型,简化自netbot源码,适合扩充功能开发远控类程序。-Simple IOCP client remote control model, simplified from netbot source for development of remote control extension class program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:958846
    • 提供者:moliang
  1. 65000-iocp-classes

    0下载:
  2. 文件里面是iocp完成端口的很多封装类,包含有c++的以及C#语言编写的代码-include about 65000 packaged class of iocp writed by C++ and C#
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:250635
    • 提供者:luo
  1. 2CCPP_IOCP0

    0下载:
  2. 2008/11/15号最新版本,以封装类形式提供TCP IOCP功能,改进先前版本的不足,和BUG,增加UDP IOCP功能,增加了互斥访问的代码量,提高了运行稳定性;提供MFC扩展DLL(带lib和.h文件) -2008/11/15 latest version of the form of a wrapper class to provide TCP IOCP function improved the deficiencies of the previous version, and
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:19447
    • 提供者:荒凉
  1. IOCP

    0下载:
  2. IOCP模型实现的聊天程序,对于IOCP进行了封装,形成了单独的管理类-IOCP model chat program, for IOCP package, formed a separate management class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:8249167
    • 提供者:wsh
  1. gh0st==IOCP

    0下载:
  2. ghost类远程控制---完完全全OK了+上IOCP修复(注册表)-ghost class Remote Control--- totally OK,+ on IOCP repair (Registry)
  3. 所属分类:assembly language

    • 发布日期:2017-05-22
    • 文件大小:7010587
    • 提供者:名额
  1. IOCP-Demo

    0下载:
  2. IOCP-Demo: a simple IOCP server client class.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:56312
    • 提供者:sambios
  1. IOCP

    0下载:
  2. 一个简单的IOCP类,有一些方便使用的模板,提供丰富的接口,有问题发邮件:number201724@me.com-A simple IOCP class, there are some easy to use templates to provide a rich interface, there are problems send an e-mail: number201724@me.com
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:20619
    • 提供者:袁睿
搜珍网 www.dssz.com