What is the translation of " WHEN A FUNCTION " in Chinese?

[wen ə 'fʌŋkʃn]
[wen ə 'fʌŋkʃn]
当函数
当一个功能

Examples of using When a function in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
When a function is increasing on each interval.
当一个功能是增加在每一个时间间隔.
The multiple assignment is also used when a function returns more than 1 value, for example: val, err= func1(var1).
并行赋值也被用于当一个函数返回多个返回值时,val,err=Func1(var1).
When a function is decreasing on each interval.
当一个功能正在减少在每一个时间间隔.
As we mentioned, for optimization purposes, when a function does not use free variables, implementations may not to save a parent scope chain.
如我们所说,为了优化目的,当一个函数没有使用自由变量的话,实现可能不保存在副作用域链里。
When a function exits, the local variables are to be released.
旦函数执行完,局部变量将会被释放。
As we mentioned, for optimization purposes, when a function does not use free variables, implementations may not to save a parent scope chain.
正如此前提到过的,出于优化的目的,当函数不使用自由变量的时候,实现层可能就不会保存上层作用域链。
When a function runs to its end, its stack is destroyed.
当一个函数运行到它的末尾时,它的堆栈就会被破坏。
Normally, when a function is completed/executed, all of its variables are deleted.
通常,当函数完成/执行后,会删除所有变量。
When a function produces a value, it is said to return that value.
当一个函数产生一个值时,它被称为返回该值。
When a function is executed as new User(…), it does the following steps:.
当一个函数作为newUser(…)执行时,它执行以下步骤:.
When a function has a yield in it we call it a generator function..
当一个函数有屈服点时,我们称它为生成器函数。
When a function is a property of an object it is referred to as a method.
当一个函数作为一个对象的属性时,它被称作一个方法。
First, when a function runs, a new function Lexical Environment is created automatically.
首先,当函数运行时,会自动创建一个新的函数词法环境。
When a function calls another function,a new local symbol table is created for that call.
当函数调用另一个函数时,为该调用创建一个新的本地符号表。
When a function returns a function, that is when the concept of closures becomes more relevant.
当函数的返回值是一个函数时,闭包的概念就变得更加相关了。
When a function gets called, some memory gets allocated for all of its local variables and some other information.
当一个函数被调用时,一些内存被分配给它的所有局部变量和其他一些信息。
When a function is executed, the arguments to the function become the positional parameters during its execution.
当函数开始执行,在执行期间函数的参数变成位置参数。
When a function in Lua is defined, its body is compiled and stored in a global variable with the given name.
当函数被定义,它的函数体被编译并保存在一个给定名称的全局变量。
When a function has a rest parameter, it is treated as if it were an infinite series of optional parameters.
当一个函数有剩余参数时,它被当做无限个可选参数。
Well, when a function gets called, some memory gets allocated for all of its local variables and some other information.
好吧,当函数被调用时,一些内存被分配给所有它的本地变量和一些其它信息。
When a function is specified as a class or object method, its[[HomeObject]] property becomes that object.
当一个函数被定义为类或者对象方法时,它的[[HomeObject]]属性就成为那个对象.
When a function contains only a single expression it can be represented as an expression function..
当一个函数只包含了一个表达式语句时,可以将其用表达式函数来表示。
When a function gets created and passed around or returned from another function, it carries a backpack with it.
当一个函数被创建并传递或从另一个函数返回时,它会携带一个背包。
When a function is used as a constructor(with the new keyword), its this is bound to the new object being constructed.
当一个函数作为构造器使用时(通过new关键字),它的this值绑定到新创建的那个对象。
When a function is used as a constructor(with the new keyword), its this value is bound to the newly constructed object.
当一个函数作为构造器使用时(通过new关键字),它的this值绑定到新创建的那个对象。
When a function is written enclosed in another function, it has full access to local variables from the enclosing function;.
当一个函数被写入另一个函数时,它可以完全访问函数中的局部变量;
When a function is used as a constructor(with the new keyword), its this is bound to the new object being constructed.
当函数是被当作constructor来调用(使用new关键字)时,this被绑定到新分配的对象上。
When a function returns, these“canaries” are checked and if they are found to have been changed the executable is immediately aborted.
当一个函数返回时,就会检查这些“canaries”,如果发现他们被改变了就会立即停止运行。
When a function also depends on a parameter such as time, the gradient often refers simply to the vector of its spatial derivatives only.
当一个函数也依赖于一个参数,如时间,梯度经常简单地是指其只空间导数的向量。
When a function is activated(called) by the caller, a special object, called an activation object is created.
当一个函数被caller所触发(被调用),一个特殊的对象,叫作活动对象(activationobject)将会被创建。
Results: 40, Time: 0.0319

Word-for-word translation

Top dictionary queries

English - Chinese