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

搜索资源列表

  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. LSServer_3_20

    0下载:
  2. LSServer用完成端口模拟登录服务器,已实现部分功能,包括与数据库之间的交互。-Visual C++: LSServer_3_20
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-04-04
    • 文件大小:290030
    • 提供者:daiyuancan
  1. finishIoComplete

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

    • 发布日期:2017-04-08
    • 文件大小:14878
    • 提供者: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
    • 文件大小:23169
    • 提供者: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
    • 文件大小:2473
    • 提供者:马刚伟
  1. complteport

    0下载:
  2. IO完成端口-IO Completion Ports
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1345
    • 提供者:wahaha
  1. WinsockIOModel

    0下载:
  2. 一个对Winsock完成端口模型封装的类-Winsock CompletionPort
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:70001
    • 提供者:soware
  1. Myiocp

    0下载:
  2. 一个完成端口源码,初学者可以用来学习,有研究价值-A complete source port, beginners can be used to study, have research value
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:158510
    • 提供者:小飞侠
  1. Chat

    0下载:
  2. 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 !-Supporting people to chat at the same time, support私聊support the real IP transmission of documents between users, the use of server-side finish finish port model, th
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:234119
    • 提供者:your name
  1. sample.IOCP

    0下载:
  2. 一个性能很不错的iocp完成端口示例程序-a good iocp prg
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:168124
    • 提供者:h
  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. IOCPFinsh

    0下载:
  2. 一个经过测试的完成端口服务端程序,用VC++编写-After the completion of a test server port procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:19072
    • 提供者:武刚
  1. Udp_multicast_client_server

    0下载:
  2. 本例说明了如何将IOCP机制应用于UDP协议。本例中包含两个工程(UDP_Multicast_IOCP_CLIENT和UDP_Multicast_IOCP_SERVER),分别是客户程序和服务器程序。主要功能是基于I/O完成端口的IP多播。-This example shows how the mechanism will be applied to UDP protocol IOCP. In this case consists of two projects (UDP_Multicast_I
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:11944
    • 提供者:wanglei
  1. ChatRoomSever

    0下载:
  2. 一个用IOCP WINDOWS地层高校完成端口开发的事例代码.-ChatRoomSever
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:274228
    • 提供者:善源
  1. CS_TEST

    0下载:
  2. 考试程序 ”客户端/服务器模式” 用完成端口模式实现-Examination procedures " client/server mode" with the completion port mode to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:91077
    • 提供者:xzhmxiong
  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. CIOCPModel

    0下载:
  2. 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:93572
    • 提供者:WANGTAO
  1. sIOCP

    0下载:
  2. 完成端口(IOCP)的简单分析-Completion Port (IOCP) a simple analysis of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:16453
    • 提供者:songs
  1. CompletionPortDemo

    0下载:
  2. 完成端口IOCP,接受大连接的服务器,可以将资源消降到最小,高性能。-Completion port IOCP, to connect the server to accept large, you can minimize the resource consumption, high-performance.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:187016
    • 提供者:王顺
  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
    • 文件大小:53981
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 33 »
搜珍网 www.dssz.com