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

搜索资源列表

  1. IOCP-SRC

    0下载:
  2. 一个IOCP的示例,封装了IO完成端口的IO模型。可以用做学习参考,也可以直接使用其中封装的类。-a IOCP example, the complete package, IO port IO model. Learning can be used as reference, which can be used directly to the Packaging category.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:134291
    • 提供者:Lionel
  1. IOCP完成端口模型示例代码

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

    • 发布日期:2008-10-13
    • 文件大小:21062
    • 提供者:石磊
  1. 国外IOCP控件及示例程序

    1下载:
  2. 国外IOCP控件及示例程序,学习IOCP的朋友们可以好好学习一下,国外牛人写的IOCP的控件及其示例。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2010-10-11
    • 文件大小:122208
    • 提供者:swgbq@126.com
  1. Sonic.Net.rar

    0下载:
  2. 一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。,A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:144319
    • 提供者:FLH
  1. SSocket

    0下载:
  2. 封装一个TCP服务端(IOCP)与客户端 本代码服务端引用了http://www.codeproject.com/KB/IP/IOCP_how_to_cook.aspx中的代码,并作了少量修改,在这里对原作者表示感谢。。 功能描述: * 封装了心跳机制 * 封装了一层应用层协议,支持压缩传输 * Client端封装了掉线重连机制 示例代码演示了文件传输并输出传输速度-The server-side code references http://w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:84116
    • 提供者:shizhen
  1. IOCPNet_Src_threadpoolmode

    0下载:
  2. IOCP示例,非常好,可用性好,效率高,易读,自己看啦,好东西不用叫卖吧。-IOCP example, very good, good availability, high efficiency, easy to read, his看啦, good things do not peddle bar.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:27923
    • 提供者:王顺
  1. IOCP(Socket)

    0下载:
  2. Windows系统下的socket模型有多种,其中完成例程的效率也是相当高的,IOCP主要针对数据吞吐量和连接并发量而设计,本示例提供完整的IOCP源码示例,希望对大家对IOCP的深入理解有帮助-IOCP for socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1107260
    • 提供者:李卫军
  1. IOCP_example_code

    0下载:
  2. IOCP的示例代码,可以每秒钟介绍超过1万个链接,对windows服务器编程很有作用-IOCP example code can be introduced per second more than 10,000 links to programming on the windows server is the role of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:4489
    • 提供者:xuyong
  1. iocp_lib

    0下载:
  2. iocp示例lib,供大家学习使用,一起成长-iocp sample lib, for them to learn to use, with the growth of
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:182977
    • 提供者:jacklee
  1. IOCPDemo

    0下载:
  2. 微软重叠端口的示例程序,IOCP的源代码,能够实现上万个连接,但是传输的速度不是太高,大约100M-Microsoft overlapping port sample program, IOCP source code, to achieve tens of thousands of connections, but the transfer speed is not too high, about 100M
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1183435
    • 提供者:
  1. TTY

    0下载:
  2. 带回显功能的串口开发示例,串口控制功能齐全,支持IOCP-Back to the significant function of the serial development example, serial control, full-featured support for IOCP
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:35496
    • 提供者:小仙
  1. IOCPServer

    0下载:
  2. 基于IOCP的游戏服务器示例源代码,结构非常清析,便于初学者学习-IOCP-based game server sample source code, the structure is very clear analysis, easy for beginners to learn
  3. 所属分类:Game Engine

    • 发布日期:2017-11-07
    • 文件大小:2001624
    • 提供者:李龙生
  1. ioctlsocket

    0下载:
  2. 一个delphi中用多种模式socket的示例,包括: 1、阻塞单线程 2、阻塞多线程 3、非阻塞模式 4、Select模式 5、WSAAsynSelect模式 6、IOCP模式 7、UPD通讯 非常经典!(An example of using multiple patterns of Delphi in socket, including: 1, blocking single thread 2, blocking multithreading 3, non
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-26
    • 文件大小:287744
    • 提供者:hsanming
  1. IOCPExample

    0下载:
  2. 五种网络IO模式, 完成端口模式(网络编程),源代码示例(IO mode, complete port mode (network programming))
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:1567744
    • 提供者:潇林
  1. IOCP-SRC

    0下载:
  2. 一个IOCP的示例,封装了IO完成端口的IO模型。可以用做学习参考,也可以直接使用其中封装的类。(-a IOCP example, the complete package, IO port IO model. Learning can be used as reference, which can be used directly to the Packaging category.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:150528
    • 提供者:eve2000
搜珍网 www.dssz.com