lambda

美 ['læmdə]英 ['læmdə]
  • n.希腊字母表的第 11 个字母
  • 网络拉姆达;表达式;波长

复数:lambdas

lambdalambda

lambda

n.

拉姆达

拉姆达Lambda)表达式,匿名方法的一种进化,为委托类型和表达式树提供了改进的类型推断和转换。 对象初始化器,使得 …

表达式

Struts2深入详解_百度百科 ... 7.3.7.2 JavaBean 的索引属性 7.3.9 lambda 表达式 7.5.3 top 关键字 ...

波长

ε_百度百科 ... kappa 介质常数,绝热指数 lambda 波长,体积,导热系数 omicron 高阶无穷小函数 ...

兰帕达

户外服装 【行情 价格 评价 正品行货】 ... DOWELL 多为 LAMBDA 兰帕达 INBIKE 英派 ...

兰布达

ξ_百度百科 ... kappa 卡帕 lambda 兰布达 mu 缪 ...

希腊字母

希腊字母∧(lambda),下载拼音加加输入码,直接在键盘上按dxxl就有大写的希腊字母。

兰姆达

数学符号_百度百科 ... Iota 约塔 Lambda 兰姆达 Mu 谬 ...

噬菌体

为了改善这种情况,结合了pBR322的载体特性和噬菌体λ(lambda)的壳蛋白包裹(packing)特性发展出cosmid pHC79 (Hohn and …

1
Scheme splits it up into two separate procedures -- lambda, which defines the function, and define, which gives it a name. 但Scheme将其划分为两个独立的过程——lambda定义函数,define为函数命名。
2
Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion. 它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
3
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. 如果你只是想创建一个临时函数,并不想给它一个命名,lambda如你所愿。
4
The[]construct inside a function call's argument list indicates the beginning of a lambda expression. Let's see a lambda example. 在一个函数调用的参数表内出现的[]方括弧构造,以之标示出一个lambda表达式的存在。我们举例来看。
5
The underlying type of a lambda expression is one of the generic Func delegates. Lambda表达式的基础类型是泛型Func委托之一。
6
In fact, if lambda expressions had been put into the language first, there would have been no need for anonymous methods. 事实上,如果lambda表达式首先被引入语言,那么就不会有对匿名方法的需要了。
7
He has a great diagram there showing the expression tree representation of a few lambda expressions. 他在那篇文章里用了非常好的图表来表现说明一些Lambda树的表达式树表示形式。
8
For starters, the brevity of the lambda expression can be attributed to a number of factors. 对于初学者而言,lambda表达式简明扼要的原因有很多。
9
This makes it possible to pass a lambda expression as a parameter without explicitly assigning it to a delegate. 这样能以参数形式传递lambda表达式,而不用显式将其分配给委托。
10
Before Perry v. Schwarzenegger, Lambda Legal, an advocacy group, had been conducting a careful campaign in state legislatures and courts. 在Perryv.Schwarzenegger之前,同性恋法律辩护团体兰姆达法律(LambdaLegal)已经在各州立法机构和法院进行周密战斗。
11
But unlike DWDM, lambda switching injects intelligence, built around a set of evolving industry standards, into optical network gear. 但是,与DWDM不同,光波长交换在光网络设备中注入了智能,这种智能是围绕一组尚在演变中的标准建立起来的。
12
In this example, the value of r is 20, just like the previous example where we assigned the lambda directly to a delegate type. 在这个示例中,变量r的值是20,和我们之前举的将lambda表达式直接赋给一个委托类型得到的结果一样。
13
Considered one of the best olive oils in the world, Lambda is available in strictly limited quantities. 被认为是世界上最好的橄榄油之一,拉姆达可在严格的数量有限。
14
Lambda functions are handy for a number of instances, most notably for many PHP functions that accept a callback function. 对于大多数实例来说,尤其对于接受回调函数的许多PHP函数来说,Lambda函数非常方便。
15
In general, a lambda function is a function that takes any number of arguments and returns the value of a single expression. 一般来说,lambda函数接收任何数目的参数,并返回单个表达式的值。
16
The lambda expression returns true if the length of the String parameter is equal to the value of the Int32 parameter. 如果String参数的长度等于Int32参数的值,则此lambda表达式将返回true。
17
In his article on expression trees Ian Griffiths gives a great introduction to lambda expressions and their relation to expression trees. IanGriffiths在他关于表达式树文章中,给出了一个非常不错的Lambda表达式介绍,以及Lambda与表达式树的关系。
18
Giles starts with the Greek letters pi, lambda and the word meta to lead over to metaprogramming (5: 25). Giles首先以希腊字母pi、lambda和单词meta为元编程开头(5:25)。
19
In the fourth photo released by NASA, the running chicken nebula, also known as nebula IC 2944 or Lambda Centauri, is shown. 美国国家航空和宇宙航行局公布的第四张图片展现的是跑步小鸡星云,也称为IC2944星云,或者人马座λ星云。
20
Project Lambda will enable Java to work much more effectively with multicore processing systems. Lambda使得Java可有效运行在多核心处理器系统上。
21
Expression closures are a shorthand method of defining simple functions that mimics lambda notation. 表达式闭包是定义简单函数的一种便捷方式,用来模仿lambda符号。
22
Now that we've seen some historical perspective on where these concepts have come from, let's look at lambda functions in PHP. 现在我们已经了解了这些概念的历史,让我们查看PHP中的lambda函数。
23
The function defined with lambda is a function used by the macro transformer to convert the expression x into its expansion. 用lambda定义的函数由宏转换器用来将表达式转换为展开形式。
24
Anonymous methods and lambda expressions extend the range of the values to include code blocks. 匿名方法和lambda表达式扩展了值的范围,以包含代码块。
25
The concepts of closures and lambda functions are definitely not new ones; they both come from the functional programming world. 闭包函数和lambda函数绝对不是新出现的概念;它们均来自函数编程领域。
26
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的新特性评奖的话,得头奖的应该是lambda函数。
27
If a function is to be a once-and-done operation, use a lambda and simply your code. 如果函数是一劳永逸的操作,可采用lambda并简化您的代码。
28
In Scheme, functions are defined by the use of the lambda special form, which creates and returns a nameless procedure. 在Scheme中,使用lambda特殊行为来定义函数,它会创建并返回一个没有名称的过程。
29
Lambda switching promises numerous benefits, but there is work left to determine how standard protocols will deliver them. 光波长交换有望带来很多的好处,但剩下的工作就是确定标准协议如何实现这些好处。
30
Parameters: Retrieve the parameters of the lambda expression. Parameters:获取Lambda表达示的参数;