CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - routing algorithm

搜索资源列表

  1. luyou.rar

    0下载:
  2. 动态路由算法,采用链路状态路由算法,显示节点信息。,Dynamic routing algorithm, using link state routing algorithm, showing node information.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1516
    • 提供者:bluerain
  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. ACASP

    0下载:
  2. 蚁群算法动态寻路算法 -Ant colony algorithm dynamic routing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2380
    • 提供者:yanxinxu
  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:63127
    • 提供者:丁丁
  1. router

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

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:
  1. routing

    0下载:
  2. this use the matlab...routing protocol shortest path algorithm-this is use the matlab...routing protocol shortest path algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:537
    • 提供者:lim kang il
  1. Routing-Algorithm

    0下载:
  2. OPENT编写的无线网络路由算法程序。-OPENT written procedures for wireless network routing algorithm.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-28
    • 文件大小:11185935
    • 提供者:libg
  1. qunyiluyousuanfa

    0下载:
  2. 该文件中包含了蚁群无线传感器网络路由算法,对初学者很有用-The document contains the ant colony wireless sensor network routing algorithm, useful for beginners
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:469303
    • 提供者:xiayu
  1. RoutinginZigBee

    0下载:
  2. An IEEE 802.15.4-based Wireless Sensor Network is considered, and the relationship between the IEEE 802.15.4 topology formation mechanism and possible routing strategies at the network layer is studied. Two alternative routing schemes proposed in t
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:172627
    • 提供者:HArry
  1. mannasim-leach

    0下载:
  2. LEACH - Low Energy Adaptive Clustering Hierarchy, a routing algorithm in wireless sensor network, it s implemented in NS-2.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:403770
    • 提供者:son
  1. wireless-network-sensor-routing-algorithm

    0下载:
  2. 设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点. -Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a dist
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:51419
    • 提供者:杨扬
  1. prog3

    1下载:
  2. program for distance vector routing algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-05-12
    • 文件大小:3697
    • 提供者:bchintal
  1. dynamic-routing

    0下载:
  2. 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algo
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:153762
    • 提供者:刘刘
  1. f51b5e046d56

    0下载:
  2. It is a source code for distance vector routing algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 无线传感器网络的节能路由算法 是对传统路由算法的改进-Energy-efficient wireless sensor network routing algorithm is to improve the traditional routing algorithm
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:8100
    • 提供者:王强
  1. routing-algorithm-based-on-GA-

    0下载:
  2. 基于遗传算法和模拟退火算法融合的带QoS约束的组播路由算法 Matlab代码- QoS constrained multicast routing algorithm based on GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:1639
    • 提供者:
  1. TE-routing-algorithm

    0下载:
  2. 根据链路的使用情况赋权值,并综合考虑带宽和跳数限制的最小权值TE路由算法。-According to the the link usage Empowerment value and considering the value of the minimum weight limit bandwidth and hops TE routing algorithm.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-05
    • 文件大小:3975322
    • 提供者:胡佳
  1. routing-algorithm-sp2

    0下载:
  2. 距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:262294
    • 提供者:李力
  1. Shortest-path-routing-algorithm

    0下载:
  2. 最短路径路由算法——节点标记为A,B,C,D,E,结果可得到从A出发到其他节点的最短路径-Shortest path routing algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2635512
    • 提供者:田海海
  1. LEACH??.doc

    0下载:
  2. 无线传感器网络路由算法,通过改进簇头选举阈值,延长网络生存时间(Routing algorithm for wireless sensor networks improves the network lifetime by improving the cluster head election threshold)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:8192
    • 提供者:王小倩
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com