释义 |
fac·to·ri·al 英fækˈtɔːriːəl, -ˈtəʊr-美fækˈtɔriəl, -ˈtor-AHDfăk-tôrʹē-əl, -tōrʹ- 高MSCOCA³⁸²⁷¹BNC⁶⁵¹⁷²iWeb²⁸⁸⁸⁷ 基本英英词源搭配记法派生词例句 adj.阶乘的¹⁶;因数的⁷;工厂的⁷;代理商的⁷n.阶乘⁶³复数factorials 基本运算数学
Noun: the product of all the integers up to and including a given integer;1, 2, 6, 24, and 120 are factorials Adjective: of or relating to factorials来自factor, 因素,要素。用于数学名词。factorial notation阶乘记号factorial design因子设计factorial series阶乘级数factorial moment阶乘矩factorial sampling析因抽样factorial discriminant analysis多因辨别分析…factorial effect因子效应single factorial terms of trade单因素贸易条件…factorial experiment析因实验factorial arrangement因子排列factorial function阶乘函数,阶层函数…factorial power阶乘的幂central factorial moment中心阶乘矩factorial development因子显影inverse factorial series反阶乘级数multiple factorial experiment复因子试验factorial analysis因素分析,因子分析… factor-ial有…特性⇒adj.阶乘的¹⁶;因数的⁷;工厂的⁷;代理商的n.阶乘⁶³adj.代理店的;代理商的⁷;数因子的;因子分析的;因素的;要素的n.数阶乘⁶³;统阶乘积Pmonofactorial单因子的一种因子的 If you've written factorial code, you've probably noticed that the code is still wrong. 编写了阶乘代码后,您可能发现该代码仍有错误。 ibm That this N over factorial only comes into play when you're talking about the translational degree of freedom. Not the other degrees of freedom. 需要 N!这个因子,只在讨论平动自由度时,其它自由度都不需要。163 The conduct and outcome-based control of a sales partner are modelled as two independent multi- factorial constructs which are assumed to have no systematic, reciprocal, significant causal dependences. 对一个销售伙伴的引导与基于销售量的控制被限定成两个独立的多因素的架构,这被假定为是没有系统性、互惠的、显著的原因独体。 chinafanyi The symbol now has two meanings, the combinatorial and the factorial. 现在符号有两重意义,即组合意义和阶乘意义。 kuenglish The test case consists of some simple command argument processing followed by a loop that calculates the factorial of the specified values if any. 测试用例包含几个简单的命令参数处理,然后是一个循环,它计算指定值如果有的话的阶乘。 ibm The factorial of a number is computed as that number times all of the numbers below it up to and including1. 计算某个数的阶乘就是用那个数去乘包括1在内的所有比它小的数。 ibm There is nothing to stop it when it hits zero, so it would continue calling factorial on zero and the negative numbers. 当计算到零时,没有条件来停止它,所以它会继续调用零和负数的阶乘。 ibm What you want to do with this value in register3 is to calculate the factorial of it. 在寄存器3中想要做的是计算此值的阶乘。 ibm When control comes back to this point, the factorial result should be in register3. 至此,阶乘的结果就应该已经存在于寄存器3内了。 ibm “ But gastric cancer is multi- factorial,” he added. 但是,胃癌是多因素促发的。 yeeyan “ In multi- factorial diseases other than cancer, usually we can only look at the blood,” explained Gottlieb, a geneticist with McGill's Centre for Translational Research in Cancer. “在除癌症以外的多因素疾病中,通常我们仅仅能检查血液,”一位来自于麦吉尔癌症转化研究中心的遗传学者 Gottlieb解释说。 yeeyan Chapter5 deals with partitioning problems, converting recursive functions to iterative functions it's fun, I assure you, and more factorial and Fibonacci series implementations. 第5章介绍了划分问题、递归函数到迭代函数的转换我可以向您保证,这非常有趣以及阶乘和斐波纳级数的实现。 ibm Divided by NA factorial times the same thing for B. 再除以 NA的阶乘,对 B同样。163 Except here we don't need to divide by one over N factorial, because we're not over counting here. 但不需要除以 N!,因为没有重复计数。163 Given that everyone else uses factorial, we'll use a simpler recursive function that sums up a sequence. 有人用阶乘描述它,而我们将使用更简单的递归函数--对一个列表求和。 yeeyan Here is an implementation of a factorial calculator, where we use a conventional technique of calling a second, nested method to do the work. 这里是一个阶乘计算器的实现,我们会使用一种常规的方法,通过调用第二个,嵌套的方法来完成计算。 yeeyan Like particles, you have to divide by N factorial. . 像粒子这样,你需要除以 N的阶乘。163 Now, let's return to the factorial function. 现在,让我们回到阶乘函数上来。 ibm Results will later be displayed in the labels beneath the factorial buttons. 结果稍后将显示在阶乘按钮下方的标签中。 kuenglish So there's no N factorial involved here. 所以不包含 N的阶乘。163 So let's just break that out then, and use the Stirling's approximation for each of the factorial terms. 那让我们在这指出,使用斯特林近似,对每一阶乘项。163 That is, now we have to divide by NA factorial times NB factorial. 就是说,现在我们要除以 NA的阶乘乘以 NB的阶乘的积。163 The file may also be imported by another file to reuse the Factorial class without running the test case. 还可以用另一个文件引入这个文件,以重复使用 Factorial类但不必运行测试用例。 ibm There are a few features of this factorial function that are interesting. 这个阶乘函数有几个非常有趣的地方。 ibm These results evaluate to infinity, as the number returned by a 10,000,000 factorial is too large for a double- precision variable to contain. 估计这些结果会无限大,因为10,000,000的阶乘返回的数字对于双精度变量而言太大,以至超出了它包含的范围。 kuenglish This limits greatly the possible range of your factorial function. 这极大地限制了阶乘函数的可能范围。 ibm To begin looking at SPU assembly language, I will enter in a simple program for calculating the factorial of a32-bit number using a recursive algorithm. 在开始介绍 SPU汇编语言之前,先来看一个通过递归算法计算32位数的阶乘的简单程序。 ibm |