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

搜索资源列表

  1. liubingP2P

    0下载:
  2. 用UDP实现了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
    • 文件大小:31907
    • 提供者:刘冰
  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. P2P_by_shootingstars

    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
    • 文件大小:31986
    • 提供者:tongling
  1. dsdv

    0下载:
  2. ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:17173
    • 提供者:开开
  1. BGP

    0下载:
  2. 用Bellman-Ford 算法实现的路由协议,适用距离矢量协议bgp 等, (matlab 源码)-This program uses the Bellman-Ford algorithm to find the set of routing tables which would be generated in the BGP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:1041
    • 提供者:denver
  1. Dinic

    0下载:
  2. 网络最大流 Dinic算法 比Ford-Furkson,Edmond-Karps效率要高, 算法复杂性为O(V^2*E)-Dinic is a high-efficient maximum-flow algorithm proposed by a russian named diniz
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2792
    • 提供者:lelading
  1. ford.c

    0下载:
  2. Ford algorithms trees The Bellman–Ford algorithm computes single-source shortest paths in a weighted digraph. For graphs with only non-negative edge weights, the faster Dijkstra s algorithm also solves the problem. Thus, Bellman–Ford is used primar
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:615
    • 提供者:darulor
  1. dsdv.tcl

    0下载:
  2. Destination-Sequenced Distance Vector is a table-driven routing scheme for ad hoc mobile networks based on the Bellman-Ford algorithm, Use of network simulation tool NS2, TCL coding.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:2659
    • 提供者:Mahendran
  1. BellmaFordAlgorithm

    0下载:
  2. Belman Ford algorithem using UDP protocol input argument should include( proc id, local port, life time, hello time out, max time)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:3402
    • 提供者:omri
  1. UDP_P2P

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

    • 发布日期:2017-03-28
    • 文件大小:132778
    • 提供者:允锋
  1. rout-gui

    0下载:
  2. 能够存储和表示给定拓扑结构 2) 能够实现Dijkstra和Bellman-ford算法 3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息 -Ability to store and represent a given topology 2) to achieve Dijkstra algorithm and Bellman-ford 3) according to a specified node, the algorithm ge
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:386531
    • 提供者:詹春艳
搜珍网 www.dssz.com