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

搜索资源列表

  1. IOCPClient

    1下载:
  2. 完美的完成端口客户端.性能稳定.已经测试过.希望给大家一点借鉴-perfect completion ports client. Stable performance. Already tested. We hope to learn from 1:00 a.m.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:70175
    • 提供者:阿文
  1. OVERLAPIO

    0下载:
  2. 多线程完成端口客户段和服务器,可扩展为基于消息
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:34783
    • 提供者:的三分
  1. 易语言完成端口客户端

    4下载:
  2. 利用纯API打造易语言 完成端口连接
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2009-07-18
    • 文件大小:18077
    • 提供者:mfch666@126.com
  1. lssIocp.完成端口

    0下载:
  2. 完成端口,本人一直用的,已经很稳定了,在客户端超过1000的时候,完成端口最有效的,希望大家能喜欢,The completion of the port, I have been using has been very stable, and the client more than 1000, when the completion of the port the most effective, and we hope we can enjoy
  3. 所属分类:Windows编程

    • 发布日期:2017-03-26
    • 文件大小:328692
    • 提供者:liss
  1. iocpserver.rar

    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 Server

    • 发布日期:2017-03-26
    • 文件大小:39939
    • 提供者:周智达
  1. IOCP.rar

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

    • 发布日期:2014-02-19
    • 文件大小:87031
    • 提供者:liu
  1. IOCP.rar

    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 simple version of the echo can
  3. 所属分类:Network Security

    • 发布日期:2017-03-26
    • 文件大小:149201
    • 提供者:mosquito
  1. IOCP

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

    • 发布日期:2017-04-01
    • 文件大小:197298
    • 提供者:mm
  1. IOCP

    0下载:
  2. 封装了Socket(完成端口框架模型)IOCP相关操作的类,可方便继承以便开发自己的服务及客户端-this is a Pragram about Socket(IOCP),you can use it or make it in your own Programs
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:149332
    • 提供者:刘邦
  1. CompletePortTest

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

    • 发布日期:2017-04-05
    • 文件大小:25368
    • 提供者:张杰文
  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. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:97398
    • 提供者: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, surveillance candidates, and score.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:143884
    • 提供者:汪雷
  1. NetCompletionPort

    0下载:
  2. 一个完成端口的类,对于套接字大批量数据处理比较有用,适用与游戏开发,服务器与客户端的适用-A completion port type for socket handle large quantities of data more useful, application and game development, server and client application
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5914
    • 提供者:vern
  1. Chat

    0下载:
  2. 使用完成端口技术开发的一个聊天程序源代码,包函客户端程序和服务器端程序.其中完成端口部分的实现已封装过,使用方便!-Port the use of technology to complete the development of a chat program source code, including letters and client server-side program. One part of the realization of the completion of the por
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:336923
    • 提供者:shiwolf1
  1. Client

    0下载:
  2. 本人毕业设计,基于完成端口的通信程序开发,这个发送文件的客户端。-I graduated from design, the communications port on the completion of development, the client send a file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:326174
    • 提供者:fanjunwu
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. ddz

    0下载:
  2. 全面详细的学习开发网络牌类游戏,拟一个多人游戏登陆的C/S结构通讯程序,服务器端由完成端口实现,客户端网络部分用dll实现-gamehigh games hall server source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:437006
    • 提供者:李电
  1. mysever-client

    1下载:
  2. 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-07-03
    • 文件大小:3506
    • 提供者:杨子坤
  1. A_simple_IO_completion_Server_demo

    0下载:
  2. 包含IO完成端口的讲解文档和源码实现,其实现对IO完成端口进行了封装,可直接拿来用。作为测试,还做了客户端。-This article presents a class which can be used in both the client and server code. The class uses IOCP (Input Output Completion Ports) and asynchronous (non-blocking) function calls
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:23101
    • 提供者:WangLi
  1. PiggyStressTestClient

    0下载:
  2. 完成端口初始化的工作比起其他的模型来讲是要更复杂一些,所以说对于主线程来讲,它总觉得自己付出了很多,总觉得Worker线程是坐享其成,但是Worker自己的苦只有自己明白,Worker线程的工作一点也不比主线程少,相反还要更复杂一些,并且具体的通信工作全部都是Worker线程来完成的,Worker线程反而还觉得主线程是在旁边看热闹,只知道发号施令而已,但是大家终究还是谁也离不开谁,这也就和公司里老板和员工的微妙关系是一样的(pigg stress test client)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:91136
    • 提供者:lhz888888
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com