搜索资源列表

  1. IOCP

    0下载:
  2. IOCP网络数据传输,学习学习 ,写得很多 -IOCP data transmission network, learning to learn, write a lot of
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:350208
    • 提供者:罗广
  1. IOCP

    0下载:
  2. IOCP的编程例子 IOCP的编程例子-IOCP programming examples IOCP programming examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:33792
    • 提供者:real
  1. IOCP

    0下载:
  2. 基于IOCP的局域网监控系统-IOCP-based local area network monitoring system
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:62464
    • 提供者:l
  1. windowsSock-IOCP

    0下载:
  2. windows网络模型之IOCP 实现的考试系统 可以连接大量套接字 需要配置数据源,用的access数据库-windows network model of the examination system to achieve IOCP can connect a large number of socket need to configure the data source, access the database used
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:94208
    • 提供者:wake
  1. IOCP-SRC

    0下载:
  2. IOCP实现,高并发的Socket编程,可用于网络通讯程序的后台实现-IOCP achieve high concurrency Socket programming, network communication can be used for the background process to achieve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:158720
    • 提供者:yy
  1. IOCP

    0下载:
  2. IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求 2.如果客户端不再有请求,执行6 3.处理请求 4.返回操作结果 5.回到1 6.退出线程
  3. 所属分类:.net编程

    • 发布日期:2024-05-10
    • 文件大小:87040
    • 提供者:liu
  1. IOCP

    0下载:
  2. 源码使用了高级的完成端口(IOCP)技术,该技术可以有效地服务于多客户端。代码封装了IOCP并提供了一个简单的echo版本的可以传输文件的客户端/服务器程序-Source used to complete the advanced port [IOCP] technology, which can effectively serve many clients. IOCP code encapsulates and provides a
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:149504
    • 提供者:mosquito
  1. IOCP

    0下载:
  2. 封装了IOCP逻辑,条理清晰,包含例子.-IOCP encapsulates the logic, the clarity of examples included.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:178176
    • 提供者:sukeay
  1. Iocp

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

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:周一飞
  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. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:4072448
    • 提供者:gorde
  1. sample.IOCP

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

    • 发布日期:2024-05-10
    • 文件大小:167936
    • 提供者:h
  1. iocp

    0下载:
  2. IOCP是一种高性能的网络编程框架,在面对大的服务压力的时候,用传统的accept来维持连接处理事务,服务效率会严重变低,系统主要用来维护上下文切换了.所以用IOCP来实现网络功能,类似于java里的连接池功能,让连接来排队等候处理.例子代码可用bcb调试,因为里面没有bcb的选项,只能选VC了.-IOCP is a high-performance network programming fr a mework for service
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:刘格斯
  1. IOCP

    0下载:
  2. 收集的一些iocp端口编程学习的例程 希望能对大家有用-some sample code about iocp programing,maybe helpful to you
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:637952
    • 提供者:yl
  1. IOCP

    0下载:
  2. 包括了用vc++开发iocp的整体方案,比使用select模型要好得多-Including the use vc++ to develop the overall program iocp
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:6582272
    • 提供者:林芃
  1. IOCP

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

    • 发布日期:2024-05-10
    • 文件大小:197632
    • 提供者:mm
  1. UCode(IOCP)

    0下载:
  2. IOCP完美例子,这个是DELPHI版本.-IOCP perfect example of this is the version of DELPHI.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:588800
    • 提供者:吕雪峰
  1. IOCP

    0下载:
  2. IOCP机制在P2P网络游戏中的应用 IOCP机制在P2P网络游戏中的应用-IOCP
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:238592
    • 提供者:oxwf
  1. libevent-1.4.7-stable-iocp-1

    0下载:
  2. 鼎鼎大名的、高性能、大并发的跨平台网络库libevent库的windows iocp版本;-The famous, high-performance, large concurrent cross-platform network library libevent library windows iocp version
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:643072
    • 提供者:ligs
  1. iocp

    0下载:
  2. 易语言完整IOCP源码,全源码.多线程版-Easy Language Full IOCP source code, full source code.
  3. 所属分类:易语言编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:xiaofeizai
  1. IOCP

    0下载:
  2. 老外写的IOCP封装类,使用了线程池和内存池-IOCP foreigners write wrapper classes, using the thread pool and memory pools
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:485376
    • 提供者:尼康
« 1 23 4 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org