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

搜索资源列表

  1. async-socket-win32-demo

    0下载:
  2. winsock异步通讯源码,提供给需要进行网络开发的朋友做参考。winsock asynchronous communication source, available to web developers need a friend for reference.-winsock asynchronous communication source, available to web developers need a friend for reference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:21112
    • 提供者:杨正红
  1. SocketAsync

    0下载:
  2. 异步通信编程实例(很经典) Winform实现的界面,后台为C#-A C# demo for async communication, with GUI written in winform.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:476393
    • 提供者:刘业佳
  1. async-0.4.tar

    0下载:
  2. linux下的异步通信库 支持TCP和UDP异步通信 编译和使用前先读readme.-linux asynchronous communication library under TCP and UDP support asynchronous communication and use of the compiler before reading readme.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:189530
    • 提供者:mydownloader
  1. XMLHTTPEvent_src

    0下载:
  2. C++ Sample Communicate using XMLHttpRequest in async mode. Please, enjoy it for a little.
  3. 所属分类:Web Server

    • 发布日期:2017-04-24
    • 文件大小:23521
    • 提供者:PakGyong
  1. chat

    0下载:
  2. linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:13953
    • 提供者:吕 广林
  1. XMLProxy

    0下载:
  2. 基于MSXML的xmlhttp代理,分为同步和异步两种-A proxy base on MSXML s xmlhttp use post method(as default) or get method support async and sync mode rewrite onGetResponse method to do your own work in async mode in Parameter isAsync (false is default) method (post is
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:梁兆麟
  1. async

    0下载:
  2. 详细功能包含内容说明:非同步读写 OPC PLC通讯程序,-Features include a detailed descr iption: asynchronous read and write OPC PLC communication procedures,
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:32265
    • 提供者:sddsdsd
  1. AsyncSocket104

    0下载:
  2. Simple Async Socket Component
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:15345
    • 提供者:Legiar
  1. xmlrpc_asynch_client.c

    0下载:
  2. Sample.Add async client XML-RPC
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-12
    • 文件大小:1616
    • 提供者:N@Don
  1. xmlrpc_sample_add_server.c

    0下载:
  2. Sample.Add async server XML-RPC
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-05
    • 文件大小:1469
    • 提供者:N@Don
  1. async-socket-win32-src

    0下载:
  2. Class to handle async socket connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:18667
    • 提供者:peppepic
  1. SocketLib

    0下载:
  2. This is a semi-async socket stream library. It is basically event based system, which is called whenever data is received but not requested. It also supports name resolution (sync or async). It supports TCP. No Winsock or BSD headers are exposed.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:77001
    • 提供者:Sife
  1. HalfNetwork-0.6.5

    0下载:
  2. HalfNetwork是基于ACE的网络通讯库,执行半同步半异步模式。-HalfNetwork is a crossplatform C++ network library using ACE. Implementation of Half-sync Half-async pattern(POSA2).
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2744340
    • 提供者:高飞
  1. lua_event

    1下载:
  2. lua_event库是libevent库在lua的封装,支持多种事件,多种特性。(async DNS, HTTP, RPC...)-lua_event library libevent library in Lua package to support a variety of events, a variety of features. (The async the DNS, HTTP, the RPC ...)
  3. 所属分类:Sniffer Package capture

    • 发布日期:2016-10-13
    • 文件大小:57344
    • 提供者:钟浩涛
  1. asy

    0下载:
  2. async 异步网络传输方法 一个服务端和多个客户端之间的string 传送-async asynchronous network transmission method a server and multiple clients sending string between
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:111699
    • 提供者:liuxuan
  1. AsyncTcp

    0下载:
  2. 异步Socket编程,私人珍藏,对异步使用很有帮助。-async socket program ,private get, useful for study IAsync mode.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:10955
    • 提供者:hijushen
  1. ChatClient

    0下载:
  2. VC++写的一个简单的网络聊天软件。主要演示了异步socket编程的基本方法。VC的版本是vs2012。-a chat software using VC++ async socket demo. programe with vs2012.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:136749
    • 提供者:li
  1. nodejs-async

    0下载:
  2. nodejs的async库示例代码。里面包含了如何通过async来编写流程化的nodejs程序,避免出现回调地狱。-nodejs async demo. Contains async code for writing serialize program, to avoid callback hell.
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:792030
    • 提供者:kidfruit
  1. async.net

    0下载:
  2. opc ASNC 通信,使用OPCRCW DA 组件实现了对OPC PLC的实时通信。-opc ASNC communication using OPCRCW DA components to achieve real-time communication of the OPC PLC.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:74365
    • 提供者:gw
  1. JellyFrame.tar

    0下载:
  2. 一个异步服务器框架,包含了网络,日志,计时器,数据库操作等-frame of async server
  3. 所属分类:Linux Network

    • 发布日期:2017-05-23
    • 文件大小:7572454
    • 提供者:俞文永
搜珍网 www.dssz.com