说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 算法统计分析
1)  statistical analysis of Algorithms
算法统计分析
2)  statistical analysis/heuristic approach
统计分析/启发式算法
3)  calculation analysis method
计算分析法
1.
Subsequently,in order to improve and enhance the analysis of circuit,the two-analysis methods,which include calculation analysis method and Karnaugh-map method are discussed in operating process and expression patterns by means of different examples,respectively,and improve the calculation analysis method.
首先对异步时序逻辑电路的特点和分类进行描述,接着从具体的操作步骤、结果的表现方式等方面结合具体实例阐述其一般的分析方法和新出现的分析方法:计算分析法和卡诺图分析法,并对计算分析法进行改进,以期能够更好地指导异步时序电路的分析。
4)  analytical calculations
分析计算法
5)  statistical and analytical calculations
统计分析计算
6)  statistical analysis method
统计分析法
1.
The minimum value determination of fatigue strength of materials using statistical analysis method;
用统计分析法确定材料的最低疲劳强度
2.
The statistical analysis method includes the secondary average method, the probabilistic evaluation method, and the statistical tendency analysis method.
统计分析法包括二次平均法、概率测算法、统计趋势分析法。
3.
The paper begins with the definition of scientific and technological innovation ability of local universities,then analyzes its diagnostic typology,and elaborates emphatically the diagnostic method-statistical analysis method based on normal distribution and have given the implementation concrete step and analysis basic mentality in view of this appraisal and the diagnosis method.
本文从地方高校科技创新能力内涵入手,分析了地方高校科技创新能力的诊断类型,并着重论述了地方高校科技创新能力的诊断方法——基于正态分布的统计分析法,针对该评价与诊断方法给出了实施的具体步骤和分析的基本思路,对研究地方高校科技创新能力建设提供数据分析和管理决策方法支持。
补充资料:启发式算法

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

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

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

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