说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 路径最优化
1)  Path optimizing
路径最优化
2)  optimal path
最优路径
1.
Programming of the Optimal Path Algorithm of Tactical Missiles Launch Vehicles;
战术导弹发射车最优路径规划算法研究
2.
Improved optimal path searching algorithm in transit network;
公交网络最优路径的一种改进求解算法
3.
Design and implementation of the optimal path COM based on STL;
基于STL的最优路径COM组件设计与应用
3)  optimal route
最优路径
1.
The realization of roam of optimal route based on VRML and EAI;
虚拟真实漫游系统中基于VRML和EAI最优路径漫游的实现
2.
The dynamic route guidance system(DRGS)guides the traffic flow by providing drivers with optimal route based on real-time traffic information,in order to alleviate traffic congestion and improve network efficiency.
动态路径诱导系统(dynamic route guidance system,DRGS)是通过提供基于实时交通信息的最优路径来引导交通流的,因此,最优路径的求解是关键。
3.
To synthetically consider the correlative influence factors of road environment and special user s desires of optimal route selection in the static optimal route search with multigoals in highway network,user-system decision-making model of optimal route search under GIS environment was studied.
通过用户-系统共同决定的路段交通阻抗的综合评价过程,将最优路径问题转化为最短路径问题,采用各路段各出行目标的标准化值之和作为评价指标,采用Dijkstra算法实现最优路径的搜索。
4)  optimum path
最优路径
1.
It is necessary to add the function of path planning on the basis of existing electronic map generated from ShapeFile format source file,and creat the optimum path according to more information of road.
在已有的基于ShapeF ile格式的电子地图上,需增添路径规划的功能;并且提出如有较多道路附属信息,能设计出最优路径。
2.
The extended-width-depth mixed search algorithm of optimum path between cliques is improved.
对求团之间最优路径的扩展扩度深度混合搜索算法进行了改进,将原算法中扩展双向广度搜索的三个过程合并为一个过程。
3.
The optimum path analysis is one of basic space analyses of GIS.
最优路径分析是GIS中基本空间分析之一,迄今为止,国内外出现不少关于最短路径/最优路径算法的研究,但其数据模型主要以矢量数据模型或网络模型为主,而建立在栅格数据模型上的最优路径算法的相关研究较少。
5)  best path
最优路径
1.
In geographic information system, the best path searching is the basis of other network analysis.
最优路径搜索是地理信息系统重要的网络分析功能,也是其他网络分析功能的基础。
2.
A new algorithm for best path founding based on hierarchical graphs is discussed.
论述了一种新的基于层次图的最优路径算法,即将一个平面图划分若干子图,子图抽象为一个高层图。
6)  optimum route
最优路径
1.
Application of evidence theory in optimum route planning
证据理论在最优路径规划中的应用
2.
Providing optimum route for public transit trip is a core function of ATIS.
文中建立了以最小换乘次数为第一目标,最小途经站数为第二目标的公交出行最优路径模型。
3.
As a modern electronic information integration system, Shenzhen emergency command center is capable of many functions, such as command, control, communications, information, scout, forewarning, indentification, etc, and has made a good try of the application of optimum route planning technology.
深圳应急指挥中心是一个集指挥、控制、通信、情报、刑侦、探测预警和综合保障为一体的现代化电子信息集成系统,在使用最优路径规划技术上作了很好的尝试。
补充资料:Pro/ENGINEER中复杂几何路径的数组阵列
 

1 引言



    Pro/ENGINEER是目前应用非常广泛的CAD/CAM软件,其功能非常强大。在Pro/ENGINEER中进行特征复制时, PATTERN(数组阵列)可以一次建立多个相同的特征,比COPY(复制)省时省力。



    在实际应用中,阵列的几何路径有规则的(如直线形、圆形等),也有不规则的(如平行四边形、椭圆形等)。对于规则路径,其生成较简单,如圆形路径,选取一周向驱动尺寸,输入阵列的增量与个数即可。下面以在基座上钻孔为例,介绍不规则几何路径的数组阵列。



2 设计实例



    首先,生成基座(如图1黑点表示孔的圆心位),其中心点位于Pro/ENGINEER中坐标系的原点,再钻出左上角的第一个孔(以基座的两条边为参考边,这两条边的交点为准原点)。然后进行数组阵列,产生其余的孔,依次选择“Pattern→General→Table”。





图1 黑点表示孔的圆心位



2.1 步骤一



    选择图1中的尺寸“40,55”作为“表格驱动阵列的驱动尺寸”,然后选“Done”。



2.2 步骤二



    选择“Add”,进行表的添加(输入一个表名如A),接着打开一个窗口,其中已有的文字均为注释语句,最后一行为:



    idx       d4(40.0)     d3(55.0)



    其中,idx表示这一列填的是序号,从1开始;d后的数字以实际操作中产生的为准,括号内数值为步骤1中所选驱动尺寸的值,可以看出该值的显示顺序与尺寸的选择顺序是对应的。



2.3 步骤三



进行表的录入,依次填入:
1 65   55
2 90 55
3 115 55
4 140 55
5 50 85
6 60 115
7  70 145
8 95 145
9 120 145 
10 145 145  
11 170 145
12 150 85
13 160 115



    其中1~4为上部右边的4个孔,5~7为左边3个孔,8~11为下部右边4个孔,12~13为右边剩余2个孔。



2.4 步骤四



    首先点击“File→Save”,并且进行保存。然后点击“File→Exit”,退出程序。之后执行“Done”即可进行阵列,如图2所示。


说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条