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

搜索资源列表

  1. 会话通信程序1

    0下载:
  2. 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:16921
    • 提供者:小亮
  1. net_Iocp_src

    0下载:
  2. 用完成端口IOCP实现的服务端引擎和多线程客户端引擎。-using the server engine of finishing the IOCP port realization and the client engine of multithreading.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:13716
    • 提供者:张大云
  1. myIOCPtest

    0下载:
  2. 由本人编写的一个完成端口测试程序,模拟一个多人游戏登陆的C/S结构通讯程序,服务器端由完成端口实现,客户端网络部分用dll实现。-prepared by the port completed a test procedure simulation of a multiplayer landing the C / S structure the communication process, the server-end completion ports, client Network partly
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:737569
    • 提供者:qianqian
  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. 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

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

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

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

    0下载:
  2. 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6552331
    • 提供者:zixue
  1. mysever-client

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

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

    0下载:
  2. 里面是一个仿QQ的聊天程序,包含服务端和客户端,服务端用完成端口实现,客户端则是用异步模式。-Which is a fake QQ chat program, including server and client, server port to achieve with the completion of the client is using asynchronous mode.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:395481
    • 提供者:123456
  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. iocptest

    0下载:
  2. iocp完成端口服务器与客户端通信测试好例子学习通信好例子服务器与客户端通信-iocp server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1403750
    • 提供者:hu
  1. httpsvr

    0下载:
  2. 一个网络服务程序,使用IOCP(完成端口),接收远端客户机(进程b)的自定义数据,通过ADO,转发为对内网一台SQL-SERVER的数据请求。全部对SQL-SERVER的数据请求,都使用同1个ADOConnect。-A network service program, the use of IOCP (completion ports) to receive the remote client (process b) custom data through ADO, forward for th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:111356
    • 提供者:ywdh2006
« 12 3 4 »
搜珍网 www.dssz.com