说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 半隐式算法
1)  semi-implicit algorithm
半隐式算法
1.
An efficient numerical method,called semi-implicit algorithm,was proposed to interpolate images based on the absolute minimal Lipschitz extension model(AMLE).
提出一种基于最小Lipshitz延拓的图像插值半隐式算法,并用医学图像放大实验初步验证了算法的有效性。
2)  Semi-implicit return mapping algorithm
半隐式图形返回算法
3)  implicit algorithm
隐式算法
1.
A corresponding implicit algorithm is devised .
发展了基于特征线Galerkin 离散化的有限元方法和相应的隐式算法以数值求解模型控制方程的边值初值问题。
2.
The generalized predictive implicit algorithm is proposed based on the requirement of theory study and engineering application.
基于理论研究和工程应用的需要,提出了广义预测隐式算法。
3.
Present an implicit algorithm of self-correding prediction of mathematical model based on Talor s expansion in the case of single input and single output.
文中给出了单输入单输出离散系统以泰勒展开为基础的数学模型的自校正预报的隐式算法。
4)  implicit method
隐式算法
1.
The common implicit method is explored for solving the late-time oscillation problems in the TD-EFIE.
针对时域电场积分方程存在的晚时震荡问题,介绍了当前常用的隐式算法,并对这一算法的两种不同实现方法:后向差分和中心差分,进行了论述。
5)  semi-implicit methods
半隐式方法
1.
A kind of semi-implicit methods for nonlinear equations;
非线性方程的一类半隐式方法(英文)
6)  explicit-implicit algorithm
显-隐式算法
1.
The springback processes are simulated based on explicit-implicit algorithm in this paper,and the MPF processes of the cylindrical surface and sphere with different thickness under different curvature radius are simulated.
论文中采用显-隐式算法分析了板材厚度、曲率半径对柱面、球面等典型曲面的多点成形回弹的影响,得到了回弹趋势和回弹分布规律,这些结果对多点成形技术具有一定的参考价值。
补充资料:启发式算法

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

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

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

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