1) route choice set generation algorithm
路径集生成算法
1.
To input a reasonable route choice set containing more routes of drivers\' real choices into the route choice model,a route choice set generation algorithm based on link penalty method was proposed.
为了给路径选择模型提供合理的路径集输入,使路径集能够包含更多驾驶员实际选择的路径,提出了一种基于路段惩罚法的路径集生成算法。
2) path tree spanning algorithm
路径树生成算法
3) route-create computation
径路生成计算
4) routing algorithm integration
路由算法集成
1.
Concepts and ideas of energy-consuming balance,tem-porary link/route and routing algorithm integration were presented.
综述了AdHoc网络的基本概念、原理、特点、研究现状和相关研究问题,提出了能耗平衡、瞬态链路/路由、路由算法集成等概念和思想,给出了优化路由选择的数学模型,在此基础上提出了我们自己的基于代价优化、能耗平衡、综合考虑链路状况的优化的路由算法,该算法可以显著提高网络的性能及增加结点和网络的寿命。
5) path generating
路径生成
1.
In this paper,a laser scanning path generating algorithm is proposed,which is well used in our SL machine.
本文提出了一种简捷有效的扫描路径生成算法,成功地应用于开发的快速成型机中。
6) Development Path
生成路径
1.
Policy Demand and Development Path of Farmer-turned Workers NGO Construction;
农民工NGO建设的政策需求与生成路径
补充资料:最小生成树
最小生成树是由给定的无向图的边的子集组成的树。它有两个性质:
- 它包含图中的每个顶点。
- 它的所有边上的权的总和尽可能小。
用式子来表示:
- <math>w(T) = \sum_{(u,v)\in T} w(u,v)</math>
这里w(T)表示最小的总权值,(u,v) 表示定点u和v之间的边。
最小生成树的生成有两种方法,普里姆(Prim)算法,和克鲁斯卡尔(Kruskal)算法。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条