说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 表搜索算法
1)  tabu search
表搜索算法
1.
This paper presents a tabu search based on insertion and double tabu strategy for MVRP.
大型企业在生产过程中的运输组织和实施一般可归结为多重运输调度问题(MVRP),本文提出了MVRP基于插入和双表策略的表搜索算法,以该算法为基础设计了一个并行表搜索算法
2)  search algorithm
搜索算法
1.
LPPDS:line prediction based pseudo-diamond search algorithm;
LPPDS:基于线性预测的准菱形搜索算法
2.
Cross-word search algorithm based on two-layer lexical tree for speech recognition;
语音识别中基于两层词法树的跨词搜索算法
3)  searching algorithm
搜索算法
1.
Research on searching algorithm of products based on imilarity;
基于相似性的商品搜索算法研究
2.
Stator fault type analysis and searching algorithm design of a particularly giant hydraulic generator;
一种特大型水轮发电机定子故障形式分析及其搜索算法设计
3.
A searching algorithm for the distribution of simultaneous switching noise on the power/ground planes;
一种电源/地板系统中开关噪声分布搜索算法
4)  search algorithms
搜索算法
1.
Performance comparison of search algorithms based on eight puzzle problem;
通过八数码问题比较搜索算法的性能
2.
The paper discusses several mainstream search algorithms,which is Alpha-Beta,Aspiration,PVS,SSS and MT-SSS,respectively.
提出了在四国军旗游戏中使用集成搜索思想,即在四国军旗智能系统中开局使用Aspiration搜索算法,中后局采用MT-SSS*算法。
5)  A* algorithm
A*搜索算法
6)  A-search method
A搜索算法
1.
Fuzzy theory is used to reason the degree of collision risk,and the A-search method is used to make an avoidance action plan.
运用模糊理论来推论碰撞危险度,通过A搜索算法设计避碰行为。
补充资料:表优先级算法


表优先级算法
list priority algorithm

b 100 youx一anli suanfa表优先级算法(list priority al即rithm)按照物体离视点的远近进行优先级排序从而对图形实施有序绘制的一种消隐算法。该算法的处理过程与画家创作一幅油画类似,先画远景,再画中景,最后画近景。因而该算法在处理简单元素(如多边形)时常被称为油画算法。 表优先级算法首先根据物体深度进行排序,按照环境中各元素离视点的远近确定一个深度优先级表。然后按照表中元素的先后次序,从离视点最远的图形元素开始,依次将每个元素绘制到屏幕画面中。这样,表中离视点较近的元素在绘制时会通过在帧缓冲器中写人新的内容而覆盖离视点较远的元素,从而达到消隐的目的。 当环境中各元素具有确定的深度次序时,该算法能准确地实现面消隐。但如果图形元素之间存在不确定的优先次序(比如元素之间在深度方向上交叉覆盖)时,则可以对物体元素进行一定的预处理,比如对交叉祝盖的元素进行分割,从而使之具有确定的优先次序。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条