recursive function信息详情

recursive function发音

意思翻译

[数]递归函数

相似词语短语

function───n.功能;[数]函数;职责;盛大的集会;vi.运行;活动;行使职责

leveling function───调平功能

basic function───基本功能;[数]基本函数

clasper function───扣合器功能

function generator───信号(函数)发生器;信号[函数]发生器

nucleolus function───核仁函数

trigonometrical function───三角函数

urethra function───尿道功能

constant function───常数函数,[数]常值函数

双语使用场景

You've implemented a recursive function in Lisp.───您已经在Lisp中实现了递归函数。

Next, you'll create a recursive function."───接下来,创建递归函数。

Converting a common loop to a recursive function.───将一个常见的循环转化为递归函数。

Probably the best way to understand is with a real example and to do that, we need a recursive function.───可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。

When we converted our loop to a recursive function, the recursive call was the last thing that the function did.───当我们将循环转化为递归函数时,递归调用是函数所做的最后一件事情。

Let's take a look at a common loop for printing reports and see how it can convert into a recursive function.───让我们来研究一个打印报表的常见循环,了解如何将它转化为一个递归函数。

Our next example of a recursive function on lists will be a little more complicated.───我们的下一个基于列表的递归函数示例要稍微复杂一些。

The steps required to write such a recursive function are listed below, and Listing 3 presents the source code of the function itself.───编写这种递归函数需要执行的步骤如下所示,清单3给出了这个函数的源代码。

You need to do this because your parameter will get clobbered on the recursive function call, and you will need access to it afterwards.───之所以需要这么做是因为参数会在递归函数调用上被截断,而以后却还需要访问它。

英语使用场景