青年中文青年中文

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.───之所以需要這么做是因為參數會在遞歸函數調用上被截斷,而以后卻還需要訪問它。

英語使用場景