国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

recursion

recursion

美 [r?'k?:?n]  英 [r?'k?:?n]

  • n.遞歸
  • 網(wǎng)絡(luò)遞回;循環(huán);遞推

英漢雙解

n.
1.
遞歸the process of repeating a function , each time applying it to the result of the previous stage

英漢解釋

n.
1.
【數(shù)】遞歸(式);遞推,循環(huán)

英英解釋

n.

例句

This code uses the concept of recursion to call the main function multiple times until the last directory has been traversed.

代碼利用概念多次調(diào)用函數(shù),直至處理最后一個目錄為止

And thus, the ability to understand pointers and recursion is directly correlated with the ability to be a great programmer.

因此,是否真正理解指針,是否一個優(yōu)秀程序員直接相關(guān)

Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion.

稱為lambda演算用于研究函數(shù)定義應(yīng)用程序以及概念

Too many method calls is often indicative of a very deep or unbounded recursion.

過多方法調(diào)用通常意味存在非常無限。

The last function you're going to create is going to take some recursion, where the true power of list processing using Lisp lies.

將要創(chuàng)建最后一個函數(shù)執(zhí)行一些操作使用Lisp進(jìn)行列表處理真正強(qiáng)大。

Recursion allows defining policies higher up in a domain and enforce them on all the component implementations and interactions within.

允許高層定義策略,然后它們強(qiáng)制內(nèi)部所有組件實現(xiàn)交互。

Recursion is one of the familiar methods in algorithm design and analysis, and through this method many efficient algorithms can be found.

算法設(shè)計常用方法之一,利用可以得到很多高效算法。

Likewise, when print_report_irecurses, there is nothing left that it does after the point of recursion.

同樣,當(dāng)print_report_i再次調(diào)用,之后不再任何事情。

Recursion relies on a stack-based approach to passing variables. Many small machines have no hardware support for a stack.

依靠一個基于堆疊方法傳遞變數(shù)許多系統(tǒng)沒有硬體支持堆疊

Recursion relies on a "virtual stack" that purportedly has no real memory constraints.

依賴虛擬堆疊看來沒有真正記憶限制。

Induction and the related concept of recursion also provide means of counting.

歸納以及與相關(guān)概念可以提供計數(shù)方法。

This could certainly prove useful for complex programs implementing a great deal of recursion or with complicated loop conditions.

可以用來證明極其復(fù)雜,含有大量以及循環(huán)結(jié)構(gòu)程序是否有效。

The processing of these lists using recursion and Lisp functions like car and cdr is the power of list processing using Lisp.

使用諸如carcdr之類Lisp函數(shù)處理這些列表使用Lisp處理列表強(qiáng)大。

A common question when running queries is: "How does this element relate to the beginning of the recursion? "

運(yùn)行查詢一個常見問題:“這個元素開始怎樣關(guān)系?”

Doing so would be a useful exercise, and a helpful lesson in runaway recursion.

這樣十分有用練習(xí),并且失控非常有用。

As a result, just trying to expand the structure directly leads to infinite recursion loops.

所以,直接展開結(jié)構(gòu),可能會形成無限循環(huán)。

A simple recursion formula can then be used to solve such a system.

一個簡單重復(fù)公式用來這樣方程。

In the definition above, we've written the function with explicit recursion. We'll use the Y combinator to get rid of that!

上面定義,我們編寫一個顯式程序。我們使用Y組合清除。

In this paper, using recursion formula of the adjoint polynomial, we shall obtain adjoint polynomials of two graphs.

本文運(yùn)用伴隨公式伴隨。

Finally, by means of the formulae of recursion and back-substitution presented in this paper the problem is worked out.

最后本文推回公式進(jìn)行求解。實例表明計算結(jié)果實驗相符。

Results A recursion formula to the solutions of a class of linear ordinary differential equations with constant coefficients is given.

結(jié)果一類系數(shù)線性微分方程公式

Recursion is actually a way of defining functions in which the function is applied inside its own definition.

實際上定義一個調(diào)用自身函數(shù)方式。

Will use recursion to acquire the lock on each bucket and rehash the elements from each bucket into a new, larger hash table.

使用獲取每個bucket并重每個bucket元素一個、更大hash。

Left-recursion is more efficient and, for large input sets, may be the only viable option.

向左有效而且較大輸入來說,可能惟一可行選擇

The lengthy code snippet shown in Listing 6 uses a recursion technique inspired by the PHP open source community (see Resources).

清單6段長代碼片段采用PHP開放源碼社區(qū)請參閱參考資料提出技術(shù)。

In BNF , the only way to indicate a list of an arbitrary number of elements is through recursion .

BNF表示,為了表示任意個數(shù)元素唯一方法通過歸來定義

Remember that the concatenation using concat2 requires two strings, so a number will cause this function to break within the recursion.

記住,使用concat2進(jìn)行連接要求使用兩個字符串,因此數(shù)字導(dǎo)致函數(shù)之間中斷

Most call stack errors are related to one of these two recursion patterns.

大多數(shù)調(diào)用錯誤模式之一有關(guān)

Secondly, the least square method by recursion is carried on modeling for the disturbing force and moment of random sea.

其次利用最小二乘法隨機(jī)海浪擾動擾動力矩進(jìn)行

Gets the number of times the current thread has entered the lock in upgradeable mode, as an indication of recursion.

獲取一個,指示當(dāng)前線程是否進(jìn)入讀取模式鎖定狀態(tài)。

Workflow is the core of the system, which used recursion method to accomplish its workflow execution.

工作系統(tǒng)核心部分,采用方式實現(xiàn)工作執(zhí)行過程;

condition of a kind of jump Vandermonde matrix through linear equations, and recursion formula and the expression of its inverse Matrix.

利用線性方程一類跳行范德蒙矩陣可逆條件,矩陣公式矩陣表示

Some recursion formulae of Bessel functions are derived from such practice problems as well.

實際問題出發(fā),推導(dǎo)一類貝塞爾函數(shù)公式

Tree models partition space of variables imported in a recursion way, and their aim to maximize evaluation function about purity of sorts.

模型一種方式劃分輸入變量空間目的最大化關(guān)于純度評價函數(shù)

Just like static detection of bad generic constructor calls, forbidding polymorphic recursion conflicts with incremental class compilation.

靜態(tài)檢測糟糕泛型構(gòu)造函數(shù)調(diào)用一樣,禁止多態(tài)遞增式編譯發(fā)生沖突

Recursion means repetition in subelements, like the pattern of veins in a leaf.

手段重復(fù)子元素,葉脈排列。

Said of software that calls itself. Recursion should generally be avoided in an embedded system, since it frequently requires a large stack.

自己調(diào)用自己程序說法。一般嵌入式系統(tǒng),因為常常占有大量堆棧空間

In functional languages, most tasks that are accomplished with loops in traditional languages are instead accomplished with recursion.

函數(shù)編程,傳統(tǒng)語言中用循環(huán)完成多數(shù)任務(wù)可以使用歸來完成。

It is possible to write pure SQL statements with complex recursion to do this.

可以通過編寫帶有復(fù)雜SQL語句實現(xiàn)。

Recursion permits you to explore possible routes through this graph.

使用可以通過圖形查看可能路線

熱門查詢