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

Noun

Examples of using The lambda in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The Lambda Award.
兰姆达获奖.
Then I start writing the Lambda function to accept those.
那么我就尝试去写这个lambda函数,可以这样实现.
The lambda cube. Direction of each arrow is direction of inclusion.
Λ-立方。箭头的方向展示了包含关系。
The parentheses are optional only if the lambda has one input parameter;
当lambda只有一个输入参数时,括号才是可选的;.
Convert the lambda to a def statement, using that name.
用这个名字,个lambda改写成def语句。
To deal with this problem, we can write a lambda wrapper for the lambda function.
为了解决这个问题,我们给lambda函数写一个lambda包装器。
In the lambda calculus, Y g is a fixed-point of g, as it expands to g(Y g).
lambda演算中,Yg是g的不动点,因为它展开为g(Yg)。
Haskell is based on''[[lambda calculus]]'', hence the lambda we use as a logo.
Haskell基于''[[lambda演算]]'',所以lambda符号被用于这门语言的logo.
Notice also that the lambda is actually a closure: it captures the outer variable n for later use.
还应当注意到这个匿名函数实际上是一个闭包:它捕获外部变量n留待后续使用。
When you started learning Python, one of the most confusingconcepts to get your head around was the lambda statement.
当我刚开始学习Python,最容易困惑的概念之一,是lambda语句。
An expression is a piece of code executed by the lambda function, which may or may not return any value.
表达式是lambda函数执行的一段代码,它可以返回任何值,也可以不返回任何值。
The lambda operator cannot have any statements and it returns a function object that we can assign to any variable.
Lambda操作符不能有任何声明,它返回一个函数对象,我们可以将此函数对象赋值给任何变量。
The parentheses are optional only if the lambda has one input parameter, otherwise they are required.
当lambda只有一个输入参数时,括号才是可选的;否则括号是必需的。
These are called lambdThe target type of an expression can be used as a return type oras a parameter to the lambda object code.
这些称为Lambda表达式的目标类型,可以用作返回类型,或Lambda目标代码的参数。
The ampersand in[&Uppercase] means that the lambda body gets a reference to Uppercase so it can modify it.
Uppercase中的&意味着lambda体以引用方式获得Uppercase所以能够修改它。
The lambda function has its own namespace and cannot access parameters outside of its own parameter list or in the global namespace.
Lambda函数拥有自己的名字空间,且不能访问自有参数列表之外或全局名字空间里的参数。
Out::println is a method reference that is equivalent to the lambda expression x-gt; System. out. println(x).
Out::println是一个方法引用(methodreference),它等价于lambda表达式x-gt;System.out.println(x)。
Thanks to its small pixel size, the Lambda detector allowed us to spread the photon dose over a two times larger sample area.
由于其小像素尺寸,Lambda探测器允许我们将光子剂量扩散到两倍大的样品区域。
Here, the compiler can deduce that first andsecond must be strings because the lambda expression is assigned to a string comparator.
在这里编译器可以推导出first和second必然是字符串,因为这个lambda表达式将赋给一个字符串比较器。
In Python, we use the lambda keyword to declare an anonymous function, which is why we refer to them as"lambda functions".
在Python中,我们使用lambda关键字来声明一个匿名函数,这就是为什么我们将它们称为“lambda函数”。
The initial solution to this issue was very simple:modify the Lambda code to include a 90 second delay between the two calls.
解决这个问题的最初方案非常简单:修改Lambda代码,在两次调用之间加入90秒延迟。
The first recombinant DNA molecule was made by Paul Berg in 1972 bycombining DNA from the monkey virus SV40 with the lambda virus.
年,Paul·伯格通过将来自猴病毒SV40的DNA与λ病毒的DNA结合而暴发了第二个结合DNA分子。
In this sense, even though it can be painful, I think the Lambda Architecture solves an important problem that was otherwise generally ignored.
从这个意义上讲,尽管可能很痛苦,但我认为Lambda架构解决了一个通常被忽略的重要问题。
If the lambda body contains one return statement,the compiler deduces the return type from the type of the return expression.
如果lambda体包含单个返回语句,编译器将从返回表达式的类型推导返回类型。
It was introduced by Alonzo Church and Stephen Kleene in the 1930s;Church used the lambda calculus in 1936 to solve the Entscheidungsproblem.
它由AlonzoChurch和StephenColeKleene在20世纪三十年代引入,Church运用lambda演算在1936年给出判定性问题(Entscheidungsproblem)的一个否定的….
One thing missing from the lambda expression syntax presented above is the ability to specify the return type of the function.
上面提供的lambda表达式语法缺少的一个东西是指定函数的返回类型的能力。
The Lambda team performs the security analysis and simulation experiments for the plan, the results of which indicate its security and efficiency.
Lambda团队对方案进行了安全分析和仿真实验,结果表明本方案的安全性和高效性。
The important step to find a model for the lambda calculus is to consider only those functions(on such a partially ordered set) which are guaranteed to have least fixed points.
lambda演算找到模型的一个重要步骤是只考虑保证有最小不动点的那些函数(在这种偏序集合上)。
Those wavelength bands in the center of the lambda stack(500 to 590 nanometers) contain fluorescence emission that represents some contribution from all three fluorescent proteins.
这些波长带的中心的lambda堆栈(500到590纳米),代表了一定的贡献从所有三个荧光蛋白含有荧光。
Results: 29, Time: 0.0319

Word-for-word translation

Top dictionary queries

English - Chinese