搜索资源列表
pointtopointDijkstraAlgrithms
- 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。这是一个点对点(S-T)Dijkstra算法的改进。用于求两点间的所有最短路径。-graphical interface with the simulation of a routing procedures. Routing algorithm Dijkstra algorithm. With map obtained arbitrary nodes all the sh
MCRGSA
- MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost-------
matlab
- LEACH 路由算法的matlab模拟仿真代码
matlab仿真模拟复杂网络拓扑及特征参数
- matlab模拟复杂网络的程序,包括平均路由长度,直径等参数。。。
pegasis
- pegasis路由算法!MATLAB模拟,适合初学者。-pegasis routing
QoSRoute-GA
- 带有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
dd
- 蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal
AntColonyAlgorithmforSolvingQoSRoutingProblem
- 在状态转移规则的基础上,局部更新规则和全局更新的蚁群算法的规则,我们提出一个IM证明蚂蚁的最低成本的服务质量蚁群算法(QoS)的路径用于解决网络路由问题与延迟以及背包约束中进行模拟。约52.33%蚂蚁找到成功的QoS路由。并收敛到最佳。-based on the state transition rule,the local updating rule and the global updating rule of ant colony algorithm ,we propose an im p
xilihuala
- 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。-Graphical interface with a routing simulation program. Routing algorithm is Dijkstra algorithm. Find the figure with all the shortest path between any node and the shortest path subgraph
11
- 该电路由一片四双向模拟开关集成电路CD4066为核心构成。每个电路内部有四个独立的能控制数字或模拟信号传送的开关。当水箱无水时,由于180K电阻的作用,使四个开关的控制端为低电平,开关断开,LED 不发光。随着水位的增加, 由于水的导电特性,使得IC的13脚为高电平,S1接通,LED1点亮。当水位逐渐增加时,LED依次发光指示水位。水满时, LED4发光, 显示水满。同时T1导通, B发出报警声,提示水已满。不需要报警声时,断开开关K即可。 -The circuit consists of a
routing-algorithm-based-on-GA-
- 基于遗传算法和模拟退火算法融合的带QoS约束的组播路由算法 Matlab代码- QoS constrained multicast routing algorithm based on GA
ant-PEGASIS
- 本代码在NS2环境下对改进的PEGASIS路由协议进行模拟。在无线传感网络中,PEGASIS虽然不是严格的无线传感网络簇类协议,却延用了簇的思想。该改进的PEGASIS利用蚁群算法建链,并沿着该链传递数据。-An improved PEGASIS routing protocol is simulated in NS2.In WSNs, PEGASIS follows the idea of clustring though it is not a strict hierachical prot
routing
- 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化-Simulated distance vector routing algorithm routing table exchange, presentation after each round of exchange of routing table changes
duoboluyou
- 针对通信网络中多重QoS约束条件下的多播路由计算,提出了一个基于模拟退火技术的改进遗传算法HGA-QoSR。该算法把模拟退火技术的局部寻优能力与遗传算法的全局寻优能力有机结合,并利用隔离小生境机制控制种群的独立进化,使演化过程中的种群保持生态多样性,以提高算法运行效率和解的质量。理论分析和仿真实验表明,与传统遗传算法相比较,该算法性能有显著改进。 -Communication networks for multi-QoS Constrained multicast routing calcula
test
- 在C/C++环境下,编程模拟距离矢量路由选择算法和链路状态路由选择算法-In C/C++ environment, the programming simulated distance vector routing algorithms and link state routing algorithm
aodv模拟代码
- aodv路由的matlab仿真源码 能用,带解释很容易弄懂