查询
1 词典释义:
lambda
时间: 2024-08-09 12:49:59
英 [ˈlæmdə]

n.希腊字母表中的第11个字母(Λ,λ)

双语例句
  • 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 表达式、递归和宏。

  • Reason 4: Generic Support and Reason 5: Lambda Support

    原因4:泛型支持和原因5: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表达式,我们可以把这段代码变得更紧凑一些。

  • So, what's the third way to pass the vector to the lambda?

    那么,把向量传递给lambda函数的第三种方法是什么?

  • In Listing 17, the return type of the lambda function is a Boolean.

    在清单17中,lambda函数的返回类型是Boolean。

  • The second line simply shows the lambda function bound to total.

    第二行代码仅显示了这个和 total 绑定到一起的 lambda 表达式。

  • 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 函数。

  • An alternative to the use of a lambda in the assertion would have been.

    在assertion中对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 年代的数学研究。

  • The first line defines a lambda expression and binds it to the symbol total.

    第一行代码定义了一个lambda表达式并将其和total符号绑定到一起。

  • The first argument to lambda is the list of arguments the function can take.

    lambda 的第一个参数是函数可以取得的参数列表。

  • We discussed lambda functions and the advantages that closures have over them.

    我们讨论了 lambda 函数及闭包与这些函数相比的优点。

  • This is where closures step in and take the lambda functions to the next level.

    因此出现了闭包并使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视图。

  • 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 的其余参数是调用函数时的计算表达式。