• Now, invoke the next factorial.

    现在调用一个factorial

    youdao

  • Now, let's return to the factorial function.

    现在我们回到阶乘函数上来。

    youdao

  • The function would continually call factorial.

    函数连续不断地调用factorial

    youdao

  • Like particles, you have to divide by N factorial..

    粒子这样,需要除以n阶乘

    youdao

  • Now, in the new call to factorial, num is set to 3.

    现在一次调用factorial时,num设置3。

    youdao

  • The recursive C code is return num * factorial(num - 1).

    归的C代码returnnum *factorial(num-1)。

    youdao

  • You then branch to the function using brsl $lr, factorial.

    然后需要使用brsl $lr, factorial函数进行分支

    youdao

  • This limits greatly the possible range of your factorial function.

    极大地限制阶乘函数可能范围

    youdao

  • That is, now we have to divide by NA factorial times NB factorial.

    就是说现在我们除以NA阶乘乘以nb的阶乘的积。

    youdao

  • We only use it the first time we call fact, at the end of factorial.

    我们第一调用fact时候需要,也就是在factorial最后

    youdao

  • After computing the factorial, you now want to print it out using printf.

    计算阶乘之后现在需要printf其打印出来

    youdao

  • The symbol now has two meanings, the combinatorial and the factorial.

    现在符号两重意义,组合意义和阶乘意义。

    youdao

  • Write a function that calculates a number's factorial using recursion.

    写出一个递归来计算阶乘函数

    youdao

  • Results will later be displayed in the labels beneath the factorial buttons.

    结果稍后显示阶乘按钮下方标签中。

    youdao

  • If you try to call fact outside of factorial, you will get a compiler error.

    如果尝试factorial之外调用fact,你得到一个编译错误

    youdao

  • The same method to calculate the factorial, this time written for the Duby compiler.

    下面同样计算阶乘方法这次针对Duby编译器而写

    youdao

  • What you want to do with this value in register 3 is to calculate the factorial of it.

    寄存器3计算阶乘

    youdao

  • Then, because num is greater than 0, factorial will be called again, this time with 3.

    然后由于 num大于0,因此再次调用factorial不过这次是计算 3 的阶乘了。

    youdao

  • If you've written factorial code, you've probably noticed that the code is still wrong.

    编写了阶乘代码后,可能发现代码有错误

    youdao

  • In this program you will have two stack frame sizesone for main and one for factorial.

    程序中,需要两个堆栈框架大小——用于main,一个用于factorial

    youdao

  • Therefore, you need to pass it as the first (and only) parameter to the factorial function.

    因而需要作为第一个(也是惟一一个)参数传递factorial函数

    youdao

  • So let's just break that out then, and use the Stirling's approximation for each of the factorial terms.

    我们在这指出使用斯特林近似每一阶乘项。

    youdao

  • What happens, for instance, if you try to find the value of the factorial of 4? Let's follow the sequence

    例如如果我们要计算4阶乘为多少,到底会发生什么呢?

    youdao

  • Recall our factorial method in the section called "Nesting method Definitions", previously in this chapter.

    回忆我们上一章中嵌套方法定义章节看到的factorial方法。

    youdao

  • For fractional factorial designs several different approaches to estimate this variance have been suggested.

    因子设计而言,现已有若干种不同方法估计实验误差方差。

    youdao

  • The factorial of a number is computed as that number times all of the Numbers below it up to and including 1.

    计算某个阶乘就是那个包括1在内的所有

    youdao

  • We did the factorial function earlier and it's the product of a number and the factorial of that number minus one.

    早些时候我们编写过个计算fibtorial函数便是某factorial数的.

    youdao

  • There is nothing to stop it when it hits zero, so it would continue calling factorial on zero and the negative numbers.

    计算到零时没有条件停止所以继续调用负数阶乘

    youdao

  • For an exercise in class definition, you'll use the caching factorial calculator of factorial.py, shown in Listing 4.

    我们高速缓存阶乘计算器factorial . py作为定义练习如清单4所

    youdao

  • Did you notice that we use I as a parameter name twice, first in the factorial method and again in the nested fact method?

    注意到了吗,我们i作为一个参数名字第一次factorial方法里,然后是在嵌套fact方法里。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定