AN ANONYMOUS FUNCTION - 翻译成中文

[æn ə'nɒniməs 'fʌŋkʃn]
[æn ə'nɒniməs 'fʌŋkʃn]

在 英语 中使用 An anonymous function 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The do x syntax creates an anonymous function with argument x and passes it as the first argument to map.
Dox的语法创建一个含有参数x的匿名函数,并将其传给map作为第一个参数。
An anonymous function cannot be a direct call to print because lambda requires an expression.
匿名函数不能直接调用打印,因为lambda需要表达式。
An anonymous function is like an inline function in traditional programming languages, defined within a single MATLAB statement.
一个匿名的函数就像是在传统的编程语言,在一个单一的MATLAB语句定义一个内联函数。
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表达式。
You can also assign an anonymous function to be the value of a variable, for example.
你还可以将匿名函数分配为变量的值,例如:.
However, an anonymous function(which can be created by a function expression or the Function constructor) does not have a name.
然而,匿名函数(通过函数表达式或者函数构造器创建)没有名称。
An anonymous function looks very much like a regular function declaration, except that its name is omitted.
匿名函数看起来非常像一个常规函数声明,除了其名称省略了。
Lua treats any independent chunk as the body of an anonymous function.
Lua会把任何独立的chunk作为一个有变参参数的匿名函数的函数体。
Usage 2: You can also use function to create an anonymous function and return a reference to it.
用法2:您也可以使用function来创建匿名函数并返回对它的引用。
Here, the function doesn't have a name, so we call it an anonymous function.
这两个函数没有名字,所以叫匿名函数
If we just want to run a bit of code, such as the above, we can use an anonymous function.
如果我们只想运行一部分代码,如上所述,我们可以使用匿名函数
It is an expression, and its value is called an anonymous function.
Functionliteral是一种表达式,它的值被称作匿名函数
This way, we don't even need to give the function a name, which is why this is called an anonymous function.
用这种方式,我们甚至不用给这个函数起名字,这也是为什么它被叫做匿名函数
In the example offered by Somasegar, you need to assign an anonymous function to Office. initialize.
在Somasegar提供的示例中,你需要为Office.initialize赋予匿名的函数
Even more convenient is to use the lambda keyword to define an anonymous function, similar to how an anonymous inner class would work in Java.
还有一个比较方便的地方在于可以利用lambda关键字定义匿名函数,这与Java匿名内部类工作机制类似。
When an anonymous function requires recursion, as in this example, we must first declare a variable, and then assign the anonymous function to that variable.
匿名函数需要被递归调用时,我们必须首先声明一个变量(在上面的例子中,我们首先声明了visitAll),再将匿名函数赋值给这个变量。
When an anonymous function requires recursion, as in this example, we must first declare a variable, and then assign the anonymous function to that variable.
匿名函数因为没有名字,所以它的递归有些特别:我们必须先声明一个变量,然后再把匿名函数赋给这个变量才可以。
It's an anonymous function.
结果: 292, 时间: 0.0285

单词翻译

顶级字典查询

英语 - 中文