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

lambda

lambda

美 ['læmd?]  英 ['læmd?]

  • n.希臘字母表的第 11 個(gè)字母
  • 網(wǎng)絡(luò)拉姆達(dá);表達(dá)式;波長(zhǎng)

詞形變化

復(fù)數(shù):lambdas  

英漢雙解

n.
1.
希臘字母表的第 11 個(gè)字母the 11th letter of the Greek alphabet (Λ, λ)

英漢解釋

n.
1.
希臘語第十一個(gè)字母
2.
微升
3.
λ粒子

英英解釋

n.

例句

Scheme splits it up into two separate procedures -- lambda, which defines the function, and define, which gives it a name.

Scheme劃分兩個(gè)獨(dú)立過程——lambda定義函數(shù),define函數(shù)命名。

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)用程序以及遞歸概念。

Lambda If you just want to create a temporary function and don't want to bother giving it a name, lambda is what you need.

如果只是創(chuàng)建一個(gè)臨時(shí)函數(shù),并不一個(gè)命名lambda。

The[]construct inside a function call's argument list indicates the beginning of a lambda expression. Let's see a lambda example.

一個(gè)函數(shù)調(diào)用參數(shù)內(nèi)出現(xiàn)[]括弧構(gòu)造,標(biāo)示一個(gè)lambda表達(dá)式存在。我們舉例來看。

The underlying type of a lambda expression is one of the generic Func delegates.

Lambda表達(dá)基礎(chǔ)類型Func委托之一。

In fact, if lambda expressions had been put into the language first, there would have been no need for anonymous methods.

事實(shí)上,如果lambda表達(dá)首先引入語言,那么不會(huì)對(duì)匿名方法需要

He has a great diagram there showing the expression tree representation of a few lambda expressions.

文章非常好圖表表現(xiàn)說明一些Lambda表達(dá)表示形式。

For starters, the brevity of the lambda expression can be attributed to a number of factors.

對(duì)于學(xué)者而言,lambda表達(dá)式簡(jiǎn)明扼要原因很多。

This makes it possible to pass a lambda expression as a parameter without explicitly assigning it to a delegate.

這樣參數(shù)形式傳遞lambda表達(dá)式而不用顯式分配委托。

Before Perry v. Schwarzenegger, Lambda Legal, an advocacy group, had been conducting a careful campaign in state legislatures and courts.

Perryv.Schwarzenegger之前同性戀法律辯護(hù)團(tuán)體蘭姆達(dá)法律LambdaLegal已經(jīng)立法機(jī)構(gòu)法院進(jìn)行周密戰(zhàn)斗。

But unlike DWDM, lambda switching injects intelligence, built around a set of evolving industry standards, into optical network gear.

但是,DWDM不同,波長(zhǎng)交換網(wǎng)絡(luò)設(shè)備注入智能,這種智能圍繞演變標(biāo)準(zhǔn)建立起來。

In this example, the value of r is 20, just like the previous example where we assigned the lambda directly to a delegate type.

這個(gè)示例,變量r20,我們之前lambda表達(dá)直接一個(gè)委托類型得到結(jié)果一樣。

Considered one of the best olive oils in the world, Lambda is available in strictly limited quantities.

認(rèn)為世界最好橄欖油之一,拉姆達(dá)嚴(yán)格數(shù)量有限。

Lambda functions are handy for a number of instances, most notably for many PHP functions that accept a callback function.

對(duì)于大多數(shù)實(shí)例來說,尤其對(duì)于接受回調(diào)函數(shù)許多PHP函數(shù)來說,Lambda函數(shù)非常方便

In general, a lambda function is a function that takes any number of arguments and returns the value of a single expression.

一般來說,lambda函數(shù)接收任何數(shù)目參數(shù)返回單個(gè)表達(dá)式。

The lambda expression returns true if the length of the String parameter is equal to the value of the Int32 parameter.

如果String參數(shù)長(zhǎng)度等于Int32參數(shù)lambda表達(dá)式返回true。

In his article on expression trees Ian Griffiths gives a great introduction to lambda expressions and their relation to expression trees.

IanGriffiths關(guān)于表達(dá)文章,一個(gè)非常不錯(cuò)Lambda表達(dá)介紹,以及Lambda表達(dá)關(guān)系。

Giles starts with the Greek letters pi, lambda and the word meta to lead over to metaprogramming (5: 25).

Giles首先希臘字母pilambda單詞meta編程開頭(5:25)。

