CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 完成端口 例子

搜索资源列表

  1. 20070426

    1下载:
  2. 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:45.86kb
    • 提供者:tanglongsh
  1. QQicmp

    0下载:
  2. 一个完成端口的例子,用于实现TCP或UDP代理网络通信的框架。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:beijing
  1. using IOCP

    0下载:
  2. 一个老外写的完成端口(iocp)的使用例子-a foreigner was the completion of port (It) used examples
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:10.43kb
    • 提供者:陈良
  1. IOCP完成端口库

    4下载:
  2. 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然, 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-09-14
    • 文件大小:178.89kb
    • 提供者:zxpyld3x
  1. iocp.rar

    1下载:
  2. 完成端口的一个例子,实现了心跳。 一个初学者最好的工具,An example of the completion of the port to achieve a heart rate
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-11-08
    • 文件大小:2.09mb
    • 提供者:刘志文
  1. qk_iocp_lib

    0下载:
  2. IOCP 完成端口库 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然,在此 ChinaIM.Net 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)-IOCP completion port to complete the port in the library view of the many details and needs of the clever design of the place, many new to the
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:180.89kb
    • 提供者:秦坤
  1. IOCP

    0下载:
  2. 一个完成端口例子,包含客户端和服务器,c++.-a simple iocp code, contain client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:192.67kb
    • 提供者:mm
  1. finishIoComplete

    0下载:
  2. 完成端口的简单例子。自己写的,很好,很强大。-Completion port simple example. Wrote it myself, very good, very powerful.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:14.53kb
    • 提供者:zhangqun
  1. iocp

    0下载:
  2. windows 完成端口的例子,比较详细,做asyncIO的可以参考.-Examples of completed windows port, more detailed, so can refer to the asyncIO.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:22.63kb
    • 提供者:weiy
  1. port

    0下载:
  2. 一个完成端口的例子,是windows的五种i/o模型中的一种,好像是异步吧-A complete port example is the windows of the five i/o model a, as if it is asynchronous
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:2.42kb
    • 提供者:马刚伟
  1. IO

    0下载:
  2. 一个很好的I/O完成端口例子,I/O完成端口在建立伸缩性,异步I/O请求特别方便,本例子很适合网络编程的初学者.-A good I/O completion port example, I/O completion port in the establishment of scalability, asynchronous I/O request for the special convenience, the example of network programming is suitable
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1.55mb
    • 提供者:duan
  1. cvery_1501589

    0下载:
  2. 在Windows系统里,使用完成端口是高性能的方法之一,比如把完成端口使用到线程池和网络服务器里。 此为一个挺好的用C++的完成端口例子-In the Windows system, use the completion port is one of the ways high-performance, such as the completion of the port to the thread pool and use the web server in. This is a very
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:李丽丹
  1. IOCP_CLIENT_SERVER

    0下载:
  2. 完成端口的例子,Client+Server,适合新手学习-Examples of the completion of the port, Client+ Server, suitable for novice to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:20.36kb
    • 提供者:陈冰
  1. MFC_IOCP_TEST

    0下载:
  2. 一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:177.66kb
    • 提供者:banjaming0
  1. CompletionPortSever

    0下载:
  2. 网络编程,完成端口的例子,在学网络编程的朋友可以下载下来-Network programming, the completion of the port example, in the school network programming to see if a friend can be downloaded off
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:52.72kb
    • 提供者:
  1. cpio

    0下载:
  2. 一个简单的完成端口的例子,适合入门者学习-A simple example of the completion of the port, suitable for beginners to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.75kb
    • 提供者:绝对零度
  1. IOCPDemo

    0下载:
  2. 一个可供参考的网络IO完成端口通信例子,可供初学者借鉴-This is an networking I\O complete port demo for reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:121.91kb
    • 提供者:ccj
  1. IOCP

    0下载:
  2. 完成端口的例子,在网络编程中很有用的。有封装好的,有基本函数使用的,对从学习网络编程一定有用。-Examples of the completion port, in network programming very useful. Are packaged, for use with basic functions, network programming from the study must be useful.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:zhangzl
  1. iocptest

    0下载:
  2. iocp完成端口服务器与客户端通信测试好例子学习通信好例子服务器与客户端通信-iocp server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.34mb
    • 提供者:hu
  1. BaseIOCP

    0下载:
  2. 比较好的完成端口例子,非常适合初学者和高端开发者,不过我是看不太明白,算是复杂吧。-Examples of good completion port, ideal for beginners and high-end developers, but I do not quite understand, be it complicated.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:489.4kb
    • 提供者:liuzhigang
« 12 »
搜珍网 www.dssz.com