网站首页  词典首页

请输入您要查询的英文单词:

 

单词 lambda
释义

lambda

美 ['læmd?]
英 ['læmd?]
  • n.希腊字母表的第 11 个字母
  • 网络拉姆达;表达式;波长
复数:lambdas  
lambda
n.
1.
希腊字母表的第 11 个字母the 11th letter of the Greek alphabet (Λ, λ)

例句

释义:
1.
Scheme splits it up into two separate procedures -- lambda, which defines the function, and define, which gives it a name.
但Scheme将其划分为两个独立的过程——lambda定义函数,define为函数命名。
www.ibm.com
2.
Known as lambda calculus, it was designed to investigate the function definition and application, as well as the concept of recursion.
它被称为lambda演算,用于研究函数定义与应用程序以及递归概念。
www.ibm.com
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如你所愿。
www.cnptop.com
4.
The[]construct inside a function call's argument list indicates the beginning of a lambda expression. Let's see a lambda example.
在一个函数调用的参数表内出现的[]方括弧构造,以之标示出一个lambda表达式的存在。我们举例来看。
www.bing.com
5.
The underlying type of a lambda expression is one of the generic Func delegates.
Lambda表达式的基础类型是泛型Func委托之一。
msdn2.microsoft.com
6.
In fact, if lambda expressions had been put into the language first, there would have been no need for anonymous methods.
事实上,如果lambda表达式首先被引入语言,那么就不会有对匿名方法的需要了。
msdn.microsoft.com
7.
He has a great diagram there showing the expression tree representation of a few lambda expressions.
他在那篇文章里用了非常好的图表来表现说明一些Lambda树的表达式树表示形式。
blog.joycode.com
8.
For starters, the brevity of the lambda expression can be attributed to a number of factors.
对于初学者而言,lambda表达式简明扼要的原因有很多。
msdn.microsoft.com
9.
This makes it possible to pass a lambda expression as a parameter without explicitly assigning it to a delegate.
这样能以参数形式传递lambda表达式,而不用显式将其分配给委托。
msdn2.microsoft.com
10.
Before Perry v. Schwarzenegger, Lambda Legal, an advocacy group, had been conducting a careful campaign in state legislatures and courts.
在Perryv.Schwarzenegger之前,同性恋法律辩护团体兰姆达法律(LambdaLegal)已经在各州立法机构和法院进行周密战斗。
www.bing.com
1.
But unlike DWDM, lambda switching injects intelligence, built around a set of evolving industry standards, into optical network gear.
但是,与DWDM不同,光波长交换在光网络设备中注入了智能,这种智能是围绕一组尚在演变中的标准建立起来的。
www2.ccw.com.cn
2.
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表达式直接赋给一个委托类型得到的结果一样。
blog.joycode.com
3.
Considered one of the best olive oils in the world, Lambda is available in strictly limited quantities.
被认为是世界上最好的橄榄油之一,拉姆达可在严格的数量有限。
www.512121.com
4.
Lambda functions are handy for a number of instances, most notably for many PHP functions that accept a callback function.
对于大多数实例来说,尤其对于接受回调函数的许多PHP函数来说,Lambda函数非常方便。
www.ibm.com
5.
In general, a lambda function is a function that takes any number of arguments and returns the value of a single expression.
一般来说,lambda函数接收任何数目的参数,并返回单个表达式的值。
www-128.ibm.com
6.
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。
msdn2.microsoft.com
7.
In his article on expression trees Ian Griffiths gives a great introduction to lambda expressions and their relation to expression trees.
IanGriffiths在他关于表达式树文章中,给出了一个非常不错的Lambda表达式介绍,以及Lambda与表达式树的关系。
www.infoq.com
8.
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)。
www.infoq.com
9.
In the fourth photo released by NASA, the running chicken nebula, also known as nebula IC 2944 or Lambda Centauri, is shown.
美国国家航空和宇宙航行局公布的第四张图片展现的是跑步小鸡星云,也称为IC2944星云,或者人马座λ星云。
www.bing.com
10.
Project Lambda will enable Java to work much more effectively with multicore processing systems.
Lambda使得Java可有效运行在多核心处理器系统上。
www.infoq.com
1.
Expression closures are a shorthand method of defining simple functions that mimics lambda notation.
表达式闭包是定义简单函数的一种便捷方式,用来模仿lambda符号。
www.infoq.com
2.
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函数。
www.ibm.com
3.
The function defined with lambda is a function used by the macro transformer to convert the expression x into its expansion.
用lambda定义的函数由宏转换器用来将表达式转换为展开形式。
www.ibm.com
4.
Anonymous methods and lambda expressions extend the range of the values to include code blocks.
匿名方法和lambda表达式扩展了值的范围,以包含代码块。
msdn.microsoft.com
5.
The concepts of closures and lambda functions are definitely not new ones; they both come from the functional programming world.
闭包函数和lambda函数绝对不是新出现的概念;它们均来自函数编程领域。
www.ibm.com
6.
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函数。
www.ibm.com
7.
If a function is to be a once-and-done operation, use a lambda and simply your code.
如果函数是一劳永逸的操作,可采用lambda并简化您的代码。
www.ibm.com
8.
In Scheme, functions are defined by the use of the lambda special form, which creates and returns a nameless procedure.
在Scheme中,使用lambda特殊行为来定义函数,它会创建并返回一个没有名称的过程。
www.ibm.com
9.
Lambda switching promises numerous benefits, but there is work left to determine how standard protocols will deliver them.
光波长交换有望带来很多的好处,但剩下的工作就是确定标准协议如何实现这些好处。
www2.ccw.com.cn
10.
Parameters: Retrieve the parameters of the lambda expression.
Parameters:获取Lambda表达示的参数;
www.infoq.com
1.
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.
如果您曾经用Python或Jython编写过代码,那么您可能对闭包比较熟悉,在这两种语言中,都是用lambda关键字引入闭包。
www.ibm.com
2.
The idea of lambda functions comes from mathematics work back in the 1930s.
lambda函数的理念源于20世纪30年代的数学研究。
www.ibm.com
3.
JavaFX was designed to be amenable to the "lambda" language feature planned for Java SE 8.
JavaFX设计适合于JavaSE8中“lambda”语言特性计划。
www.infoq.com
4.
For truly heavy loads, the Gungans have domesticated the lambda, a nine - meter tall four-legged swamp lizard.
对于相当沉重的货物,刚耿人驯养了凡霸兽,一种九公尺高、四足的沼泽蜥蝪。
dictsearch.appspot.com
5.
The key to lambda switching is the ability to automatically connect optical network endpoints.
光波长交换的关键是自动连接光网络端点的能力。
www2.ccw.com.cn
6.
Now RubyMine's editor knows and understands the new lambda syntax, local variables semantics, etc.
现在RubyMine的编辑器知道并且理解了新的lambda语法、局部变量语义等。
www.infoq.com
7.
For transport of storm trooper detachments, the Empire employed a landing vessel based on the tri-foil design of the Lambda-class shuttle.
为运送冲锋队,帝国运用了一种登陆飞船,它以兰姆达级穿梭机的三翼设计方案为基础。
www.starwarschina.com
8.
This is similar to a lambda and similar constructs used in many other languages.
这和其它语言中的Lambda表达式或类似结构相似。
www.bing.com
9.
Closures, and the related concept lambda expressions, are used throughout the LINQ query design.
闭包,和lambda表达式相关的一个概念,贯穿整个LINQ查询的设计。
www.infoq.com
10.
Finally, the last expression applies the lambda expression to the list containing (101 102).
最终,最后一个表达式对包含(101102)的列表应用这个lambda表达式。
www.ibm.com
1.
In this particular example, a method reference is a clearer expression of what we mean than a lambda expression, but the idea is the same.
在这个特殊的例子中,方法引用比lambda表达式更清晰地表达了我们的意图,但它们的概念是一样的。
select.yeeyan.org
2.
Creating lambdas on the fly as parameters to functions and methods is lambda's primary use case.
在运行中,作为函数和方法的参数来创建lambdas,这是lambda的主要使用示例。
www.ibm.com
3.
Recently my article on lambda expressions got published on MSDN magazine.
最近我的关于Lambda表达式的文章被发表在MSDN杂志上。
blog.joycode.com
4.
LinQ also requires support for lambda expressions (closures), though this is not obvious from the previous query example.
LinQ还要求支持lambda表达式(闭包),虽然这在之前的查询示例中并不明显。
www.ibm.com
5.
This syntax implies that all local variables will be passed by reference to the lambda function.
这种语法表示把所有局部变量通过引用传递给lambda函数。
www.ibm.com
6.
The returned function is created using the lambda construct, which dynamically creates a new function object.
返回的函数使用lambda结构创建,该结构动态创建新的函数对象。
www.ibm.com
7.
The first line defines a lambda expression and binds it to the symbol total.
第一行代码定义了一个lambda表达式并将其和total符号绑定到一起。
www.ibm.com
8.
If cosine theta is negative, then the object is receding from you, then lambda prime is larger than lambda, and we call that red shift.
如果cosθ为负数,物体离开你们,λ撇,大于λ,我们叫它红色偏移光。
open.163.com
9.
Second, the GPS integer ambiguity is studied by LAMBDA algorithm.
第二,研究了GPS整周模糊度解算的LAMBDA算法。
www.boshuo.net
10.
Whatever happened to the return type of lambda functions?
lambda函数的返回类型怎么处理?
www.ibm.com
1.
You actually are defining a transforming function, which is where the lambda comes in.
系统,实际上是在定义一个转换函数,这就是lambda发挥作用的地方。
www-128.ibm.com
2.
Perhaps the most common use of higher-order functions is the lambda expression, which is Lisp's version of a closure.
高阶函数的最常见用法或许是lambda表达式,这是闭包的Lisp版。
www.ibm.com
3.
You'll see Lambda expressions, recursion, and macros.
您将学到Lambda表达式、递归和宏。
www.ibm.com
4.
It comes with a strong 3. 5-liter V6 Lambda engine, which produces around 275 hp.
它配备了一个强大的3.5升V6引擎兰布达发动机,生产约275马力。
usa.315che.com
5.
Listen, we need to get our asses down to the extraction point near Lambda sector.
听着,我们需要到达我们的底下找出点氯氟部分。
zhidao.baidu.com
6.
You can store any Ruby object, even procs, lambdas, threads, continuations.
你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
www.infoq.com
7.
Having the shape of the Greek letter lambda.
有着希腊字母λ形的
dict.hjenglish.com
8.
A newsgroup poster going by bog1978 suggests using C#'s lambda support to create your own Using-like construct.
新闻组的发帖人bog1978建议使用C#lambda以支持创建类似Using的结构。
www.infoq.com
9.
So instead of function types, lambda expressions in Java SE 8 will bring along a different friend, SAM conversion.
所以,JavaSE8中的lambda表达式带来的朋友不是函数类型,而是SAM转换。
select.yeeyan.org
10.
Early proposals for lambda expressions in Java called for adding function types to the type system, such as "function from int to int. "
Java中的lambda表达式的早期目标是要求给类型系统中加入函数类型(functiontype),比如说“从int到int的函数”。
select.yeeyan.org
1.
In Listing 17, the return type of the lambda function is a Boolean.
在清单17中,lambda函数的返回类型是Boolean。
www.ibm.com
2.
The two big themes for Java 8 are modularity via Jigsaw, and project Lambda.
与Java8相关的两大主题分别是模块化的JigSaw和Lambda项目。
www.infoq.com
3.
Perhaps the most common usage of lambdas is with STL sort.
lambda函数最常用的地方可能是STLsort。
www.ibm.com
4.
When the value is a callable object, such as a function or lambda, the object will be invoked and passed the block of text.
当那个值是一个可调用的对象的时候,比如一个函数或者匿名函数,该对象就会被调用,然后对应块的文本内容就会被传入。
www.oulan.com
5.
And we have the other solution 3 which is somewhere here. Negative root three, negative root there. And there, again, lambda equals two.
我们还有别的解呢,大概在这里,负根号,负的根在那里,而这里也是λ=2。
open.163.com
6.
They are all equal to lambda. And, if you think about it, u1=u2=u3 that means that u1 = u2 = u3.
它们全都等于λ,如果你再想一下,也就是说。
open.163.com
7.
With PHP V5. 3, we can use lambda functions to redo the above example in a much cleaner way.
使用PHPV5.3,我们可以使用lambda函数以更规则的方法重新执行以上示例。
www.ibm.com
8.
So, what's the third way to pass the vector to the lambda?
那么,把向量传递给lambda函数的第三种方法是什么?
www.ibm.com
9.
The configuration of PHP assertions allows you to specify a function to be called whenever assert is invoked. Of course, I used a lambda
PHPassertions的配置,使得您可以在不管是否已调用assert的情况下,指定要调用的函数。
www.ibm.com
10.
If the method has parameters, these are provided in the form of a lambda expression, as shown in the following example
如果该方法具有参数,则这些参数以lambda表达式的形式提供,如下面的示例所示
msdn2.microsoft.com
1.
What is a Lagrange multiplier? Well, it is this number lambda that is called the multiplier here.
什么是拉格朗日乘子,它就是这个λ,在这里,它就被称作这个乘子。
open.163.com
2.
Study on the Safety of lambda-Cyhalothrin to Aquatic Organisms as it was Used in Paddy Field
高效氯氟氰菊酯在稻田使用后对水生生物的安全性研究
service.ilib.cn
3.
A simple graphical representation of the objects and text returned from statements Lambda view
由语句返回的对象和文本的简单图形Lambda视图
www.infoq.com
4.
With just the language extensions we've discussed, lambda expressions and extension methods, this could be rewritten as
仅用我们讨论过的语言扩展,即lambda表达式和扩展方法,此代码可重新编写为如下所示
msdn.microsoft.com
5.
Let's take the example above and replace the anonymous method with a lambda expression
我们再借用以上示例,并用lambda表达式替换匿名方法
msdn.microsoft.com
6.
Ambiguity Resolution of Single Epoch Single Frequency Data with Baseline Length Constraint Using LAMBDA Algorithm
附有基线长度约束的单频数据单历元LAMBDA方法整周模糊度确定
www.ilib.cn
7.
now , to add new functions to the module , you would define a function and a corresponding lambda
现在,要给模块添加新的函数,您要定义函数和对应的lambda。
www.ichacha.net
8.
Characteristic Simulation and Test Analyses of Darlington Photo-Lambda Bipolar Transistor
新型高频硅光电负阻器件的特性模拟及测试分析
service.ilib.cn
9.
Application of Single Pair Selection on Speeding up Resistance Selection to Lambda- cyhalothrin in Cotton Bollworm
单对汰选方法在加速抗高效氯氟氰菊酯棉铃虫品系汰选中的应用
www.ilib.cn
10.
Comparison between performance results for LAMBDA method before and after the integer transformation of ambiguity
整周模糊度整数变换前后LAMBDA方法的执行结果比较
www.ilib.cn
1.
Effect of Lambda on Combustion Characteristics of an HCCI Gasoline Engine
过量空气系数对HCCI汽油机燃烧特性的影响
www.ilib.cn
2.
Return-calculating LAMBDA Approach and Its Search Space
回代解算的LAMBDA方法及其搜索空间
service.ilib.cn
3.
Support for analyzing anonymous methods and lambda expressions
对分析匿名方法和Lambda表达式的支持;
www.infoq.com
4.
Lambda-group Model and Optical Switching Fabric with Traffic Grooming
波群模型和支持流量疏导的光交换结构
www.ilib.cn
5.
The Multi Protocol Lambda label Switching and Generalized MPLS
多协议波长标记交换与通用多协议标记交换
service.ilib.cn
6.
ER-LSP establishment for multi-service in lambda labeling network
波长交换光网络中多业务显式路由的建立
www.ilib.cn
7.
Lambda Expression and Lambda Expression Trees
Lambda表达式和Lambda表达式树
blog.sina.com.cn
8.
Lambda Expressions and Expression Trees
表达式和表达式树
blog.focusx.cn
9.
simultaneously , the multiprotocol lambda switching ( mplms ) is studied
并对其中的多协议波长交换(mplms)实现方案进行了研究。
www.ichacha.net
10.
Gateway is a new technology based on the bacteriophage lambda site-specific recombination system. Gateway
是一种以λ噬菌体位点特异重组系统为基础的技术
wenku.baidu.com
1.
Densei-Lambda launched series of power supply for outdoor applications
电盛兰达推出面向户外应用系列电源
www.cpsa.com.cn
2.
And you can also do all sorts of esoteric experiments with lambda calculus and functional programming theory
你还可以在lambda计算和函数类型编程方面做各种新鲜的实验
wiki.perlchina.org
3.
A Lambda Expression is a compile-time invocable entity in either of the following two forms
一个构造和分配表达式是下面两个中的一个编译期调用单元
www.cppblog.com
4.
First, let's look at some of the prominent C 11 core-language features. Lambda Expressions
首先,来看看有些什么突出的语言特性。
www.bing.com
5.
The Fixed Points of Commuting Nonexpansive Maps in Lambda-Hyperconvex Spaces
超凸度量空间中可交换非扩张映射的不动点定理
www.ilib.cn
6.
Using a lambda expression, we can make this more compact
在使用lambda表达式时,可以使代码更加简洁
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/6 1:39:27