In the fourth photo released by NASA, the running chicken nebula, also known as nebula IC 2944 or Lambda Centauri, is shown.

美國(guó)國(guó)家航空宇宙航行公布第四圖片展現(xiàn)跑步小雞星云稱為IC2944星云,或者人馬座λ星云

Project Lambda will enable Java to work much more effectively with multicore processing systems.

Lambda使得Java有效運(yùn)行核心處理器系統(tǒng)。

Expression closures are a shorthand method of defining simple functions that mimics lambda notation.

表達(dá)式閉包定義簡(jiǎn)單函數(shù)一種便捷方式用來模仿lambda符號(hào)。

Now that we've seen some historical perspective on where these concepts have come from, let's look at lambda functions in PHP.

現(xiàn)在我們已經(jīng)了解這些概念歷史,我們查看PHPlambda函數(shù)。

The function defined with lambda is a function used by the macro transformer to convert the expression x into its expansion.

lambda定義函數(shù)轉(zhuǎn)換用來表達(dá)轉(zhuǎn)換展開形式。

Anonymous methods and lambda expressions extend the range of the values to include code blocks.

匿名方法lambda表達(dá)擴(kuò)展范圍包含代碼。

The concepts of closures and lambda functions are definitely not new ones; they both come from the functional programming world.

函數(shù)lambda函數(shù)絕對(duì)不是出現(xiàn)概念;它們來自函數(shù)編程領(lǐng)域

If there's a prize for hype associated with a specific new feature of the C++0x standard, lambda functions take the crown.

如果C++0x特性評(píng)獎(jiǎng)的話,頭獎(jiǎng)應(yīng)該lambda函數(shù)。

If a function is to be a once-and-done operation, use a lambda and simply your code.

如果函數(shù)一勞永逸操作,采用lambda簡(jiǎn)化代碼

In Scheme, functions are defined by the use of the lambda special form, which creates and returns a nameless procedure.

Scheme,使用lambda特殊行為定義函數(shù)會(huì)創(chuàng)建返回一個(gè)沒有名稱過程。

Lambda switching promises numerous benefits, but there is work left to determine how standard protocols will deliver them.

波長(zhǎng)交換有望帶來很多好處,剩下工作就是確定標(biāo)準(zhǔn)協(xié)議如何實(shí)現(xiàn)這些好處。

Parameters: Retrieve the parameters of the lambda expression.

Parameters獲取Lambda表達(dá)參數(shù);

You may be familiar with closures if you've done any coding in Python or Jython, where a closure is introduced using the lambda keyword.

如果曾經(jīng)PythonJython編寫代碼,那么可能對(duì)比較熟悉,語言,lambda關(guān)鍵字引入

The idea of lambda functions comes from mathematics work back in the 1930s.

lambda函數(shù)理念源于20世紀(jì)30年代數(shù)學(xué)研究。

JavaFX was designed to be amenable to the "lambda" language feature planned for Java SE 8.

JavaFX設(shè)計(jì)適合JavaSE8lambda語言特性計(jì)劃。

For truly heavy loads, the Gungans have domesticated the lambda, a nine - meter tall four-legged swamp lizard.

對(duì)于相當(dāng)沉重貨物馴養(yǎng),一種公尺、沼澤。

The key to lambda switching is the ability to automatically connect optical network endpoints.

波長(zhǎng)交換關(guān)鍵自動(dòng)連接網(wǎng)絡(luò)端點(diǎn)能力。

Now RubyMine's editor knows and understands the new lambda syntax, local variables semantics, etc.

現(xiàn)在RubyMine編輯器知道并且理解lambda語法、局部變量語義。

For transport of storm trooper detachments, the Empire employed a landing vessel based on the tri-foil design of the Lambda-class shuttle.

運(yùn)送沖鋒隊(duì)帝國(guó)運(yùn)用一種登陸飛船,蘭姆達(dá)級(jí)穿梭機(jī)設(shè)計(jì)方案基礎(chǔ)。

This is similar to a lambda and similar constructs used in many other languages.

其它語言Lambda表達(dá)類似結(jié)構(gòu)相似。

Closures, and the related concept lambda expressions, are used throughout the LINQ query design.

閉包,lambda表達(dá)相關(guān)一個(gè)概念,貫穿整個(gè)LINQ查詢設(shè)計(jì)。

Finally, the last expression applies the lambda expression to the list containing (101 102).

最終,最后一個(gè)表達(dá)式對(duì)包含(101102)列表應(yīng)用這個(gè)lambda表達(dá)式。

熱門查詢