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

搜索资源列表

  1. diantodian

    0下载:
  2. 一个很典型的p2p应用,这个是客户端,服务器端正在上传-A tipical application about peer to peer. This is the client, and the server is uploading.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:20078
    • 提供者:李俊
  1. diantodiansvr

    0下载:
  2. 一个很典型的点对点应用,客户端已经上传,这个是服务器端-A tipical application about p2p, the client is already uploaded, this is the server.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:17375
    • 提供者:李俊
  1. ClientSock

    0下载:
  2. socket 编程,服务器端程序,测试与客户端的连接,接收数据。-socket programming, server-side procedures, testing and client connectivity and receive data.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:41919
    • 提供者:甘莉
  1. 实现局域网点对点通讯

    1下载:
  2. C#实现的P2P通信 每个节点同时具备服务器和客户端的功能-C# peer-to-peer communication with the same time each node server and client functions
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:11354
    • 提供者:万金油
  1. ppwmv

    1下载:
  2. 采用P2P的技术建立流媒体广播,可以很大程度节省服务器的带宽消耗。先建立一个流媒体服务器,可以采用WINDOWS2003自带的media server,生成一个信号源。P2P流媒体广播的服务端从流媒体服务器提取一个流作为源,这个源必须是用http协议来提取的,然后再由P2P服务端分发到各个P2P客户端.服务端与客户端的例子程序-using the technology to establish peer-to-peer streaming media broadcasts, can save a
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:14154
    • 提供者:bily
  1. pertoper

    0下载:
  2. 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31210
    • 提供者:李俊升
  1. cpcd-1.1.0.tar

    0下载:
  2. 这是一个P2P软件,有服务器和客户端,效果非常不错。-This is a peer-to-peer software, a server and client, the effect was very good.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:103023
    • 提供者:张冰洋
  1. UDP_E

    0下载:
  2. UDP 穿透防火墙的易语言源码,包含服务器与客户端的演示源码,由江西赣州桃源网络科技编写于2006-1-27-UDP easily penetrate the firewall language source code, containing the server and client source of the display, from Jiangxi Taoyuan network technology in the preparation of 2006 -1-27
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:1137631
    • 提供者:昊子
  1. ChanSheng_src

    1下载:
  2. 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能.-1. Using multithreading technology, faster than similar software. 2. It also supports multi-carrier. 3. Further support of the mass point, Th
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:95385
    • 提供者:zzh
  1. CsharpUdpsockettest

    0下载:
  2. 这是一个用Csharp写的 Socket无连接收发数据的服务器端和客户端源码-This a use of Socket Csharp was no link transceiver data server and client source code
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:4320
    • 提供者:jianbing.zheng
  1. P2Pshili

    0下载:
  2. 这是用VB.net实现的一个简单的P2P示例.利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息.-This is achieved using Programs require a simple example of P2P. UDP burrows use of the technology. Service hours Treasury ends with the client. server-side landing records for us
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:15997
    • 提供者:fulingfang
  1. ptoptop

    0下载:
  2. 可以点对点聊天的客户端和服务器端,都有!直接就可以用的-can peer-to-peer chat client and server side, there! Can be used directly on the
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:270517
    • 提供者:韩义
  1. chatprograme

    0下载:
  2. 基于TCP的多对多聊天模式,包括客户端和服务器端。
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:612024
    • 提供者:luna
  1. P2P_NAT

    0下载:
  2. VC++环境下实现的P2P打洞程序,即NAT(Network Address Translators),网络地址转换,有客户端和服务器端两部分,并附有详细说明NAT原理的文件!
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:28575
    • 提供者:Chsq
  1. P2P_UDP_NAT

    0下载:
  2. c++ 实现P2P网络中NAT的UDP穿越的客户端功能和STUN服务器功能
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:46246
    • 提供者:刘敬丰
  1. P2P

    0下载:
  2. 这个程序允许2个用户进行聊天和发送程序,目前仅是单机程序,不是客户端和服务器程序
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:139197
    • 提供者:xdboy2006
  1. 5

    0下载:
  2. c#编写的基于(UDP)协议的网络聊天程序.分为客户端和服务器端.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:32095
    • 提供者:高小松
  1. P2P_UDP

    0下载:
  2. 点到点通信代码,其中包括客户端程序和服务器端程序。
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:3588983
    • 提供者:刘卫
  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. 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
    • 提供者:付琳琳
« 12 3 4 »
搜珍网 www.dssz.com