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

搜索资源列表

  1. OpenCD.rar

    0下载:
  2. 一个Open Source Project的P2P软件。 全部用Delphi自身的控件完成,含Server端及Client端的代码和程序- Open Source Project P2P software. Completely uses Delphi own to control to complete, contains the Server end and the Client end code and the procedure
  3. 所属分类:P2P编程

    • 发布日期:2014-03-10
    • 文件大小:566093
    • 提供者:
  1. p2p code

    1下载:
  2. 简单p2p服务端客户端源码. p2p server/client code.-simple peer-to-peer client-service source. Peer-to-peer server / client code.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:5498
    • 提供者:稀文
  1. p2p+server+client

    0下载:
  2. chat server and client
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:620237
    • 提供者:王国松
  1. 易语言编写的P2P服务端客户端

    1下载:
  2. 易语言编写的P2P服务端客户端,UDP通信模式,内网打洞成功。-Easy language of P2P server client, UDP communication patterns within the network successfully dug the hole.
  3. 所属分类:P2P编程

    • 发布日期:2017-04-09
    • 文件大小:1314032
    • 提供者:
  1. Socket_MFC_SDK

    0下载:
  2. P2P聊天程序,基于Server&Client模式。程序简单,界面友好,适合初学者参考,研究。-P2P chat program, based on the Server & Client mode. Procedure is simple, user-friendly, suitable for beginners and reference, research.
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:86616
    • 提供者:cxsys
  1. FBNetworkLibrary_1.2

    0下载:
  2. 基于IOCP,带NAT TRAVERSE的高性能asynchornosu网络服务器/客户端开发SDK源码。支持并发5000以上的连接,NAT TRANVERSE穿越功能-Based on the IOCP, the high-performance NAT TRAVERSE with asynchornosu network server/client SDK source development. Support more than 5,000 concurrent connections,
  3. 所属分类:P2P

    • 发布日期:2017-04-02
    • 文件大小:618688
    • 提供者:jeff
  1. PlanetAPI_P2PDemo

    0下载:
  2. 這是一個利用P2P架構來實作的聊天室,降低系統負擔,不使用以往SERVER-CLIENT架構,改以P2P來做為連線的方式。-This is a use of P2P architecture to implement the chat rooms, reduce system burden, do not use the past SERVER-CLIENT architecture, was replaced by P2P as a way to connect.
  3. 所属分类:P2P

    • 发布日期:2017-04-08
    • 文件大小:17279
    • 提供者:
  1. P2P

    0下载:
  2. C++实现了peer-to-peer,client-server socket传送数据-C++ implementation of the peer-to-peer, client-server socket to transmit data
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:289193
    • 提供者:tim
  1. p2p

    0下载:
  2. 一个简单的但还是很清晰p2p客户端和服务器程序。-A simple but still very clear p2p client and server programs.
  3. 所属分类:P2P

    • 发布日期:2017-03-26
    • 文件大小:75316
    • 提供者:shi
  1. server

    0下载:
  2. P2p文件传输服务端,配合上传的客户端使用。-P2p file transfer server, with the upload client.
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:44037
    • 提供者:
  1. P2Pclient-server

    0下载:
  2. NAT 点对点通信功能 提供P2Pserver和P2PClient 将P2Pserver放在公共IP地址上运行,在任一台连接到INTERNET上的电脑上运行P2Pclient程序,即可建立UDP连接,接收到私有IP对应的公共IP地址,与另一个client通信-NAT function provides point to point communication and P2PClient P2Pserver public IP address on the P2Pserver run on any
  3. 所属分类:P2P

    • 发布日期:2017-05-26
    • 文件大小:9650944
    • 提供者:郑好
  1. Campagnol

    0下载:
  2. Campagnol P2P server + Client + docs
  3. 所属分类:P2P

    • 发布日期:2017-04-03
    • 文件大小:269796
    • 提供者:Havanaman
  1. client

    0下载:
  2. p2p 双平台聊天程序 server在Linux上运行,client在MS Visual Studio上运行-P2p-clinet and server program, the server side can be run on linux, and the client side can be run on MS Visual Studio
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:1393
    • 提供者:dake zhao
  1. clientServer

    0下载:
  2. 网络课程的通信代码,有服务器端和客户端,可以实现客户与服务器的通信与文件传输-Online course communication code, server and client, client and server communications and file transfer can be achieved
  3. 所属分类:P2P

    • 发布日期:2017-05-21
    • 文件大小:6517163
    • 提供者:he
  1. client-and-server

    0下载:
  2. 纯c语言写的客户端服务端聊天和文件传输程序-Pure c language to write client-side chat and file transfer program
  3. 所属分类:P2P

    • 发布日期:2017-11-03
    • 文件大小:7799371
    • 提供者:marongkuan
  1. udp-client--server

    1下载:
  2. 压缩文件中包含两个工程,client和server。client负责发送,server负责接收。实现基于UDP协议的文件传输。传输指定的文件时,需在程序中更改文件的路径。-The compressed file contains two projects, client and server. The client is responsible for sending, server is responsible for receiving. Realized based on UDP prot
  3. 所属分类:P2P

    • 发布日期:2017-11-06
    • 文件大小:2790985
    • 提供者:胡雪瑞
  1. UDP-Client-Server

    0下载:
  2. Simple and useful example demonstrating the Client server interaction using UDP protocol implemented in Java.
  3. 所属分类:P2P

    • 发布日期:2017-11-07
    • 文件大小:1618
    • 提供者:Eashan
  1. client

    0下载:
  2. 该程序代码能实现在安卓客户端与服务端进行的数据传输,比如文字聊天等-The program code can be achieved in the android client and server data transmission, such as text chat, etc
  3. 所属分类:P2P

    • 发布日期:2017-04-09
    • 文件大小:1209474
    • 提供者:liuqingfeng007
  1. udp-socket

    0下载:
  2. socket网络套接字编程,udp包过滤源代码,实现服务器客户端包过滤过程-Socket network socket programming, udp packet filter source code, to achieve the server client packet filtering process
  3. 所属分类:P2P

    • 发布日期:2017-03-30
    • 文件大小:2076
    • 提供者:付琳琳
  1. php_Client-Server

    0下载:
  2. Simple PHP client and server: The server will start and wait for connection, and the client to connect to it and send some string (information).
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:381670
    • 提供者:anima
« 12 3 4 5 6 »
搜珍网 www.dssz.com