ANONYMOUS FUNCTIONS in Chinese translation

[ə'nɒniməs 'fʌŋkʃnz]
[ə'nɒniməs 'fʌŋkʃnz]
匿名函数

Examples of using Anonymous functions in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Here we go through all the anonymous functions stored in the array and perform each of them.
这样会遍历我们在storage数组中存储所有匿名函数,并运行它们。
The"enclosed" variables are moved to the new class and referenced by both the original function and any anonymous functions it contains.
被装入”的变量被移到新类中,既可通过原有函数,也可以通过包含它任意匿名函数所引用。
I could write anonymous functions each time I traverse a list, or I could reuse a well known function(like isOdd,(+) or sqrt).
每次遍历一个list时我都会使用一个匿名函数,或复用通用的函数(例如isOdd,(+)或sqrt)。
It is only a variable to which the anonymous function was assigned.
它只是分配了匿名函数的变量。
In this example, we assigned an anonymous function to a variable.
这种写法将一个匿名函数赋值给变量。
This anonymous function that calls ndgrid can also return multiple outputs.
调用ndgrid个匿名函数还可以返回多个输出:.
The number 8 is passed to the anonymous function and it returns 48 as the result.
数字8传递给匿名函数,结果返回48。
Lambda expression is an unnamed or anonymous function.
Lambda表达式是一个未命名或匿名的函数
The second common form is called an anonymous function expression.
第二种常见形式称为匿名函数表达式:.
Supply the value for c by constructing an anonymous function for the entire equation.
(3)通过为整个方程构造匿名函数以提供c的值,.
An anonymous function cannot be a direct call to print because lambda requires an expression.
匿名函数不能直接调用打印,因为lambda需要表达式。
If the anonymous function returns something, you can also get the return value out of it.
如果匿名函数返回些东西,你也可以从返回值中得到它们。
Any function that is defined as a function expression is technically an anonymous function since there is no definitive way to reference it.
任何函数表达式从技术上说都是匿名函数,因为没有引用它们的正确的方式;.
The sayName() property is assigned an anonymous function and has all the same characteristics as the ECMAScript 5 sayName() function..
SayName()属性由匿名函数赋值并拥有ECMAScript5sayName()函数的全部特征。
An anonymous function cannot be a direct call to print because lambda requires an expression.
匿名函数不能直接调用打印,因为需要lambda表达式。
However, an anonymous function(which can be created by a function expression or the Function constructor) does not have a name.
然而,匿名函数(通过函数表达式或者函数构造器创建)没有名称。
With this construct, our anonymous function has its own evaluation environment or“closure”, and then we immediately evaluate it.
使用这个结构,匿名函数就有了自己的执行环境或“闭包”,然后我们立即执行。
Usage 2: You can also use function to create an anonymous function and return a reference to it.
用法2:您也可以使用function来创建匿名函数并返回对它的引用。
A common pattern is for the producer to be parameterized, in which case a partial function application is needed to create a 0-argument anonymous function.
一个通用模式是对生产者参数化,此时需要一个部分函数应用来创建一个无参,或者单参的匿名函数
If we just want to run a bit of code, such as the above, we can use an anonymous function.
如果我们只想运行一部分代码,如上所述,我们可以使用匿名函数
Results: 67, Time: 0.0258

Word-for-word translation

Top dictionary queries

English - Chinese