搜索资源列表
无线传感器分簇网络中MAC 协议的研究
- 通过对CSMA 协议的分析, 在基于信道接入分簇网络中提出了改进的MAC 协议, 即M-CSMA 协议。最后, 利用OPNET 仿真实现了该协议, 并给出了相关的仿真结果。
SensorSimMAXD
- OMNET++仿真三色算法的源码,三色算法是无线传感器中一个典型的分簇算法-OMNET++ Simulation algorithm for three-color source, tri-color algorithm is a typical wireless sensor in the sub-cluster algorithm
wsn1
- 一种无线传感器网络分簇规模约束算法,分簇算法的一种改进。-A wireless sensor network clustering scale bound algorithm, clustering algorithm is an improvement.
leach
- Matlab下的大名鼎鼎的Leach分簇算法实现。对网络研究的有用处-Matlab under the well-known clustering algorithm Leach. Of network research useful
Clustering
- 根据节点分区情况,确定成簇数目是分簇算法设计的重点,这两个算法对成簇数目进行优化,均匀节点能耗,延长网络寿命。-According to the node partition, determine the number of clusters is a clustering algorithm is designed to focus on these two algorithms to optimize the number of c
ClusterProtocols
- 分析了无线传感器网络分簇路由机制,着重从簇头的产生、簇的形成和簇的路由角度系统地描述了当前典型的分簇路由算法,并比较和分析了这些算法的特点和适用情况.最后结合该领域当前研究现状,指出分簇路由算法未来的研究重点.-Analysis of wireless sensor network clustering routing mechanisms, focusing on the selection of cluster head, clus
SEP_LEACH
- 改进SEP_LEACH协议代码-无线传感器网络基于能量的分簇算法源码-SEP_LEACH agreement to improve the code- wireless sensor networks based on energy source Clustering Algorithms
leach(matlab)
- 用Matlab对LEACH分簇算法(cluster)的仿真程序-Using Matlab on LEACH clustering algorithm (cluster) of the simulation program
leach
- 无线传感器网络的能量控制,分簇发送数据包-Wireless sensor network energy control, sub-cluster send data packets
AODV-routing-protocol-based-on-clustering-algorith
- 一种基于AODV路由协议的分簇算法研究是无线传感网络现今发展的重要算法-AODV routing protocol based on clustering algorithm 搜索
powercontrol
- 实现无线传感网络的结点控制,可以高效实现无线传感器网络节点的分簇,对无线传感器网络功率控制进行仿真-Power control in sensor network
kmean
- 使用k-means算法对150个数据集进行分簇。-K-means algorithm using 150 data sets to carry out sub-cluster.
leachC
- WSN下面一种集中式的分簇算法,是对LEACH的一种改进LEACHC-WSN following a kind of centralized clustering algorithm, is an improvement LEACHC LEACH
6.5
- 一种分簇算法,适合用于数据聚类,将相似的点集合到一个簇内。-Its a new method of clustering,useing this clustering algorithm ,you can obtain a cluster which is stable
PBCR-route-simuation
- 将节点位置信息和分簇路由技术相结合,提出了一种基于位置的分簇路由(position-based cluster routing,PBCR)协议- By combining the position information and cluster routing technology, a position-based cluster routing(PBCR)protocol is proposed.
Ipso
- 提出了一种基于改进型微粒群算法的无线传 感器网络分簇路由算法来优化分簇过程。簇首节点的选取综合考虑候选节点和邻居节点的状态信息-Proposed a modified particle swarm algorithm based on wireless sensor network clustering routing algorithm to optimize the clustering process. Cluster hea
routtocol
- 面向移动监控型网络的分簇路由协议routing protocol-A type of network for mobile monitoring sub-cluster routing protocol
matlableach
- 无线传感器网络Leach分簇算法源代码,用matalb仿真的,完全能跑出来-wireless sensor network
cluster
- 一种无线传感器网络分簇算法的matlab仿真实验程序,用于查看各节点剩余能量及节电存活数目-A wireless sensor network clustering algorithm matlab simulation program for viewing and saving the residual energy of each node the number of surviving
基于PSO的无线传感器网分簇代码
- 这是应用于粒子群算法应用于无线传感器网络分簇的一个应用实例代码。 首先根据传感器节点的能量阈值选取候选簇头,然后在候选簇头中根据PSO来迭代选择最优化的簇头。 然后根据选取的簇头来进行分簇,这个代码很少见,但很实用!