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

搜索资源列表

  1. 200562241328985

    0下载:
  2. PeerYou远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:206313
    • 提供者:ms-dos
  1. Pro_AJAX

    0下载:
  2. ajax使用它可以构建更为动态和响应更灵敏的Web应用程序。该方法的关键在于对浏览器端的Javascr ipt、DHTML和与服务器异步通信的组合。-building can use it more dynamic and more sensitive response of Web applications. The method is the key to the browser Javascr ipt, DHTML and asynchronous communication server
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:3037285
    • 提供者:xuliu
  1. AjaxText02

    0下载:
  2. ajax异步访问服务器,实现bs的桌面程序2-asynchronous server, desktop procedures bs 2
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:lfw
  1. AjaxText03

    0下载:
  2. ajax异步访问服务器,实现bs的桌面程序3-asynchronous server, desktop procedures bs 3
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:6939
    • 提供者:lfw
  1. w3c

    0下载:
  2. c客户端与互联网服务器通讯类文件,支持多文件上载,提交form等等,同时提供异步方式.-c client server and Internet communications papers to support more file uploading, etc. to form, It also provides asynchronous mode.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:9852
    • 提供者:不知道
  1. asynsocket1

    0下载:
  2. 该代码讲述了异步Socket的工作机制,包括服务器和客户端代码-the code on the Asynchronous Socket working mechanisms, including the server and client code
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:27520
    • 提供者:孙健
  1. WSAsocket-server,client

    0下载:
  2. 简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:122544
    • 提供者:高海辉
  1. ua_time

    0下载:
  2. Works a client and a server using UDP in asynchronous operation mode to implement the simple daytime protocol, as described in RFC 867
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:21167
    • 提供者:沈尘
  1. ServerBB

    0下载:
  2. 一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-10
    • 文件大小:256923
    • 提供者:许豫飞
  1. ClientServerAsync

    0下载:
  2. 基于服务器客户端模式的开发,可以用于测试客户端与服务器的同步操作和异步操作,基于TCP、IP协议。已经在symbian os的手机上通过测试。-Client server-based model of development, can be used to test client and server synchronization and asynchronous operation, based on the TCP, IP protocol. Already in symbian os m
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:351869
    • 提供者:fzl
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4211497
    • 提供者:廖国锐
  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. Apache_Mina_Server_2[1].0

    0下载:
  2. Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:394636
    • 提供者:Joe
  1. server

    0下载:
  2. 远程服务做内网文件异步并发,百兆文件仅需4S 这是是服务端-Documents within the network to do remote service asynchronous and concurrent, Fast file only is the service side 4S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2348
    • 提供者:chackr
  1. Asynchronous-chat-room-client

    0下载:
  2. Client端的功能是可以群发和私聊(用过QQ都应该知道什么是群发和私聊吧),但都必须经过Server端中转,也就是实现了类似通讯中间件的功能。-Client-side functionality is mass and whisper (used QQ should know what is mass, and whisper it), but will be subject to Server-side transfer, and communication middleware is to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:491208
    • 提供者:小志
  1. Asynchronous-TCP-chat-room

    0下载:
  2. 以C#实现TCP异步服务器的接收和发送,处理客服端发送过来的不同的消息格式-To C# to achieve asynchronous server TCP send and receive, handle customer service sends a different message formats over
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:271904
    • 提供者:小志
  1. TCP

    0下载:
  2. 优化的C# socket异步服务器端和客户端,能连接SQL,支持连续发送、多客户端-Optimized C# socket asynchronous server-side and client can connect to SQL, support continuous transmission, multi-client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:108892
    • 提供者:伍健
  1. coe

    0下载:
  2. C# 异步socket服务端调用IOCP 同步socket客户端通信的实现代码 书上的都是给的同步通信,或是异步通信,我在下面给下异步服务器的和同步客户机的通信代码-C# asynchronous socket server calls the IOCP sync socket are on the realization of client communications code book to synchronous communication, asynchronous comm
  3. 所属分类:Remote Control

    • 发布日期:2017-11-11
    • 文件大小:2135
    • 提供者:
  1. tcpserver_as

    0下载:
  2. 异步的服务器,基于boost:asio.增加了详细的中文注释,可以异步处理客户端连接,返回当前时间给客户端(boost::asio asynchronous server A detailed Chinese annotation is added, which can handle the client connection asynchronously and return the current time to the client)
  3. 所属分类:网络编程

    • 发布日期:2018-01-06
    • 文件大小:26699776
    • 提供者:救世主
« 12 3 4 5 6 »
搜珍网 www.dssz.com