factorial

美 [fækˈtɔriəl]英 [fækˈtɔːriəl]
  • adj.【数】因数的;阶乘的;代理商的;工厂的
  • n.阶乘
  • 网络因子的;阶乘函数;阶乘因数的

复数:factorials

factorialfactorial

factorial

n.

1.阶乘the result when you multiply a whole number by all the numbers below it

阶乘

数学英语词汇大全_百度文库 ... 不等式 inequation 阶乘 factorial 对数 logarithm ...

因子的

石油英语词汇(F1)_专业词汇_专业英语_食品伙伴网 ... factorial series 阶乘级数 factorial 因子的 factoring 因子分解 ...

阶乘函数

matlab常用函数(转载) - Roy的日志 - 网易博客 ... expint 指数积分 factorial 阶乘函数 gammainc 伽马函数 ...

因子的,阶乘的

新GRE数学词汇大全 欢迎抱走~_中国百科网 ... Factorable 可进行因式分解的 Factorial 阶乘;因子的,阶乘的 Figure 图形 ...

阶乘因数的

航海及海运专业词汇英语翻译(F) ... factor 因素 factorial 阶乘因数的 factory acceptance test specification 工厂验收试验规范 ...

的阶乘

编写程序,求10! 用C语言_百度知道 ... printf 计算并输出 int iFac = factorial 的阶乘 printf 递归法 ...

1
From the number of pulses in a time interval, the moments, factorial moments, and Feynmann variance can be obtained. 从脉冲的时间间隔数,时刻,阶乘矩,费曼和方差可以得到。
2
When control comes back to this point, the factorial result should be in register 3. 至此,阶乘的结果就应该已经存在于寄存器3内了。
3
A program to count factorial, inputing all the number in range one, then the result of it may show! 一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!
4
Despite our best efforts, dislocations will occur, which serves to underline the multi-factorial nature of dislocation in THA. 有时,尽管我们做出了最大努力,脱位仍可能会发生,这可能与我们强调的多因素不稳定有关。
5
There is nothing to stop it when it hits zero, so it would continue calling factorial on zero and the negative numbers. 当计算到零时,没有条件来停止它,所以它会继续调用零和负数的阶乘。
6
If you've got it as a factorial, you've got to expand the factorials. 好吗?如果你得出的结果是一个阶乘,那么你要扩大它的阶乘。
7
English version, Minimum secondary aberration fractional factorial split- plot designs in terms of consulting designs . 用参照设计刻画最小附加混杂部分因析裂区设计。
8
If you try to call fact outside of factorial, you will get a compiler error. 如果你尝试在factorial之外去调用fact,你会得到一个编译错误。
9
What you want to do with this value in register 3 is to calculate the factorial of it. 在寄存器3中想要做的是计算此值的阶乘。
10
The innermost computation requires decrementing num and passing it as a parameter to the next invocation of factorial. 最里面的计算要求递减num并将其作为参数传递给下一个factorial调用。
11
factorial analysis can find out the best exercise prescription for keeping anxiety and depression away from medical students. 析因分析有助于探讨适用于医学生预防或缓解焦虑、抑郁的最佳运动处方。
12
For an exercise in class definition, you'll use the caching factorial calculator of factorial. py, shown in Listing 4. 我们用高速缓存阶乘计算器factorial.py作为类定义的练习,如清单4所示。
13
In the case of the factorial program above, we had a function F on the domain of partial functions. 在上述阶乘的情况下,我们有在偏函数的域上的函数F。
14
We did the factorial function earlier and it's the product of a number and the factorial of that number minus one. 早些时候我们编写过一个计算fibtorial数的函数它便是某数与它减一的factorial数的积。
15
Since you want the factorial of the number 4, it goes into register 3, the register used for the first parameter. 由于需要对数值4进行阶乘,它进入的是用来保存第一个参数的寄存器3。
16
The factorial of a number is computed as that number times all of the numbers below it up to and including 1. 计算某个数的阶乘就是用那个数去乘包括1在内的所有比它小的数。
17
Polyvinyl Chloride(PVC); Factorial Experimental Design; Torque Rheometer; Differential Scanning Calorimeter(DSC); Heat of Fusion. 聚氯乙烯;因次实验设计法;力矩流变仪;示差扫描量热法;熔合热。
18
There are a few features of this factorial function that are interesting. 这个阶乘函数有几个非常有趣的地方。
19
After computing the factorial, you now want to print it out using printf. 计算了阶乘之后,现在需要用printf将其打印出来。
20
The file may also be imported by another file to reuse the Factorial class without running the test case. 还可以用另一个文件引入这个文件,以重复使用Factorial类但不必运行测试用例。
21
Aging is an extremely complex, multi-factorial process influenced by environment, disease, genetic and other unspecified effects. 衰老是一种非常复杂的过程,受到环境、疾病、基因及其它不明因子的多重影响。
22
If you've written factorial code, you've probably noticed that the code is still wrong. 编写了阶乘代码后,您可能发现该代码仍有错误。
23
As immediate consequence of our results we give a new proof of the inverse relations of central factorial numbers. 作为直接推论给出了中心阶乘数反演关系的新证明。
24
A fairly large fractional factorial experiment on epi growth was performed, with spatial measurements of thickness and resistivity. 一串制程因子的实验设计,以晶圆薄膜厚度近九点量测。
25
This limits greatly the possible range of your factorial function. 这极大地限制了阶乘函数的可能范围。
26
A 2x2 factorial design was used in this study and a series of experimental sessions were conducted. 采用实验室研究的方式进行,以二因子完全随机设计。
27
Given that everyone else uses factorial, we'll use a simpler recursive function that sums up a sequence. 有人用阶乘描述它,而我们将使用更简单的递归函数--对一个列表求和。
28
As in many languages, the use of i as a parameter name for fact "shadows" the outer use of i as a parameter name for factorial. 就像在其它许多语言中一样,在fact中的i参数会屏蔽掉外面factorial的i参数。
29
A practical method for designing experiments is introduced, which. , named as factorial test plan, is for optimizing. 本文介绍一种实用的实验设计方法,称为因子检测法,是一种优选方法。
30
The following procedure uses recursion to calculate the factorial of its original argument. 下面的过程使用递归计算其原始参数的阶乘