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

搜索资源列表

  1. smallprory

    0下载:
  2. 一个c++开发的简单代理,可以通过访问代理来实现访问服务器,(A simple agent developed by c++, which can be accessed to implement access servers by access agents,)
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Matt_马猛飞
  1. fafe1406353208

    0下载:
  2. 客户端和服务器端通讯历程,可以完成双方通讯连接、信息互发,并显示双方各自的发送状态,基于MFC开发,非常适合学习socket编程的初学者。(It is used to complete the communication between the client and the server,including connecting,sending message,receiving message and showing each other's status.It is developed on
  3. 所属分类:网络编程

  1. com-isharemessagerpc

    0下载:
  2. IShareMessage是一个基于NIO的客户、服务器端编程框架,使用IShareMessage可以确保你快速和简单的开发出一个网络应用(包括推送服务,业务插件服务)。IShareMessage相当简化和流程化了TCP的socket网络应用的编程开发过程。通过利用云端与客户端之间建立稳定、可靠的长连接来为开发者提供客户端应用与平台交互通道,开发者只需关注业务开发,无须关注底层网络交互。(IShareMessage is a client and server-side programming
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:allenlei2008
  1. tcp&UDP DEMO

    0下载:
  2. C\C++编写的tcp\udp客户端及服务器程序(Tcp\udp client and server program written by C\C++)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:sunqqq
  1. face2face-master

    0下载:
  2. auth服务:负责登录认证。 gate服务:负责客户端接入,也是服务器和客户端通信的媒介。 logic服务:负责处理各种业务逻辑。 为以后将服务设计为水平可扩展的服务准备,将整个服务拆分为3个进程。 实现基本功能后的目标是将每个服务设计为可水平扩展的集群,并且重点放在架构上的优化而不是逻辑功能上。(Auth service: responsible for login authentication. Gate service: responsible for client acce
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:3133440
    • 提供者:mxxxs
  1. sjpervisor

    0下载:
  2. 用java实现的一个socket服务器,采用非阻塞模式,可以支持大量并发连接,()
  3. 所属分类:文件操作

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:CPEzf
  1. fdreign_exceed

    0下载:
  2. 用java实现的一个socket服务器,采用非阻塞模式,可以支持大量并发连接,()
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:JYWGmoqi-19486
  1. Socket

    0下载:
  2. java网络编程练习,提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序(The author has been writing similar frameworks since 2003 and he still finds your feed back precious!)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:soman
  1. lua_svr

    0下载:
  2. lua服务器编程 lua端服务器 c++ 服务器(Lua server programming)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:65155072
    • 提供者:顶顶贷
  1. chat_socket_server

    0下载:
  2. 这是一个简单的网络编程的势力,client表示客户端,server表示服务器端(socket programming This is a simple socket programming example.you can download,and just import your eclipse.Then can run succeed.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:76800
    • 提供者:Erin二姐
  1. TCPServer

    0下载:
  2. 自己编写的C#语言下的TCP通训对话器。这是服务器部分(Write your own c # language under TCP tong xun dialogue. This is the server program)
  3. 所属分类:C#编程

    • 发布日期:2018-04-28
    • 文件大小:126976
    • 提供者:冰与火之哥
  1. MySocket(2)

    0下载:
  2. 内网,跨网段实行通讯,服务器可放置公网打开端口就可以跨网段通讯,公网可向内网发送(Intranet, communication across the network segment, the server can be placed on the public network and open the port to communicate across the network segment, and the public network can be sent to the inner n
  3. 所属分类:网络编程

  1. 文件传输

    0下载:
  2. 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:SAKURA鱼
  1. server

    0下载:
  2. socket编程,计算机网络作业,邮箱服务,服务器客户端(Socket programming, computer network operation, mailbox service, server client)
  3. 所属分类:界面编程

    • 发布日期:2018-04-29
    • 文件大小:11595776
    • 提供者:派大星nanana
  1. HTTP_Proxy-master

    0下载:
  2. 基于Socket实现的HTTP代理服务器 , 很有用的代码, 好用哦(Based on the Socket implementation of the HTTP proxy server, very useful code, good use)
  3. 所属分类:代理服务器

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:jim0078
  1. idcf

    0下载:
  2. 关于无线网络程序设计TCP IP,比如如何建立socket,服务器和客户端如何通讯()
  3. 所属分类:android开发

    • 发布日期:2018-04-18
    • 文件大小:14336
    • 提供者:nutural
  1. Server

    0下载:
  2. 该项目实现网络编程,该源码为服务器端代码。(The project realizes network programming, which is the server - side code.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:lurenwu123
  1. clienttest

    0下载:
  2. socket通信,连接服务器的端口,可以实现客户端和端口互发数据(Socket communication connecting with server port to transfer data)
  3. 所属分类:其他小程序

  1. SelectEx_

    0下载:
  2. 实现了一个基于Socket编程的聊天室,服务器端采用的Select模型,客户端开启接收线程,并用环形缓冲区处理了粘包问题(A chat room based on Socket programming is realized, the Select model is used on the server side, the client opens the receiving thread, and the sticky problem is handled with the ring buff
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:146432
    • 提供者:mmmh7
  1. 客户端与服务器通信

    0下载:
  2. a example for Socket by Tcp
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-05-01
    • 文件大小:5261312
    • 提供者:iseuwei
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com