搜索资源列表
-
0下载:
路由选择过程的c算法程序
与DSR 只是简单地使用最短路径不同,EMRPC 使用了更复杂的路由选择机制以实现多径路由和能量均衡。-process of routing algorithm c procedures and DSR is simply to use the shortest path different. EMRPC use of a more complex routing mechanisms to achieve multi-path routing and energy
-
-
1下载:
这是对A*寻路算法的一个封装.使用非常简单:1.指定寻路区域的大小(网格) 2.指定哪些节点是障碍物 3.给定出发节点点和目标节点, 寻路! 将返回最短路径. 另外, 还可以设定遇到障碍物时只能绕着障碍物的角走,This is a routing algorithm A* a package. The use of very simple: 1. Specified routing region size (grid) 2. Specify which node is the barrier 3
-
-
0下载:
用于MATLAB 6.0 (R12)环境
Dijkstra最短路由算法源代码- MATLAB 6.0 (R12)
Dijkstra Shortest Path Routing
-
-
0下载:
最短寻路算法,利用Astar算法实现,是arp游戏中的寻路模型,有图例-Find the shortest path algorithm, the use of Astar algorithm is arp routing game model, there is Legend
-
-
0下载:
K 最短路径
K 最短路径 代码
-improved routing algorithm used to find from source to destination node of the first k Shortest Path
-
-
0下载:
遗传算法在最短路径问题(shortest path routing problem)中的实际应用-Real-World Application:Routing Problem(Book)
-
-
0下载:
具有图形化界面的一个路由模拟程序。路由算法为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
-
-
0下载:
电脑鼠走迷宫程序,实现自动寻径,搜索最短路径等功能。是一个初期的程序。-Computer Mouse Maze procedure , automatic routing , search shortest path .
-
-
0下载:
根据蚁群觅食总是选择最短的路径的特点,运用蚁群算法实现选路最优化,-According to the characteristics of ant foraging always choose the shortest path routing algorithm using ant colony optimization,
-
-
7下载:
遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
-