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

搜索资源列表

  1. datatest2_udload

    0下载:
  2. 客户端与服务器端用异步socket通信的简单书籍查询程序 客户端发送要查询的关键字(三个)给服务器端,服务器端用ODBC,以这三个关键字在数据库中查询,并将得到的结果返回客户端-Client and server-side asynchronous socket communication simple query procedure books to send to the client query keywords (three) to the server-side, server-s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:18106
    • 提供者:宋宋
  1. C_SERVER_C

    0下载:
  2. C#套接字 异步套接字服务器,异步套接字客户端 作为项目参考!-C# Socket asynchronous socket server, asynchronous socket client as a project reference!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:25699
    • 提供者:汤圆
  1. comunication

    0下载:
  2. 异步网络通讯,VC++ 开发,包括客户端和服务器端-Asynchronous network communication, VC++ Development, including client and server
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-25
    • 文件大小:64425
    • 提供者:烈马
  1. async_client_server_II_src

    0下载:
  2. Asynchronous Client server in Csharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8490
    • 提供者:nafizahmed
  1. OReilly.Ajax.Design.Patterns.Jun.2006

    0下载:
  2. Ajax, or Asynchronous Javascr ipt and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive w
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-23
    • 文件大小:7507583
    • 提供者:lintaijun
  1. 14160_1239850350a169socket

    0下载:
  2. 类似一个聊天工具,分为服务端和客户端,需要先运行服务端。主要是利用Socket进行数据的异步传输,在局域网内互发消息,同进也实现了一个简单的聊天程序。-Similar to a chat tool, divided into server and client, need to run the server. Socket is mainly carried out using the asynchronous data transmission, each message in the LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:106625
    • 提供者:malon
  1. FTP_client_by_C

    0下载:
  2. 遵照FTP协议编写的FTP客服端程序,可以与服务器程序互联传输文件-AC_FTP is a file transfer protocol client that uses asynchronous socket operation mode and utilizes many programming techniques described in detail throughout the book. It connects to an FTP server, sends co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:37727
    • 提供者:张凯瑞
  1. SocketTestkfdfwq

    0下载:
  2. socket异步通信,包含客户端和服务器-asynchronous socket communication, including client and server
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:91696
    • 提供者:xiaomiao
  1. ajax_im_3[1].41_yui

    0下载:
  2. Ajax IM php版本 ajax im ("asynchronous javascr ipt and xml instant messenger") is a browser-based instant messaging client. It uses the XMLHTTPRequest object in Javascr ipt to send and receive commands to and from the server. No refreshing of the pag
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:331370
    • 提供者:sunyt
  1. WSAsocket

    1下载:
  2. 本程序基于windows异步消息机制,采用异步套接字,详细设计实现了一个类似于聊天室的即时消息通讯系统的客户端和服务器端。对学习网络socket编程的朋友具有很高的参考价值!-This procedure mechanism based on asynchronous messaging windows, the use of asynchronous sockets, the realization of the detailed design of a chat room similar t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-30
    • 文件大小:122283
    • 提供者:wang514
  1. LANServerClient

    0下载:
  2. CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:42289
    • 提供者:green
  1. select

    0下载:
  2. 一个简单的服务器客户端程序,通过select函数的异步调用机制,从而实现多客户登录。-A simple client server program, through the select function of the asynchronous call mechanisms, in order to achieve multi-client login.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1393
    • 提供者:yangwei
  1. DWRdesign

    0下载:
  2. AJAX,或者说是异步Javascr ipt和XML,描述了一种使用混合了HTML(或XHTML)和层叠样式表作为表达信息,来创建交互式的Web应用的开发技术 文档对象模型(DOM),Javascr ipt,动态地显示和与表达信息进行交互 并且,XMLHttpRequest对象与Web服务器异步地交换和处理数据。-AJAX, or asynchronous Javascr ipt and XML, describes a use of a mixture of HTML (or XHTML) a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:443317
    • 提供者:
  1. test_muli01_SERVER

    0下载:
  2. 在基于以太网分布式控制系统中,为提高网络通信实时性和稳定性,在多媒体定时器线程中收发数据包。服务器部分采用异步非阻塞式-Ethernet-based distributed control system, in order to improve network communications in real-time and stability, in the multimedia timer thread to send and receive packets. Server part of t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1820734
    • 提供者:王建锋
  1. client-vc

    1下载:
  2. 根据OPCDA服务器与客户程序开发指南开发的OPC客户端!包括同步和异步读写的源代码等!-OPCDA server and client in accordance with development guidelines for the development of OPC client! Including synchronous and asynchronous reading and writing source code, etc.!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:263652
    • 提供者:Mr yang
  1. NetworkProgramme

    0下载:
  2. 网络编程:将指定URI数据下载到本地文件、从指定FTP服务器下载文件、上载本地文件到指定URI资源、查找网页中的所有超链接、获取指定网页的源代码、用Ping检测远程计算机、解析URI统一资源标识符、异步调用Web Service程序-Network Programming: The specified URI data downloaded to a local file, from the specified FTP server to download files, upload local
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1039180
    • 提供者:brhqrh
  1. AsyncSocketServerandClient

    0下载:
  2. 异步模式实现的服务器和客户端的程序-Asynchronous mode of server and client to achieve the program ...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:173983
    • 提供者:chenwei_yi
  1. AsyncTcp

    0下载:
  2. 一个异步聊天系统,系统只允许客户与服务器相互传送字符串数据,不实现任意客户之间的直接信息传递。-An asynchronous chat system, the system only allows the client and the server can transmit the string data, not to achieve any of its customers a direct transmission of information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:93584
    • 提供者:小明
  1. c5

    0下载:
  2. 关键代码:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠 操作。 使用说明:由于我现阶段有些忙,所以把PeerYou的源代码上传的网上,希望有兴趣的 朋友继续完成它。如果发布的话,捎带上原作者的姓名。 如果认为此源程序对你有用的话,可以自由使用,但要在每个程序文件头 部写入原作者名。 此软件的大部分代码已经完成,一些小的系统控制没有加入,如:锁屏, 锁鼠标,截
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:326314
    • 提供者:waveslord
  1. JSON

    0下载:
  2. 一本介绍JSON的客户端与服务器端实现异步传输数据的电子书,为PDF文档,内容简单易懂-1 Introduction JSON client and server-side asynchronous transfer of data to achieve e-books, as PDF documents, content, easy to understand
  3. 所属分类:Editor

    • 发布日期:2016-10-22
    • 文件大小:250274
    • 提供者:zsj
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com