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

搜索资源列表

  1. SEP_LEACH_HEED(code)

    0下载:
  2. 无线传感器网络的SEP、LEACH、HEED代码集合-Wireless sensor networks SEP, LEACH, HEED code set
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:8575
    • 提供者:李欣夜
  1. cutoujiedianxunyou-20130723

    0下载:
  2. 用TXT文件整理的传感器网络中簇头节点寻优代码,对于做传感器网络的同学很有帮助-Finishing with a TXT file cluster head node sensor network optimization code, so the sensor network classmate helpful
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1861
    • 提供者:张钰
  1. ad-hoc_gong-lv-kongzhi

    0下载:
  2. 传感器网络功率控制源代码,可以根据自己的需要对其中的参数做出相应的调整-Sensor network power control source code, according to their own needs on the parameters and make appropriate adjustments
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5366
    • 提供者:张钰
  1. bp2

    0下载:
  2. 无线传感器网络协议的生命周期和稳定周期对比-Wireless sensor network protocol and stability of periodic comparative life cycle
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2506
    • 提供者:Jimmy
  1. DEEC1VSDEEC2

    0下载:
  2. 无线传感器网络协议的数据传输对比以及能量消耗对比-Wireless sensor network data transfer protocol and the energy consumption comparison Comparison
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2987
    • 提供者:Jimmy
  1. leachm1

    0下载:
  2. 无线传感器网络协议仿真,可以看到每一轮所选出的簇头数目,基站收到的数据包总数,簇头收到的数据包总数,第一个节点死亡的时间,10 的节点死亡的时间等-Wireless sensor network protocol simulation, you can see every one of the selected number of cluster heads, the total number of packets received base station, cluster head tota
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2248
    • 提供者:Jimmy
  1. fps

    0下载:
  2. 无线传感器网络协议仿真对比,死亡节点数随时间的变化对比,传输到基站的数据对比,网络能量消耗对比以及生命周期和稳定周期对比等-Wireless sensor network protocol simulation contrast, death nodes comparing the change with time, comparison of the data transmitted to the base station, network energy consumption and lif
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3283
    • 提供者:Jimmy
  1. wuxian

    0下载:
  2. 针对无线传感器网络在节点均匀分布的情况下节点定位精度较差的问题,提出了三边质心定位算法.该算法利用节点均匀分布的先验信息将质心定位思想引入到三边测量法中-For wireless sensor network nodes uniformly distributed in the case of poor positioning accuracy node problem, a trilateral centroid localization algorithm. The algorithm us
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:351429
    • 提供者:李时针
  1. main

    0下载:
  2. 基于CC2430的无线传感器网络信道设置实验。-channel set experiment of wirless sensor network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:liu huaming
  1. DVHop

    0下载:
  2. 无线传感器网络中距离无关的定位算法DVHOP的简单程序,有注释,可调试。-Wireless sensor network localization algorithm DVHOP from unrelated simple program, there are notes, can be debugged.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1500
    • 提供者:张鹏
  1. Transmission-Model

    0下载:
  2. 无线传感器网络定位用到的无线传输模型 Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model -Wireless sensor network localization using wireless transmission model, Regular Model, Logarithmic Attenuation Model, DOI Model, RIM Model Achieve functional
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:135472
    • 提供者:liangzhongfa
  1. BA

    0下载:
  2. 生成无线传感器网络拓扑结构的BA算法,用MATLAB实现-Generation wireless sensor network topology of the BA algorithm, using MATLAB to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1237
    • 提供者:监控键盘
  1. RSSI

    2下载:
  2. 无线传感器网络定位程序 涵盖了多种定位算法 仿真程序-Wireless sensor network localization program covers a variety of localization algorithm simulation program
  3. 所属分类:matlab

    • 发布日期:2014-05-27
    • 文件大小:1024
    • 提供者:周海洋
  1. leach01

    0下载:
  2. 实现无线传感器网络leach协议,参考太阳能算法,由基站开始选择簇头,普通节点传递数据给簇头,簇头传递给基站。簇头分布随机。-Wireless sensor networks leach agreement, the reference solar algorithm, the base station began to select the cluster head, ordinary nodes transmit data to the cluster head, cluster head
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1267396
    • 提供者:cyr
  1. leachrand

    0下载:
  2. 实现无线传感器网络leach协议。簇头随机分布在网络中,节点产生随机数,并判断是否大于阈值,如果大于阈值则作为簇头。每隔一定时间簇头选择一次。-Wireless sensor networks leach agreement. Cluster head randomly distributed in the network, the node generates a random number, and to determine whether greater than the threshol
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1358915
    • 提供者:cyr
  1. finalthroughput

    0下载:
  2. 无限传感器网络脚本分析程序,用于网络吞吐量的分析-Unlimited sensor network analysis program scr ipt for the network throughput analysis
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:825
    • 提供者:setoa
  1. Automatica

    0下载:
  2. 应用于移动传感器网络的高效贝叶斯空间预测方案-Efficient Bayesian spatial prediction with mobile sensor networks using Gaussian Markov random fields
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1780427
    • 提供者:gaochaoshd
  1. ZigBee

    4下载:
  2. ZigBee无线传感器网络设计与实现源代码-ZigBee wireless sensor network design and source code
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:42082
    • 提供者:Wanghanbing
  1. orpb

    0下载:
  2. orpb是无线传感器网络中一种能量感知的实时交付QoS路由算法,结合了多种路由算法思想,注重于能量效用以及QOS机制-orpb wireless sensor networks, real-time delivery of energy-aware QoS routing algorithm that combines a variety of routing algorithm, focusing on energy utility and QOS mechanisms
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:113169
    • 提供者:曹一明
  1. LSL

    0下载:
  2. 无线传感器网络中的LSL算法。可以作为定位算法中的比较算法-LSL algorithm in wireless sensor networks
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:25941
    • 提供者:cc
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com