It is a breakthrough comparable to our invention of the lambda sensor for the catalytic converter in 1976.
这是一个可以与我们在1976年发明的用于催化转化器的含氧传感器相媲美的突破。
Delegates, events, and lambda expressions.
委托、事件和lambda表达式。
x*y=3 And lambda x - 2y = 0. And xy = 3.
和λx-2y=0和。
Listing 17 shows the new lambda-based approach.
清单17给出使用lambda函数的新方法。
Whatever happened to the return type of lambda functions?
lambda函数的返回类型怎么处理?
You'll see Lambda expressions, recursion, and macros.
您将学到 Lambda表达式、递归和宏。
For example, can the lambda function in Listing 17 access vs?
例如,清单17中的lambda函数是否可以访问vs ?
Using a lambda expression, we can make this more compact.
使用lambda表达式,我们可以把这段代码变得更紧凑一些。
In Listing 17, the return type of the lambda function is a Boolean.
在清单17中,lambda函数的返回类型是Boolean。
y=0 Let me rewrite the first two equations as 2x - lambda y = 0.
我把前2条写做2x-λ
A quick glance at Listing 18 reveals how lambda functions are defined.
清单18 说明如何定义lambda函数。
So ignoring the lambda, what do we expect random dot uniform to do?
先忽略入,我们希望random。uniform会做些什么呢?
Recently my article on lambda expressions got published on MSDN magazine.
最近我的关于Lambda表达式的文章被发表在MSDN杂志上。
The idea of lambda functions comes from mathematics work back in the 1930s.
lambda函数的理念源于 20 世纪 30年代的数学研究。
We discussed lambda functions and the advantages that closures have over them.
我们讨论了lambda函数及闭包与这些函数相比的优点。
If a function is to be a once-and-done operation, use a lambda and simply your code.
如果函数是一劳永逸的操作,可采用lambda并简化您的代码。
This is similar to a lambda and similar constructs used in many other languages.
这和其它语言中的Lambda表达式或类似结构相似。
Lambda functions by themselves don't add much in terms of something we couldn't do before.
lambda函数本身并没有添加以前不能执行的功能。
Finally, the last expression applies the lambda expression to the list containing (101 102).
最终,最后一个表达式对包含 (101 102)的列表应用这个lambda 表达式。
For instance, if your current working directory is ~/jane/projects/lambda, the shorthand ../..
例如,如果您的当前工作目录为 ~/jane/projects/lambda,那么简写..
A simple graphical representation of the objects and text returned from statements Lambda view.
由语句返回的对象和文本的简单图形Lambda视图。
Keep in mind that the non-lambda version defines a function that is only used in one place.
请记住,非lambda版本定义的函数仅用于一个地方。
This syntax implies that all local variables will be passed by reference to the lambda function.
这种语法表示把所有局部变量通过引用传递给lambda函数。
Now RubyMine's editor knows and understands the new lambda syntax, local variables semantics, etc.
现在RubyMine的编辑器知道并且理解了新的lambda语法、局部变量语义等。
The remaining arguments to lambda are the expressions to be evaluated when the function is called.
lambda的其余参数是调用函数时的计算表达式。
Expression closures are a shorthand method of defining simple functions that mimics lambda notation.
表达式闭包是定义简单函数的一种便捷方式,用来模仿lambda符号。
He has a great diagram there showing the expression tree representation of a few lambda expressions.
他在那篇文章里用了非常好的图表来表现说明一些Lambda树的表达式树表示形式。
Closures, and the related concept lambda expressions, are used throughout the LINQ query design.
闭包,和lambda表达式相关的一个概念,贯穿整个LINQ查询的设计。
Here's a simple example that USES a lambda - one that I will use throughout the rest of this article.
此处有一个关于lambda使用的简单示例—文中会多次使用该示例。
So lambda expressions bring with them another friend - expanded type inference through target typing.
所以,lambda表达式带来了另一个相关功能,即通过目标类型化(target typing)实现的扩展类型推断。
应用推荐