LAMBDA in English translation

lambda
兰姆达
拉姆达
lambda表达式
lambdas
兰姆达
拉姆达
lambda表达式
lamba
兰巴

Examples of using Lambda in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在众多的技术,已被用于生成lambda栈的,所谓的波长扫描方法代表可能是最简单的方法。
Among the many techniques that have been used to generate lambda stacks, the so-called wavelength-scan methods represent perhaps the simplest approach.
注意在代码中,我们使用变量名lmbda,因为lambda是Python的保留字,其含义与此无关。
Note that in the code, we use the variable name lmbda, because lambda is a reserved word in Python, with an unrelated meaning.
如果lambda很长或难以阅读,要么找到简化它的方法,要么重构你的程序以消除它。
If a lambda is long or difficult to read, either find a way to simplify it or refactor your program to eliminate it.
Lambda函数拥有自己的名字空间,且不能访问自有参数列表之外或全局名字空间里的参数。
The lambda function has its own namespace and cannot access parameters outside of its own parameter list or in the global namespace.
尽管亚马逊并未开发相应的设备系统,或者该公司可能性把AWSLambda计算服务开放给了物联网开发者。
Although Amazon has not developed the appropriate equipment system, but the company has AWS Lambda computing services open to the Internet of things developers.
今天,我们将发布AWSLambda控制台的增强功能,让您更轻松地创建、配置和测试Lambda函数。
Today we are releasing enhancements to the AWS Lambda console that make it easier to create, configure, and test Lambda functions.
现在有两种形式的lambda表达式:expressionlambda拥有控制表达式,statement而lambda拥有控制语句。
There are now two forms of lambda expression: an expression lambda has a controlled expression, while a statement lambda has a controlled statement.
为了帮助Go开发人员熟悉AWSLambda,AWS提供了在GitHub上开发AWSLambda功能的库、示例和工具。
To help Go developers ramp up on AWS Lambda, AWS is offering libraries, samples and tools for developing AWS Lambda functions at GitHub.
然而,并非所有东西都可以被轻易Pickle:例如,生成器,内部类,lambda函数和默认值。
Not everything can be pickled(easily), though: examples of this are generators, inner classes, lambda functions and defaultdicts.
由短而简单的代码示例,带你了解如何使用默认接口方法,lambda表达式,方法引用和可重复注解。
Backed by short and simple code samples you will learn how to use default interface methods, lambda expressions, method references and repeatable annotations.
现在,您需要获取此模型文件及所有必需的已编译Python程序包,并创建AWSLambda可执行的包。
Now, one would have to take this model file, all the necessary compiled Python packages, and create a bundle that AWS Lambda can execute.
图1:lambda的分布比较紧密(在0.27附近),K的分布比较宽松。
Figure 3: The distribution for lambda is quite tight, around 0.27, but the distribution for k is broader.
如果你尝试在lambda语句中做太多事情,你最终会把表达式过于复杂以至于难以阅读。
If you try to do too much in a lambda statement, you will end up with an overly complicated expression that's hard to read.
它捕捉了直觉概念,在lambda抽象中一个绑定变量的特别选择(通常)并不重要。
It captures the intuition that the particular choice of a bound variable, in a lambda abstraction, does not(usually) matter.
解决这个问题的最初方案非常简单:修改Lambda代码,在两次调用之间加入90秒延迟。
The initial solution to this issue was very simple: modify the Lambda code to include a 90 second delay between the two calls.
lambda中,this关键字引用封闭实例,这通常是您想要的。
In a lambda, the this keyword refers to the enclosing instance, which is typically what you want.
所有提取工作现在都在Lambda中并行完成,而后续的清理和分析由AmazonEMR处理。
All extractions are now done in parallel in Lambda, while the subsequent cleaning and analysis are handled by Amazon EMR.
请注意,这种行为并不是lambda所特有的,但也适用于常规函数。
Note that this behaviour is not peculiar to lambdas, but applies to regular functions too.
Uppercase中的&意味着lambda体以引用方式获得Uppercase所以能够修改它。
The ampersand in[&Uppercase] means that the lambda body gets a reference to Uppercase so it can modify it.
一种标量值,以lambda表示,用于指定正则化函数的相对重要性。
A scalar value, represented as lambda, specifying the relative importance of the regularization function.
Results: 877, Time: 0.0276

Lambda in different Languages

Top dictionary queries

Chinese - English