搜索资源列表

  1. cvery_914391

    0下载:
  2. 一个完成端口的例子,可以实现非常强大的网络处理任务,-Complete example of a port, you can achieve very powerful network processing tasks,
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:195584
    • 提供者:周爱彬
  1. iocp

    0下载:
  2. 应用完成端口进行tcp的连接,数据的发送,接收。-Completed application tcp port connection, data to send, receive.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:43008
    • 提供者:kongjun
  1. NetMession

    0下载:
  2. 用完成端口实现的数据通信和文件传输软件,具有多连结,大数据量传输的特点。-Achieved with the completion port data communication and file transfer software, with more links, the characteristics of large data transfers.
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 完成端口模型的实现,基本的框架,可以利用这个框架扩充-Realize the completion port model, the basic fr a mework, this fr a mework can be used to expand
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:23552
    • 提供者:ktryrg2
  1. 53607885IOCPChat

    0下载:
  2. 唯一的一个用winsock完成端口开发的聊天室53607885IOCPChat.rar-The only port with winsock to complete the development of chat rooms 53607885IOCPChat.rar
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:508928
    • 提供者:aming
  1. IOCPScalableServer

    0下载:
  2. 完成端口实现不错的例子,From CodeProject。-Complete example of a good port, From CodeProject.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:唐荣兴
  1. Iomodel

    0下载:
  2. IO完成端口使用事例, 对IO完成端口的基本API函数的使用范例来介绍IO完成端口的作用-IO Completion Port to use examples of the basic IO Completion Ports API function to use an example to introduce the role of IO Completion Ports
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:54272
    • 提供者:lihailuo
  1. IOCPChat

    0下载:
  2. iocp 聊天服务器,使用完成端口进行服务器的设计-iocp chat server, the server port to use to complete the design
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:257024
    • 提供者:luo
  1. CompletePortModel

    0下载:
  2. 完成端口模型 一个简单的完成端口的例子。 完成端口用于大型C/S模式服务器,是C/S设计的最优方案。-Port model of the completion of a simple example of the completion of the port. Port for the completion of large-scale C/S mode server is C/S design the optima
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 完成端口,多线程,支持65535个连接,效果很好,请放心下载使用-Completion port, multi-threaded to support 65,535 connections, well, please rest assured download
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:77824
    • 提供者:karl
  1. iocpwalkthrough_src

    0下载:
  2. IOCP完成端口编程,源码可以直接使用,学习完成端口的好的素材-IOCP completion port programming, source code can be directly used to complete the port of a good learning material
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:nile
  1. IOCPNet_Src

    0下载:
  2. 完成端口服务器端的程序代码,结构设计的比较好,很好的学习完成端口的材料-Completion port server-side code, structure design is better, good learning materials to complete the port
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:28672
    • 提供者:nile
  1. CompletePortTest

    0下载:
  2. 这是本人写的一个完成端口法TCP协议的服务器和客户端程序-This is I wrote a law completion of TCP protocol port server and the client program
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:张杰文
  1. iocpserver

    0下载:
  2. 完成端口写成的高性能可伸缩性服务器,可同时处理多个客户端的连接。改正了以前代码的一些bug。-Completion port written in high-performance scalable servers, can simultaneously handle multiple client connections. To correct some of the previous code bug.
  3. 所属分类:Web服务器

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:周智达
  1. iocpServer

    0下载:
  2. 完成端口服务器示例,代码简洁易懂,给初学者最好的礼物-Completion port server example code easier to understand for beginners the best gift
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:刘诚
  1. ioport

    0下载:
  2. 有多种方法可以实现异步I/O,其不同资料上的分类一般都不尽相同,但原理上都类似,这里我把实现异步I/O的方法分为3类,本文就针对这3类方法进行详细的讨论。 (1)重叠I/O (2)异步过程调用(APC),扩展I/O (3)使用完成端口(IOCP) -There are many ways to achieve asynchronous I/O, its information on the different class
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:434176
    • 提供者:周晓宇
  1. IOCP

    0下载:
  2. 利用完成端口开发的高性能网络服务器,利用原是的API-Port the development of the use of complete high-performance web server, using the API was
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:1828864
    • 提供者:wubq
  1. myCompletPort

    0下载:
  2. 利用完成端口方式开发服务器端,支持大量客户端的连接。-Way to use the completion of the development of server-side ports to support a large number of client connections.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:97280
    • 提供者:sendchao
  1. examsystem_iocp

    0下载:
  2. 采用socket完成端口模式,c/s架构,服务器功能包括试卷管理,客户口端管理,监视考生状态,评分。客户端包括登录界面,主界面,交卷等。-The completion of the use of socket port mode, c/s architecture, the server features include papers in management, customer port-side management, surve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:143360
    • 提供者:汪雷
  1. completports

    0下载:
  2. 完成端口测试程序,模拟一个多人游戏. -Complete port testing procedures to simulate a multiplayer game.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:737280
    • 提供者:张克
« 1 2 3 4 5 6 78 9 10 11 12 ... 41 »

源码中国 www.ymcn.org