lambda
英音[ ˈlæmdə ] 美音[ ˈlæmdə ]

拉姆达

常用释义

词性释义

n.

希腊字母的第11个;星座中第11颗星;λ噬菌体(基因研究中所用的噬菌体病毒);人字缝尖;(生化)λ链

n.

(Lambda)(美)兰布达(人名)
例句
  • 全部
  • 拉姆达
Scheme splits it up into two separate procedures -- lambda, which defines the function, and define, which gives it a name.
但Scheme将其划分为两个独立的过程——lambda定义函数,define为函数命名。
它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
如果你只是想创建一个临时函数,并不想给它一个命名,lambda如你所愿。
在一个函数调用的参数表内出现的[]方括弧构造,以之标示出一个lambda表达式的存在。我们举例来看。
The underlying type of a lambda expression is one of the generic Func delegates.
Lambda表达式的基础类型是泛型Func委托之一。
事实上,如果lambda表达式首先被引入语言,那么就不会有对匿名方法的需要了。
他在那篇文章里用了非常好的图表来表现说明一些Lambda树的表达式树表示形式。
For starters, the brevity of the lambda expression can be attributed to a number of factors.
对于初学者而言,lambda表达式简明扼要的原因有很多。
这样能以参数形式传递lambda表达式,而不用显式将其分配给委托。
Before Perry v. Schwarzenegger, Lambda Legal, an advocacy group, had been conducting a careful campaign in state legislatures and courts.
在Perryv.Schwarzenegger之前,同性恋法律辩护团体兰姆达法律(LambdaLegal)已经在各州立法机构和法院进行周密战斗。
但是,与DWDM不同,光波长交换在光网络设备中注入了智能,这种智能是围绕一组尚在演变中的标准建立起来的。
在这个示例中,变量r的值是20,和我们之前举的将lambda表达式直接赋给一个委托类型得到的结果一样。
被认为是世界上最好的橄榄油之一,拉姆达可在严格的数量有限。
Lambda functions are handy for a number of instances, most notably for many PHP functions that accept a callback function.
对于大多数实例来说,尤其对于接受回调函数的许多PHP函数来说,Lambda函数非常方便。
一般来说,lambda函数接收任何数目的参数,并返回单个表达式的值。
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。
IanGriffiths在他关于表达式树文章中,给出了一个非常不错的Lambda表达式介绍,以及Lambda与表达式树的关系。
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)。
In the fourth photo released by NASA, the running chicken nebula, also known as nebula IC 2944 or Lambda Centauri, is shown.
美国国家航空和宇宙航行局公布的第四张图片展现的是跑步小鸡星云,也称为IC2944星云,或者人马座λ星云。
Project Lambda will enable Java to work much more effectively with multicore processing systems.
Lambda使得Java可有效运行在多核心处理器系统上。
表达式闭包是定义简单函数的一种便捷方式,用来模仿lambda符号。
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函数。
The function defined with lambda is a function used by the macro transformer to convert the expression x into its expansion.
用lambda定义的函数由宏转换器用来将表达式转换为展开形式。
匿名方法和lambda表达式扩展了值的范围,以包含代码块。
闭包函数和lambda函数绝对不是新出现的概念;它们均来自函数编程领域。
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函数。
If a function is to be a once-and-done operation, use a lambda and simply your code.
如果函数是一劳永逸的操作,可采用lambda并简化您的代码。
在Scheme中,使用lambda特殊行为来定义函数,它会创建并返回一个没有名称的过程。
光波长交换有望带来很多的好处,但剩下的工作就是确定标准协议如何实现这些好处。
Parameters:获取Lambda表达示的参数;
1·You have probably noticed by now that there's a fair bit of lambda syntax in the test.
您可能已经注意到现在有一个语法的拉姆达在测试公平位。