CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 路由 算法

搜索资源列表

  1. 距离矢量路由模拟

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:86880
    • 提供者:陈为
  1. 1Router

    0下载:
  2. 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16304
    • 提供者:青柿子
  1. luyousuanfa

    0下载:
  2. 本程序是用c语言编写的路由算法的程序,欢迎下载哈-this procedure is used to prepare the language c routing algorithm procedures, Kazakhstan welcomes Download
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6108
    • 提供者:李涛
  1. KSP dijkstra第k条最短路径算法

    1下载:
  2. dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
  3. 所属分类:C#编程

    • 发布日期:2017-03-22
    • 文件大小:19938
    • 提供者:
  1. LEACH.rar

    3下载:
  2. 基于matlab的无线传感器网络的leach路由算法,Matlab-based wireless sensor network routing algorithm leach
  3. 所属分类:通讯编程

    • 发布日期:2013-04-08
    • 文件大小:2374
    • 提供者:wf
  1. leach

    2下载:
  2. 无线传感器网络LEACH路由算法源码,C++源码-Source code of LEACH routing algorithm in Wireless Sensor Network
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:391261
    • 提供者:zy
  1. IPforC

    0下载:
  2. 小的路由算法,很简单,这个网站还真麻烦-Small routing algorithm, it is easy, this site really trouble ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3296
    • 提供者:Jason
  1. router

    0下载:
  2. 计算机网络传输层路由算法 链路状态路由算法-Computer network transport layer routing algorithm, link state routing algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:
  1. HDWiki-v2.0GBK-20070620

    0下载:
  2. 该文献资料是介绍路由算法以及其相应的经典程序。-The literature is to introduce the routing algorithm, as well as the corresponding classical procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:926059
    • 提供者:吴长丽
  1. The_CBR_algorithm_Code

    0下载:
  2. 此为CBR路由算法的C++原代码,可结合Omnet++进行模拟。-This routing algorithm for the CBR.C++ source code can be combined to simulate Omnet++.
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:6197
    • 提供者:ypls
  1. Curriculum

    0下载:
  2. 基于vc++的路由算法课程设计的文件原代码-Vc++-based routing algorithm for the curriculum design of the original source document
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3191
    • 提供者:庄林
  1. 83390096noc

    0下载:
  2. 片上网络 容错路由算法源代码-Noc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:546715
    • 提供者:dongxiaoguo
  1. linkStateRouting

    0下载:
  2. 链路状态路由算法实现。链路状态算法又叫最短路径优先SPF(Short Path First)算法。按照SPF的要求,路由器中路由表依赖于一张能表示整个个网络拓扑结构的无向图G(V,E)。-Link state routing algorithm. Link State algorithm called the shortest path first SPF (Short Path First) algorithm. In accordance with the requirements of S
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2395
    • 提供者:yiyi
  1. LEACH

    0下载:
  2. 关于无线传感器网络的路由算法研究,在能量均衡上的经典LEACH算法,用matlab进行的仿真,能够实现!-Abstract: The distributed wireless sensor net work and the technol ogy of wireless communicati on could realize the subsidence monit oring and measuring in coalmine goaf . One of the i mportant r
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2445
    • 提供者:李博宁
  1. 距离矢量路由算法SP2(完成)

    0下载:
  2. 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:262144
    • 提供者:wangygang
  1. Floyd算法matlab实现

    1下载:
  2. 实现了Floyd的前向后向寻找路由的算法,同时也实现了最短路径的求法(The algorithm of searching the route from the forward to the backward of Floyd is implemented, and the shortest path is also realized)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:62464
    • 提供者:QLxiong
  1. 基于簇头选举和多跳路由LEACH协议研究

    2下载:
  2. 基于簇头选举和多跳的LEACH路由协议,有算法步骤和主要程序代码(Based on cluster head election and multi hop LEACH routing protocol, there are algorithm steps and main program code)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:龙龙95
  1. Floyd算法

    0下载:
  2. Floyd算法的核心代码实现,以及路由函数的代码(Implementation of Floyd algorithm)
  3. 所属分类:其他

  1. 73462713Router

    0下载:
  2. 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:韩大侠
  1. 距离最短路由

    3下载:
  2. 用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:lxta209
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com