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

搜索资源列表

  1. Iocp.rar

    2下载:
  2. IOCP服务端,使用C++实现,经过长时间的测试,稳定性非常好。,IOCP Client Services, the use of C++ implementation, after a long period of testing, stability, very good.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:8894
    • 提供者:周一飞
  1. IOCP.rar

    0下载:
  2. Socket通讯中服务端的性能最高的实现方法:完成端口,,Socket client communication services to achieve the highest performance method: the completion of the port,
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-03-14
    • 文件大小:7962847
    • 提供者:吕高建
  1. IOCP_VS2008.rar

    0下载:
  2. IOCP 客户端和服务端的程序,用VS2008编译成功的,用多线程的。,IOCP client and server programs, using VS2008 to compile a success, with multiple threads.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-20
    • 文件大小:33453435
    • 提供者:leah
  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. iocpserverclient

    0下载:
  2. iocp的server和client端,调试、测试通过,测试了接收2000线程发送1000次的实验。-iocp the server and client side debugging, test, test the receiver 2000 to send 1000 threads experiment.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-10-21
    • 文件大小:69785
    • 提供者:ws07
  1. IOCP_API(1)

    0下载:
  2. 最新的IOCP封装DLL动态链接库,包括Server端和Client端,有TCP也有UDP,使用简单。-The latest IOCP encapsulation DLL DLL, including the Client and the Server, there are also UDP, using TCP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:877366
    • 提供者:xuli
  1. ChatRoom

    0下载:
  2. 基于IOCP的聊天室程序设计,包含有客户端和服务端-Based on the IOCP chat program design, contains client and server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-15
    • 文件大小:3701241
    • 提供者:704928782
  1. IOCP

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

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

    0下载:
  2. iocp方式的UDP实现的客户端程序,配合使用可以实现高效的UDP数据传输。-iocp the way to achieve the client UDP procedures can be achieved with the use of highly efficient data transfer UDP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:11044
    • 提供者:Pittxia
  1. NewUdpCode

    0下载:
  2. IOCP udp client,可以完美实现所有win32下面的网络编程,高效-IOCP udp client, can be the perfect realization of all the following win32 network programming, and efficient
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:52981
    • 提供者:Pittxia
  1. IoCPCilent

    0下载:
  2. 这是我做的一个iocp服务器的客户端测试程序,用的是事件选择的重叠端口模型,希望能对大家有帮助-This is my server to do a iocp client testing procedures are used in case of overlap select port model, there is the hope that it can assist U.S.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:3942692
    • 提供者:华杰
  1. IOCP-SRC

    0下载:
  2. Server/client source code about Completion Port. very helpful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5243599
    • 提供者:zsg
  1. IOCPTestClient

    0下载:
  2. IOCP考试系统的客户端,内容实现全面,大家可以参考参考-IOCP client test system, content to achieve a comprehensive, we can refer to the reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:38181
    • 提供者:yj
  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. IOCP_Source

    0下载:
  2. IOCP客户端+服务端 完整代码,注释完整。-IOCP client-side+ server-side integrity of the code, comments integrity.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:8002924
    • 提供者:NeilCeon
  1. IOCP.client.UDP.multicast

    1下载:
  2. UDP多播IOCP的客户设计经典代码IOCP client UDP multicast design classic code -IOCP client UDP multicast design classic code
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-04-30
    • 文件大小:6465
    • 提供者:ner
  1. iocp_client_server

    0下载:
  2. IOCP Client/Server编程实例-IOCP Client/Server Programming Example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:150301
    • 提供者:易晓磊
  1. IOCP

    1下载:
  2. IOCP客户端和服务器程序,对初学者学习ICOP是个非常好的例子。-IOCP client and server programs for beginners to learn ICOP is a very good example.
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-12-03
    • 文件大小:3844982
    • 提供者:111111111
  1. IOCP-SRC

    0下载:
  2. IOCP服务器客户端通信实例程序。开发Visual Studio.-IOCP client server communication program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:157890
    • 提供者:tianxia
  1. ClientIOCP

    0下载:
  2. socket client to stress test iocp server
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:7168
    • 提供者:likertuban
« 12 3 4 »
搜珍网 www.dssz.com