CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 完成端口模型

搜索资源列表

  1. IocpServerTest

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

    • 发布日期:2008-10-13
    • 文件大小:55339
    • 提供者:王征
  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. SinoComm

    0下载:
  2. 一个通用完成端口I/O通讯模型动态库源代码-completion of a definitive port I / O communication model DLL source code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:21058
    • 提供者:linux
  1. CommDemo

    0下载:
  2. 关于一个通用完成端口I/O通讯模型动态库的DEMO源代码-completion of a generic I / O port dynamic communications model for the source code DEMO
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29712
    • 提供者:linux
  1. socket-IOCompletePort

    0下载:
  2. 本程序利用socket原理和完成端口原理编写通讯模型.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15160
    • 提供者:王波
  1. windowssocket.rar

    4下载:
  2. <<精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 ," " Proficient in Windows Sockets network development- based on Visu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-05-28
    • 文件大小:889211
    • 提供者:牟伯东
  1. mnet_demo

    0下载:
  2. 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2081533
    • 提供者:李海
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:389616
    • 提供者:张本梁
  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
    • 文件大小:2473
    • 提供者:马刚伟
  1. 101259376LANCommunion

    0下载:
  2. < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:69444
    • 提供者:牟伯东
  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. iCampusNetSchool

    0下载:
  2. iCampus网络互动校园,基于IOCP完成端口的实现。建立一个C/S模型的交流互动平台,包括即时聊天,问答系统,作业系统,文件共享系统,视频会议系统等-iCampus network interaction on campus, based on IOCP completion port implementation. The establishment of a C/S model of interaction platforms, including real-time chat, Q &
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-21
    • 文件大小:34826629
    • 提供者:李骁桐
  1. CompPort

    0下载:
  2. 一个实用的多线程的OIPC服务端完成端口调用模型!适合网络开发的初学者和中级开发者进行扩展-A practical multi-threaded server OIPC completion port call model! Web development for beginners and intermediate developers to extend
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-09
    • 文件大小:1879252
    • 提供者:qymm
  1. WinsockIOCP_demo

    0下载:
  2. vc 6.0下的完成端口的编程模型。完成端口为最高效的socket编程模型。-vc 6.0 socket programming under the complete port model.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:50774
    • 提供者:liuliming
  1. Overlapped-IO-model-based-server

    0下载:
  2. 基于重叠IO模型的服务器程序,可以同时支持上万的链接,性能直逼完成端口。-Overlapped IO model based server program, can support thousands of links, the performance almost equal to the completion port.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:322852
    • 提供者:
  1. wanchengduankou

    0下载:
  2. 完成端口模型,对希望提高通信并发效率的有所帮助-Complete port model, to want to improve the efficiency of the communication of concurrent helpful
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:460313
    • 提供者:胡卫
  1. TestEcho

    1下载:
  2. Delphi完成端口模型,HpSocket制作!附带客户端和服务端例程!-Delphi completion port model, HpSocket production! With client and server routines!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:898134
    • 提供者:陶德春
  1. Billing

    0下载:
  2. C#的完成端口模型例子,结合mysql连接,数据库处理,例程为一个billing验证系统!-C# completion port model example, combined with MySQL connection, processing, routine for a billing verification system!
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:914795
    • 提供者:陶德春
  1. kecommendationvalue

    0下载:
  2. 利用完成端口模型编写的服务器端,具有很强的参考价值,值得推荐,-Using the completion port model to write the server side, has a strong reference value, worthy of recommendation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:33792
    • 提供者:zutning
  1. diocp-v5-master

    0下载:
  2. 改进后的完成端口模型的程序,可以应用到实际项目中(The improved port model program can be applied to the actual project)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-16
    • 文件大小:4930560
    • 提供者:bohero
« 1 2 3 4 56 »
搜珍网 www.dssz.com