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

搜索资源列表

  1. IOCPKaoshi

    0下载:
  2. 基于完成端口模型的学生考试系统,包括服务端和客户端以及ACCESS数据库的操作-Port model based on students who complete the examination system, including server and client, and the operation of ACCESS database
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:5115501
    • 提供者:猴子
  1. IOCP

    0下载:
  2. 针对套接字编程中的完成端口模型的一些总结,算是入门级的概述。-Socket programming for the completion port model some conclusions can be regarded as entry-level overview.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:9799
    • 提供者:duke
  1. vcIOCP.rar

    0下载:
  2. vc实现完成端口(IOCP)例子,很完整。,vc IOCP
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:8086
    • 提供者:吴燕杰
  1. IOComplete

    0下载:
  2. windows环境下用IO完成端口异步读取网络数据的一个示例工程,希望可以引导IO完成端口入门-windows environment using asynchronous IO completion port to read an example of a project network data, hoping to guide the IO completion port entry
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:30883
    • 提供者:xingming
  1. fwatch.rar

    0下载:
  2. 用于文件夹监控,用到完成端口,可供参考,比较简单明了的程序,For folder monitoring, used to complete the port is available for reference, the procedure is relatively simple to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:5343
    • 提供者:cyndy
  1. Pushframework_SourcesV3

    0下载:
  2. 完成端口的封装 Pushframework -Pushframework Pushframework
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:174638
    • 提供者:温祖槐
  1. dnIOCP-1.1-2012-04-13

    1下载:
  2. Delphi封装的完成端口,支持同、异步模式-iocp wrapper by delphi
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-05-05
    • 文件大小:164685
    • 提供者:韦仁志
  1. iocpserver

    0下载:
  2. 基于IOCP完成端口的可伸缩性服务器程序,利用线程池、连接池、内存池的技术管理和实现服务器,可在各种服务器开发项目中应用。-IOCP completion port based on the scalability of the server program, using the thread pool, connection pool, the memory pool of technical management and implementation of the server, the s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:100973
    • 提供者:田蕾
  1. 201052011339284

    0下载:
  2. 初学IOCP(windows完成端口)编程时,遇到很多问题和挫折,也在网上找过很多他人的代码,但是这些代码要么不稳定,要么难以使用,所以决定自己动手。在N次查阅MSDN有关章节,几度大改源代码,以及无数次的调试之后,终于有了目前这个比较稳定高效的的IOCP代码,我将其封装成了Delphi控件,所以也是比较方便使用的。现在我将这些代码全部毫无保留的贴出来,希望能够对某些正在0学习IOCP编程的朋友有所帮助。我的代码很少注释,但是风格自认为比较好,读起来应该不会费力。 -Beginners IO
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:543851
    • 提供者:hare4318
  1. TXJMServer

    0下载:
  2. 通信加密Server,通信加密测试的服务器! 采用完成端口IOCP处理。-Communication encryption Server,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:41092
    • 提供者:tang
  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
    • 文件大小:185230
    • 提供者:秦坤
  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. WebServer

    1下载:
  2. VC++写的小型HTTP服务器源程序,也就是一个WEB服务器,功能不算强大,只是完成一个WEB服务器所必需的核心功能,以及一些设置的实现,向大家展示如何使用VC编写HTTP服务。   本WEB服务器支持设置站点根目录、默认文档名、服务器端口号、超时时间设定、服务器状态监控、适时显示发送与接收字节、访问量、活动连接数等。 -VC++ to write a small HTTP server source code, that is a WEB server function is not p
  3. 所属分类:Web Server

    • 发布日期:2017-03-26
    • 文件大小:28660
    • 提供者:jiangtao
  1. ConsolIOCP

    0下载:
  2. delphi 下采用完成端口模型的编程源代码-completion port model is used under delphi programming source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:86065
    • 提供者:屠龙
  1. IOCPNet

    0下载:
  2. 一个采用完成端口开发的服务器,采用线程池,预定义池大小,可以高效的处理客户端连接- 一个采用完成端口开发的服务器,采用线程池,预定义池大小,可以高效的处理客户端连接
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1248489
    • 提供者:rongxian
  1. cthreadpool

    0下载:
  2. 基于完成端口的线程池的例子,很好用,速度很快-ThreadPool
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2347387
    • 提供者:
  1. IOCP

    0下载:
  2. 关于IOCP 关于Socket与完成端口的C++源代码。-About IOCP-(C++)Soure Code,Contains four examples of different degrees of difficulty. About Socket and finish port of C++ source code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:4072205
    • 提供者:gorde
  1. ServerSocket_Export-vcSourceCode

    0下载:
  2. 完成端口的网络库-vc源代码.rar 分为客户端和服务端进行控制。 -Completion port network library-vc source code. Rar is divided into client and server control.
  3. 所属分类:P2P

    • 发布日期:2017-04-10
    • 文件大小:1094205
    • 提供者:netcicala
  1. Gh0st-IOCP-class

    0下载:
  2. Gh0st中完成端口的一个类库,基本相同,有客户端和服务端-the iocp class library of gh0st
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:79867
    • 提供者:朱郑
  1. opengl3d

    0下载:
  2. 说明:完成端口的一个例子,实现了心跳。 一个初学者最好的工具 -Descr iption: An example of the completion port to achieve the heartbeat. The best tool for a beginner
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-22
    • 文件大小:40673280
    • 提供者:陈嘉宜
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 33 »
搜珍网 www.dssz.com