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

搜索资源列表

  1. wpan

    0下载:
  2. Zigbee routing protocol in NS2
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:106218
    • 提供者:Jafar Hasan
  1. ant

    2下载:
  2. 本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-30
    • 文件大小:6580
    • 提供者:王峰
  1. dsr

    0下载:
  2. 动态源路由协议(Dynamic Source Routing, DSR)源码。DSR是在移动自组网(MANET)中使用的一种路由协议。-Dynamic Source Routing protocol (Dynamic Source Routing, DSR) source. DSR are in mobile ad hoc network (MANET) to use a routing protocol.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:85746
    • 提供者:王磊
  1. ODMRP

    1下载:
  2. Adhoc自组织网络ODMRP路由算法的C语言实现。仿真模拟了ODMRP路由算法的机制。-Adhoc self-organizing network ODMRP routing algorithm C language. Simulation of ODMRP routing mechanism.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:15157
    • 提供者:林昊
  1. DijkstraRouting

    0下载:
  2. 用于MATLAB 6.0 (R12)环境 Dijkstra最短路由算法源代码- MATLAB 6.0 (R12) Dijkstra Shortest Path Routing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1207
    • 提供者:天天
  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. 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. AP_For_VRPTW100

    1下载:
  2. 车辆路径问题的C代码,里面有测试数据和结果分析。-Vehicle routing problem with the C code, there are test data and results analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1709935
    • 提供者:Zhang Minjie
  1. ACASP

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

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

    1下载:
  2. Geographic Routing protocol在GLOMOSIM中的一个实现-Geographic Routing protocol in GLOMOSIM a realization of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:3484
    • 提供者:Yimin, SONG
  1. TS_TSP

    0下载:
  2. 禁忌搜索算法求解车辆路径问题 很好的程序-Tabu search algorithm for vehicle routing problem with a very good program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5670
    • 提供者:清风
  1. pegasis

    1下载:
  2. pegasis路由算法!MATLAB模拟,适合初学者。-pegasis routing
  3. 所属分类:matlab例程

    • 发布日期:2013-01-03
    • 文件大小:3529
    • 提供者:Jason
  1. matlabwsn

    0下载:
  2. This matlab code is highly be used for wireless sensor network for routing purpose.-This matlab code is highly be used for wireless sensor network for routing purpose.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:13434
    • 提供者:pradheep
  1. wsn-dijkstra

    2下载:
  2. 这个程序为能量均衡的无线传感器的最短路径路由算法matlab 编程。-This process is energy balanced shortest path routing in wireless sensor algorithm matlab programming.
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-17
    • 文件大小:1024
    • 提供者:房超
  1. Zigbee

    0下载:
  2. 裡面包含 Zigbee的source code,object code,routing code.-Zigbee which contains the source code, object code, routing code.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:1045617
    • 提供者:viona
  1. noah

    0下载:
  2. NS编程与调试 - NOAH 模块 noah是一个无线路由代理(相对于DSDV ,路由, ... )只支持直接沟通的无线节点之间或基站和移动节点的情况下移动IP的使用。这使得模拟的情况下多跳无线路由是不受欢迎的。noah不会发送任何路由相关的数据包。-NS programming and debugging- NOAH Module NOAH is a wireless routing agent that (in contrast to DSDV, DSR, ...) only sup
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4864
    • 提供者:李蔚
  1. DistanceVectorRouter

    1下载:
  2. 一份模拟距离向量算法的Java语言源码 基于距离向量算法的 路由器设计与实现-Simulation of Distance Vector Routing
  3. 所属分类:Java Develop

    • 发布日期:2016-05-30
    • 文件大小:20776
    • 提供者:
  1. GAvrp

    0下载:
  2. 该算法经运行,无任何问题,可用于解决遗传算法求解车辆路线问题-The algorithm by running without any problems, can be used for genetic algorithm to solve Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5283
    • 提供者:赵赵
  1. QosRoute-Antcolony

    0下载:
  2. %% Ant Colony Algorithm for QoS Multicast Routing % QoS组播路由蚁群算法- Ant Colony Algorithm for QoS Multicast Routing QoS Multicast Routing with Ant Colony Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2719
    • 提供者:zhao xian sheng
  1. QoSRoute-GA

    0下载:
  2. 带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1966
    • 提供者:zhao xian sheng
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com