factorial
factorial什么意思,factorial翻译
基本解释
adj.: 【数】因数的;阶乘的;代理商的;工厂的
n.: 阶乘
网络: 因子的;阶乘函数;阶乘因数的
权威解释
阶乘:
the result when you multiply a whole number by all the numbers below it
英汉解释
【数学】因数的;阶乘的
代理厂商的
级乘的
代理商的;工厂的
〔数〕因数的
因子的
因子分析的
【数学】阶乘;【统计学】阶乘积
词性分析
复数:factorials
例句
From the number of pulses in a time interval, the moments, factorial moments, and Feynmann variance can be obtained.
从脉冲的时间间隔数,时刻,阶乘矩,费曼和方差可以得到。
When control comes back to this point, the factorial result should be in register 3.
至此,阶乘的结果就应该已经存在于寄存器3内了。
A program to count factorial, inputing all the number in range one, then the result of it may show!
一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!
Despite our best efforts, dislocations will occur, which serves to underline the multi-factorial nature of dislocation in THA.
有时,尽管我们做出了最大努力,脱位仍可能会发生,这可能与我们强调的多因素不稳定有关。
There is nothing to stop it when it hits zero, so it would continue calling factorial on zero and the negative numbers.
当计算到零时,没有条件来停止它,所以它会继续调用零和负数的阶乘。
If you"ve got it as a factorial, you"ve got to expand the factorials.
好吗?如果你得出的结果是一个阶乘,那么你要扩大它的阶乘。
English version, Minimum secondary aberration fractional factorial split- plot designs in terms of consulting designs .
用参照设计刻画最小附加混杂部分因析裂区设计。
If you try to call fact outside of factorial, you will get a compiler error.
如果你尝试在factorial之外去调用fact,你会得到一个编译错误。
What you want to do with this value in register 3 is to calculate the factorial of it.
在寄存器3中想要做的是计算此值的阶乘。
The innermost computation requires decrementing num and passing it as a parameter to the next invocation of factorial.
最里面的计算要求递减num并将其作为参数传递给下一个factorial调用。