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

搜索资源列表

  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. www

    0下载:
  2. 选播路由问题的粒子群优化算法MATLAB源码 用于选播路由的粒子群算法仿真-Anycast Routing Problem with Particle Swarm Optimization Algorithm MATLAB source for Anycast Routing Simulation of Particle Swarm Optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2359
    • 提供者:chenrui
  1. secure

    1下载:
  2. Secure routing protocol AODV
  3. 所属分类:Linux Network

    • 发布日期:2017-05-15
    • 文件大小:4064002
    • 提供者:refa3y
  1. dijkstrashortestpath.tar

    0下载:
  2. finding shortest path in a graph by using dijkstra s shortest path routing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:888
    • 提供者:siva
  1. 132

    0下载:
  2. Reliable communication is mission critical to Emergency and Rescue operations. MANET technology allowing communication where fixed infrastructure is not available is very attractive for this setting. Emergency and Rescue operations may take place
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:70680
    • 提供者:Rishi
  1. leach

    0下载:
  2. 无线传感器网络leach路由协议的改进算法源代码-Routing protocol for wireless sensor networks leach improved algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3285
    • 提供者:戚玉峰
  1. rttable.cc

    0下载:
  2. This a routing table protocol-This is a routing table protocol
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:shyam sundar
  1. PINGcommand

    0下载:
  2. 实现网络中的PING命令。执行后可以得到计算机所在网络中的路由链接状况。-To achieve the network PING command. Post-implementation can be the computer where the network link state routing.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:206479
    • 提供者:王晓轩
  1. routing

    0下载:
  2. 利用ns2多样的routing技术的性能评价说明-Using a variety of routing techniques ns2 performance evaluation shows
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:21555
    • 提供者:周峰
  1. sureshaodv

    0下载:
  2. Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:721
    • 提供者:Hemanth
  1. routing

    0下载:
  2. clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:530
    • 提供者:Hemanth
  1. getconfig

    0下载:
  2. 用perl 采集路由器路由信息,写成文本。-Routers routing information collected with perl, written text.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:qjg
  1. Practicum

    0下载:
  2. 了解并掌握用Protel软件绘制简单电路图,掌握用Protel软件设计库元件及熟悉Prote99SE的功能和操作环境。掌握用Protel软件导出PCB板,掌握自动布线和手动布线,学会在Protel软件下检查所布线路是否正确。 -Understand and master the use of Protel software to draw simple circuit diagrams, control design using Protel software components and
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:124794
    • 提供者:小崔
  1. aomdv

    0下载:
  2. wireless routing protocol implement on ns2,扩展aodv路由协议成为多路径路由协议-wireless routing protocol implement on ns2, extended aodv routing protocol as multi-path routing protocol
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:50840
    • 提供者:jysun
  1. EmFDTD-v1[1].2r1

    0下载:
  2. 一种广角镜头光学畸变的数字校正算法和广角成像系统光学畸变的数字校正方法两篇文章-Load Balanced Routing Protocols for Ad Hoc Mobile Wireless Networks
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:21318
    • 提供者:沈星
  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. geneticalgorithmandsimulatedannealingalgorithm

    1下载:
  2. 建立了多约束条件车辆路径问题的数学模型和求解流程先采用最近插入法生成初始解然后基于遗传算法和模拟退火算法改进初始解-The establishment of a multi-vehicle routing problem with constraint model and solution process first insertion generated by the recent initial solution and based on genetic algorithm and simu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:175130
    • 提供者:lsylsy
  1. DSR.project

    0下载:
  2. opnet modeler中对移动ad hoc网络DSR路由协议的仿真-opnet modeler in mobile ad hoc network routing protocol of the simulation DSR
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:284560
    • 提供者:赵硕平
  1. 9

    0下载:
  2. 给予免疫遗传算法的QOS路由选择问题,给予免疫遗传算法的多目标优化问题-Immune genetic algorithm for QOS routing problem, the immune genetic algorithm for multi-objective optimization problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:6473
    • 提供者:路杨
  1. DV_HOP

    0下载:
  2. 基于MATLAB的dv-hop(distance vector routing)算法的实现-Based on MATLAB-dv-hop (distance vector routing) Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:tim
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com