What is the translation of " LAMBDA EXPRESSION " in Chinese?

lambda表达式
一个lambda表达式

Examples of using Lambda expression in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Using a Lambda Expression in a Method".
Lambda表达的在方法使用”.
There is another example: the lambda expression.
再举些关于lambdaexpression的例子.
A lambda expression has three parts:.
一个lambda表达式包含三个部分:.
We might simplify this example further by using a lambda expression:.
我们还可以利用Lambda表达式进一步简化这个例子:.
Lambda expression can have zero, one or more parameter.
一个Lambda表达式可以有零个或多个参数.
If the object does contain a value, then the lambda expression is not executed:.
如果对象包含值,则Lambda表达式不会执行:.
Lambda expression can have zero, one or more parameter.
Lambda表达式可以有多个参数、一个参数,或者没有参数。
The body of both an ordinary function and a lambda expression can access these kinds of variables:.
普通函数和Lambda表达式主体均可访问以下变量类型:.
Using lambda expression and functional interface Predicate.
使用lambda表达式和函数式接口Predicate.
The body of both an ordinary function and a lambda expression can access these kinds of variables:.
普通函数和lambda表达式的主体均可访问以下变量类型:.
A lambda expression can be created to implement this functionality.
可以创建一个Lambda表达式实现此功能。
The entire expression is not a lambda expression, so it's by definition not a combinator.
整个表达式不是一个lambda表达式,所以按照定义也不是combinator。
A Lambda expression can also return another Lambda expression..
一个Lambda表达式可以返回另一个表达式。
We can, of course, use Lambda expression instead of Anonymous class as follows:.
我们当然可以使用lambda表达式而不是Anonymous类,如下所示:.
A lambda expression is an anonymous method(method having no name).
Lambda表达式的写法同方法一样,但没有方法名(即匿名方法)。
The following example contains a lambda expression that captures the local unmanaged variable ch by value and takes a System.
以下示例包含一个lambda表达式,它通过值捕获局部非托管变量ch,并采用System.
A lambda expression is a shorthand syntax for creating anonymous inline methods.
Lambda表达式是创建匿名函数对象的一种简洁方法。
The entire expression isn't a lambda expression(it's a function application), so this isn't a combinator either.
整个表达式也不是一个lambda表达式(它是一个函数应用),所以它也不是combinator。
A lambda expression can produce another lambda expression as its return value.
Lambda表达式可以生成另一个lambda表达式作为其返回值。
To mean a lambda expression(anonymous function) of one argument x.
来表示有一个参数x的lambda表达式(匿名函数)。
A lambda expression can take another lambda expression as its argument.
Lambda表达式可以一个lambda表达式作为其参数。
However, because the lambda expression captures j by reference, the reassignment of j does affect the result of the expression..
但是,由于lambda表达式通过引用捕获j,因此重新指派j会影响该表达式的结果。
Lambda expression is a shorter way of representing anonymous method using some special syntax.
Lambda表达式是使用一些特殊语法表示匿名方法的较短方式。
There are now two forms of lambda expression: an expression lambda has a controlled expression, while a statement lambda has a controlled statement.
现在有两种形式的lambda表达式:expressionlambda拥有控制表达式,statement而lambda拥有控制语句。
The lambda expression can access any function or data member that the enclosing function can access.
Lambda表达式可以访问该封闭函数可访问的任何函数或数据成员。
The lambda expression is itself unnamed, but the function acquires a name by being assigned to identifier a.
Lambda表达式本身是匿名的,但是该函数通过绑定标识符a获得了名称。
A lambda expression is a block of code that you can pass around so it can be executed later, just once or multiple times.
Lambda表达式是一个可以传递的代码块,允许您稍后执行它,只执行一次或多次。
Because a lambda expression is typed, you can assign it to an auto variable or to a function object, as shown here:.
由于lambda表达式已类型化,所以你可以将其指派给auto变量或function对象,如下所示:.
Because the lambda expression captures the original variables x and y by value, their values remain 1 after the lambda executes.
由于lambda表达式通过值捕获原始变量x和y,因此它们的值在lambda执行后仍为1。
A lambda expression simply put is an anonymous function that contains expressions or statements, it can be used to create delegates or expression tree types.
Lambda表达式”是一个匿名函数,它可以包含表达式和语句,并且可用于创建委托或表达式目录树类型。
Results: 86, Time: 0.0302

Word-for-word translation

Top dictionary queries

English - Chinese