But boy, does it change the computation times!
但伙计们,这改变了计算时间!
单词 | Computation time |
释义 |
Computation time
原声例句
两分钟论文 But boy, does it change the computation times! 但伙计们,这改变了计算时间! 两分钟论文 The results look indistinguishable from the ground truth solutions, but the overall computation time is significantly reduced. 从基准真相方案来看,结果是难以区分的,但总体计算时间明显减少了。 两分钟论文 The higher the resolution the grid is, the more realistic the animations are, but the computation time also scales quite poorly. 方案中网格的精度越高,动画就越真实,不过计算时间上也就越显得不足。 两分钟论文 To keep things fair and really reveal which choices are the best bang for the buck, there are also comparisons between techniques that have a similar computation time. 为了让实验公正并真实揭示最划算的选择,计算时间相近的模拟技术之间也会作比较。 两分钟论文 The most obvious drawback of this technique is its computation time — it was run on a very expensive system and still took several hours of number crunching to get this done. 这个技术最明显的缺点就是计算时间——哪怕在很昂贵的系统上模拟,也仍然需要几个小时的计算才能完成。
中文百科
时间复杂度 Time complexity(重定向自Computation time)
在计算机科学中,算法的时间复杂度是一个函数,它定量描述了该算法的运行时间。这是一个关于代表算法输入值的字符串的长度的函数。时间复杂度常用大O符号表述,不包括这个函数的低阶项和首项系数。使用这种方式时,时间复杂度可被称为是渐近的,它考察当输入值大小趋近无穷时的情况。举例,如果一个算法对于任何大小为 计算时间复杂度的过程,常常需要分析一个算法运行过程中需要的基本操作,计量所有操作的数量。通常假设一个基本操作可在固定时间内完成,因此总运行时间和操作的总数量最多相差一个常量系数。
英语百科
Time complexity 时间复杂度(重定向自Computation time)
In computer science, the time complexity of an algorithm quantifies the amount of time taken by an algorithm to run as a function of the length of the string representing the input. The time complexity of an algorithm is commonly expressed using big O notation, which excludes coefficients and lower order terms. When expressed this way, the time complexity is said to be described asymptotically, i.e., as the input size goes to infinity. For example, if the time required by an algorithm on all inputs of size n is at most 5n + 3n for any n (bigger than some n0), the asymptotic time complexity is O(n). |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。