lambda中文,lambda的意思,lambda翻译及用法

2026-04-13 14:43 浏览次数 19

lambda

英[ˈlæmdə]美['læmdə]

n. (Lambda) (美)兰布达(人名)

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

lambda 英语释义

英语释义

  • the craniometric point at the junction of the sagittal and lamboid sutures of the skull
  • the 11th letter of the Greek alphabet

lambda 片语

片语

Lambda Electronics滤波器

Lambda Expressionλ表达式(

lambda sulfur害草凈

Lambda Exonuclease外切核酸酶

LAMBDA方法LAMBDA method

Lambda Expressions拉姆达表达式

lambda calculus演算;微积分

Lambda Physik準分子激光器

lambda 例句

英汉例句

  • delegates, events, and lambda expressions

    委托、事件和lambda表达式

  • some of the most significant possible new features include exception handling, extension functions, function pointers, and/or lambda expressions.

    一些最重要的新功能可能包括异常处理、扩展函数、函数指针和/或lambda表达式。

  • with syntax-case, you actually are defining a transforming function, which is where the lambda comes in.

    使用syntax-case 系统,实际上是在定义一个转换函数,这就是lambda 发挥作用的地方。

  • language features such as lambda expressions in c# and generics in .net 2.0 have roots in functional languages, and linq is directly based on functional programming techniques.

    诸如c#中的lambda表达式和.net2.0中的范型等语言特性都源于函数式语言,而linq更是直接基于函数式编程技术。

  • function types are indeed the natural way to represent the type of a lambda expression, but unfortunately they interact badly with an existing language 「feature」: erasure.

    函数类型确实是表现lambda表达式类型的一种自然方法,但遗憾的是它们无法与现有语言功能 「擦除 (erasure)」很好地进行交换。

  • lambda will take us another step towards bringing concurrent programming to the masses, though i「m sure there will always be 」power「 developers who will use the more manual techniques of fork/join.

    lambda有助于我们将并行程序设计带给大众,但我敢肯定总会有一些「强力」开发者使用fork/join提供的一些更加手工的技术。

  • 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关键字引入闭包。

  • lambda functions are handy for a number of instances, most notably for many php functions that accept a callback function.

    对于大多数实例来说,尤其对于接受回调函数的许多php函数来说,lambda函数非常方便。

  • therefore, when you issue a query over a type that is queryable, the compiler will generate an expression tree rather than a lambda expression.

    因此,当你生成一个带iqueryable类型查询的时候,编译器将生成一个表达式树而不是lambda表达式。

  • in scheme, functions are defined by the use of the lambda special form, which creates and returns a nameless procedure.

    在scheme 中,使用lambda特殊行为来定义函数,它会创建并返回一个没有名称的过程。

  • lambda function tostr()is to convert the values of an employee (as a dictionary) for output.

    lambda函数tostr()将为输出转换雇员的值(作为一个字典)。

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

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

  • the first line is simple: it defines an adapter directly from a string to ilisp, the call to adapt(「foo bar」, ilisp) just returns the results of the lambda function.

    第一行比较简单,我们定义了一个直接从字符串到ilisp 的适配器,对adapt(「foobar」,ilisp)的调用只是返回了lambda函数的结果。

  • with php v5.3, we can use lambda functions to redo the above example in a much cleaner way.

    使用phpv5.3,我们可以使用lambda函数以更规则的方法重新执行以上示例。

  • if capture of mutable locals were allowed, the platform would need to extend the local variable's lifetime for as long as the dynamic lifetime of any lambda expression that captures it.

    如果捕获可变局部变量是允许的行为的话,平台就需要扩展局部变量的生存期,使之与任何捕获该变量的lambda表达式的动态生存期一样长。

  • 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表达式更清晰地表达了我们的意图,但它们的概念是一样的。

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

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

  • this syntax implies that all local variables will be passed by reference to the lambda function.

    这种语法表示把所有局部变量通过引用传递给lambda函数。

  • item 2 is interesting, because it means that you can write a lambda expression into an expression tree, reason about it, etc, and then turn it into a callable delegate.

    其中第二条是很有趣的,因为它意味着你能将一个lambda表达式复制进一个表达式树,推断它,并将它转换为一个可调用委托。

  • the returned function is created using the lambda construct, which dynamically creates a new function object.

    返回的函数使用lambda结构创建,该结构动态创建新的函数对象。

  • the primary rationale for lambda expressions is to have a way to express code as data, so that code literals can be passed to libraries that will invoke them at convenient times.

    lambda表达式的基本原理是提供了一种将代码表达为数据的方式,从而可以将代码字面量传递至代码库中,以便在方便的时候随时调用。

  • in this case, the lambda function remains nameless: it is created inline as a parameter to the array_filter function.

    在本例中,lambda函数保持没有名字:它是在内侧作为 array_filter函数的参数来创建的。

  • expression closures are a shorthand method of defining simple functions that mimics lambda notation.

    表达式闭包是定义简单函数的一种便捷方式,用来模仿lambda符号。

  • one limitation of inner classes — and lambda expressions too — is that they can only refer to final local variables from their lexical scope.

    内部类以及lambda表达式一个局限性是——它们只引用来自它们的词法作用域的最终(final)局部变量。

  • closures, and the related concept lambda expressions, are used throughout the linq query design.

    闭包,和lambda表达式相关的一个概念,贯穿整个linq查询的设计。

  • he has a great example of how you can manipulate the expression trees and build custom conditions in your lambda expressions.

    他举出了大量的例子告诉你如何巧妙地处理那些表达式树和编译你的带自定义条件的lambda表达式。

相关热词