说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式融合算法
1)  Distribution fusion algorithm
分布式融合算法
2)  distributed fusion algorith
分布融合算法
1.
There are three basic fusion algorithms for target\|tracking, which are centralized fusion algorithm, distributed fusion algorithm and hybrid fusion algorithm.
由此可见分布的 CMKFA是非线性系统中较优的分布融合算
3)  distributed fusion
分布式融合
1.
Based on analysis of the method of improved Bayes,first of all,the paper builds the models of multi-information and multi-source in series and in parallel,then gives a method of the information distributed fusion.
在分析改进的Bayes融合方法的基础上,建立了多源信息的串联融合模型和多信息源的并联融合模型,提出了基于Bayes理论的信息分布式融合方法。
2.
Distributed fusion algorithm for nonlinear/non-Gaussian situations is addressed.
各传感器节点采用IMM-PF算法,以便在非线性、非高斯条件下稳健地跟踪机动目标;融合中心则采用基于粒子滤波(PF)的分布式融合方法进行全局估计融合。
3.
Asynchronous track fusion algorithms in distributed fusion systems are studied.
对分布式融合系统中的异步航迹融合算法进行了研究。
4)  Distributed hierarchical fusion
分布式分层融合
5)  distributed algorithms
分布式算法
6)  Distributed algorithm
分布式算法
1.
Application of Distributed Algorithms in Realization of FIR Digital Filter;
分布式算法在FIR数字滤波器实现中的应用
2.
Research on the Distributed Algorithm of Operational Reliability Evaluation of Power Network and Software Implementation;
电网运行可靠性评估分布式算法研究及软件实现
3.
The CRC distributed algorithm was deduced,from which CRC distributed algorithm corresponding to polynomials of any order .
本文对CRC分布式算法进行了公式推导,该方法可以衍生出针对任何阶次生成多项式以及任意处理位宽的CRC分布式算法。
补充资料:启发式算法

计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。

有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。

有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。

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