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

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

    youdao

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

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

    youdao

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

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

    youdao

  • This functionality works well as a recursive application, as shown in the sample factorial function in Listing 4.

    这个功能作为递归应用程序工作良好清单4中的样本阶乘函数

    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

  • Don't be taken aback by the size of the code — it's mostly comments and declarations (the factorial function itself only has 16 instructions).

    代码看起来比较多,但您也无需望而却步,因为其中大部分都是注释声明(阶乘函数本身只有16个指令)。

    youdao

  • The best way to see why stacks are needed is to look at recursive functions. For simplicity, let's look at the recursive implementation of the factorial function.

    了解为什么需要堆栈最好方法查看递归函数情况。

    youdao

  • This function, since it calls itself, makes very good use of stack frames. Let's look at how the factorial function would work in assembly language (enter as factorial.s)

    这个函数调用自己开始,就使用堆栈

    youdao

  • Before moving into a discussion of the factorial function, look at the layout of a stack frame more closely. Here is how the stack is supposed to be laid out according to the abi.

    讨论factorial函数之前,先了解堆栈框架布局

    youdao

  • Since factorials of numbers less than 1 don't make any sense, we stop at the number 1 and return the factorial of 1 (which is 1). Therefore, the real factorial function will look like this

    由于小于1阶乘没有任何意义所以我们计算到数字 1 的时候停止返回 1阶乘 1)。

    youdao

  • The epilogue will be discussed in the analysis of the factorial code, but it basically just takes down the stack frame and returns to the previous function.

    该段代码尾声(epilogue)分析factorial 代码时再作讨论总的来说,的作用是结束堆栈框架返回先前的函数

    youdao

  • The function would continually call factorial.

    函数连续不断地调用factorial

    youdao

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

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

    youdao

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

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

    youdao

  • Otherwise, a recursive function is used to calculate the factorial.

    否则使用递归函数计算阶乘

    youdao

  • In a straightforward way, this paper introduce the solution and each characteristic of marker methods, function methods, threshold methods and factorial methods based on VB environment.

    该文中简单的介绍基于VB环境标记临界值判断法、函数以及因子法的解题方法它们各自特点

    youdao

  • Using gamma function, the paper popularized the common conceptions of the usual factorial, permutation and combination and proved some combination formulas in common use.

    依照伽马函数通常阶乘排列组合概念进行了推广证明了一些常用的组合公式

    youdao

  • Using gamma function, the paper popularized the common conceptions of the usual factorial, permutation and combination and proved some combination formulas in common use.

    依照伽马函数通常阶乘排列组合概念进行了推广证明了一些常用的组合公式

    youdao

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

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

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