说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 反馈式插值算法
1)  feedback based interpolation
反馈式插值算法
2)  Introspective CBR
反馈式CBR算法
1.
The task of this dissertation is to study the general CBR and the Introspective CBR and come up one of methods to resolve the problem which multi-user CBR systems face to.
此课题的任务是通过对传统CBR算法以及反馈式CBR算法的深入研究,对多用户CBR系统提出一个实用的解决方案,即双向式CBR算法。
3)  feedback algorithm
反馈算法
1.
Application of a feedback algorithm based on ABEL-HDL language to PLD design;
一种基于ABEL-HDL语言的反馈算法在PLD设计中的应用
2.
In this paper,the effect of feedforward algorithm,feedback algorithm and hybrid algorithm are com-pared by simulation,and verified on the experiment setting with the loudspeaker and the fan as the noise source.
有源噪声控制广泛应用于低频噪声控制,针对不同噪声信号使用前馈算法、反馈算法和前馈/反馈混合算法(简称混合算法)进行仿真,并在以扬声器和风机为噪声源的实验系统上进行实验验证,结果表明混合算法在仿真和实际中具有更快的收敛性和更好的抗噪声效果。
4)  interpolation algorithm
插值算法
1.
Research on applying interpolation algorithm to fuzzy control;
插值算法在模糊控制中的应用研究
2.
Improvement of color interpolation algorithms;
图像传感器数据插值算法的改进
3.
An interpolation algorithm based on Shannon sampling theorem;
基于Shannon采样定理的插值算法
5)  interpolation [英][in,tə:pəu'leiʃən]  [美][ɪn,tɚpə'leʃən]
插值算法
1.
To evaluate the performance of the conformal cubic NURBS interpolation,a algorithm and its process are also proposed and imitated by MatlabT.
研究了适用于超精密加工的插补算法及曲面保形插值算法。
2.
This paper deals with the interpolation and application in the moisture fuzzy controller.
为提高中纤板纤维干燥过程含水率模糊控制器的控制精度、减小振荡和动态误差,采用了插值算法,消除控制点附近的控制死区。
3.
The interpolation of AVS adapts sub-pixel to improve the definition of video decoder,and also is the computing and memory access bottleneck of video decoder.
在AVS标准中的插值算法采用分像素提高视频解码的清晰度,也是解码端主要的访存和计算瓶颈。
6)  interpolation method
插值算法
1.
According to the basic theories of harmony superposition method and linear filtering method,the numerical simulation of wind velocity time history for long-span spatial lattice structure was realized by programming with MATLAB language in such methods as harmony superposition method,FFT-updated harmony superposition method,interpolation method,and auto-regressive method of linear filtering method.
根据谐波叠加法和线性滤波法的基本原理,采用MATLAB语言编写程序分别实现了常规谐波叠加法及其改进的快速傅里叶变换算法和插值算法以及线性滤波法的自回归法对大跨度空间网格结构风速时程的数值模拟,并模拟了2个工程实例的风速时程。
2.
In this paper,an interpolation method for generating topography is presented.
提出了一种求解结构化和非结构化网格节点上地形高度值的插值算法。
3.
Several interpolation methods based on trigram counts are used for the adaptation.
自适应采用了几种不同的计数意义上的插值算法。
补充资料:启发式算法

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

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

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

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