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

搜索资源列表

  1. baserver

    0下载:
  2. 基于boost的asio库的半异步半同步的网络框架可以用来实现Server和Client-Based on boost‘s asio library of semi-asynchronous network of semi-synchronous framework can be used to achieve the Server and Client
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:141586
    • 提供者:柴君钧
  1. TcpMsgCommunication

    0下载:
  2. 基于异步通信的TCP开发的聊天程序,源代码包含客户端程序和服务器端程序。-Based on the development of asynchronous communication TCP chat program, the source code contains client programs and server-side programs.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:110575
    • 提供者:tymaths
  1. KHMessage

    0下载:
  2. 局域网内的文本聊天软件,没有注册,直接输入服务器地址、端口、姓名、部门既可以使用,采用异步TCP通讯协议。-LAN text chat software, there is no registration, direct input server address, port, name, department can either use, using asynchronous TCP communication protocol.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:129234
    • 提供者:LSB
  1. sockAPI

    0下载:
  2. windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。-The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-15
    • 文件大小:3828370
    • 提供者:lzz
  1. Socket

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

    • 发布日期:2017-04-01
    • 文件大小:103040
    • 提供者:259
  1. AlargescaleWebsitearchitecturePPT

    0下载:
  2. 大规模网站架构 CAP原则 BASE策略 异步(MessageQueue) 数据库 数据的水平切分及垂直切分 数据库读写分离 避免分布式事务 反范式的数据库设计 负载均衡 DNS负载均衡 反向代理负载均衡 LVS 缓存 数据库缓存 服务器缓存/页面缓存/数据缓存/静态化 反向代理缓存 Session/Share Nothing Architecture架构 浏览器优化 浏览器缓存/CDN/小图片合并 分布式文件系统(
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1551511
    • 提供者:MagicFeng
  1. chat

    0下载:
  2. Linux下异步聊天,有客户端和服务端俩个类-Under Linux asynchronous chat, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2889
    • 提供者:吴萤
  1. chat_linux

    0下载:
  2. Linux下异步聊天,有客户端和服务端俩个类-Under Linux asynchronous chat, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2907
    • 提供者:吴萤
  1. chat_sever

    0下载:
  2. boost asio的一个异步通信聊天室的服务器端程序-boost asio asynchronous communication in a chat room server-side program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:696808
    • 提供者:袁梦
  1. ASync

    0下载:
  2. 实现用C#对PLC等设备的OPC服务器的数据访问与操作,异步实现-Achieved with C# on the PLC and other equipment of the OPC server data access and operation, asynchronous implementation
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:39787
    • 提供者:wanghao
  1. 20100105

    0下载:
  2. 多客户并发服务程序的实现。 熟悉socket的操作,掌握异步socket的使用方法,理解多线程的概念,初步掌握线程的编程方法。 程序必须在服务器端实现接受多个客户的服务请求并为它们服务,具体的,服务器端进行监听,接到客户的请求后服务器与客户建立连接,接受客户传送来的数据并将其发挥给客户端,服务器端和客户端的数据通信采用的是异步方式。 -Multi-client concurrent service program implementation. Are familiar with t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3732605
    • 提供者:邵晓华
  1. AVDSServer

    0下载:
  2. 公司写的个服务器,专门解析Socket的数据,和处理各种数据,对Socket异步有学习作用哦。-The company wrote a server that is dedicated Socket parse the data, and handle the various data on the role of Oh Socket asynchronous learning.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-29
    • 文件大小:11636880
    • 提供者:简国洪
  1. AsynUpload

    0下载:
  2. 异步上传文件,有进度条,服务器端使用webservice接收.-Asynchronous upload files, there is progress bar, the server-side using the webservice to receive.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:27871
    • 提供者:tzysf
  1. TCPS

    0下载:
  2. tcp服务器,采用异步socket通信,比较简单的例子程序-tcp server using asynchronous socket communication, relatively simple example program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:47092
    • 提供者:haris
  1. Ajax_Design_Patterns

    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. 所属分类:JavaScript

    • 发布日期:2017-05-23
    • 文件大小:7507632
    • 提供者:
  1. AN.SMTP.Ver.8.0.0.3

    0下载:
  2. ANSMTP component provides an easy way to enable your ASP, VB, VBA, VC++, Delphi, C#, VB.NET, Jscr ipt.NET, ASP.NET or other COM environment applications to send rich TEXT/HTML email based on SMTP or ESMTP protocol. It also can lookup DNS MX record to
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1101135
    • 提供者:mailads
  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. 1

    0下载:
  2. c++网络数据库实例 第一章 实例 01-简单网络聊天室 实例 02-网络聊天室服务器 实例 03-网络聊天室客户端 实例 04-定时发送消息 实例 05-传输文件 实例 06-GETIP 实例 07-域名解析 实例 08-TUSPY 实例 09-多人聊天室 实例 10-端口扫描 实例 11-异步网络通讯 实例 12-UDP协议实现网络通讯 实例 13-域名查询-c++ network database instanc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-06
    • 文件大小:1152766
    • 提供者:烈马
  1. 7

    0下载:
  2. c++网络数据库实例 第七章 实例 57-ODBC查询 实例 58-ODBC工具 实例 59-列举 SQL服务器 实例 60-ODBC异步调用 实例 61-列举 DNS数据源 实例 62-快速查看数据源 实例 63-学生成绩管理 实例 64-ODBC数据库的动态 实例 65-简单的 ODBC访问接口-c++ examples of Chapter VII of the network database Exampl
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-04
    • 文件大小:1113091
    • 提供者:烈马
  1. Csharp_AsyncTcpClient_AsyncTcpServer

    0下载:
  2. C#异步通讯服务器端和客户端,net2005,winxp-C# asynchronous communications server and client, net2005, winxp
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:95192
    • 提供者:xuhongfei
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com