What is the translation of " FUNCTION CALL " in Chinese?

['fʌŋkʃn kɔːl]

Examples of using Function call in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
If e is a function call expression, and.
若e是一个函数调用表达式,且.
Our ExprStmt contains a CallExpr, which is our actual function call.
我们的ExprStmt包含一个CallExpr,这是我们实际函数调用
Write a function call that passes bob as an argument to square, and then run the program again.
一个函数调用,将bob作为实参传给square,然后再重新运行程序。
Both forms are valid, but many prefer the latter,which kinda looks like a function call.
两种形式都是合法的,但是许多人偏向于后者,它看起来有点儿像一个函数调用
The listen() function call tells the operating system you are now ready to accept incoming requests.
Listen()函数调用告诉操作系统你现在准备接收到来的请求了。
It supports the modification of fundamental aspects,such as type structures and function call mechanisms.
它支持诸如类型结构和函数调用机制等基本方面的修改。
They will go out of scope after the function call, so they are effectively useless and could be freed.
函数调用之后将超出作用域,因此它们实际上是无用的,可以被释放。
It supports the modification of fundamental aspects,such as type structures and function call mechanisms.
它支持对基本方面(如类型结构和函数调用机制)进行修改。
This means that you are using the function call(several CPU cycles) into a network call..
这意味着你正在把使用的函数调用(几个cpu周期)转变为一个网络调用。
X, in which the only difference,is inside the print expression should be a function call.(print(numbers)).
X里面唯一的不同,是里面的print表达式应该是函数调用的方式(print(numbers))。
With only one simple function call, a user can find out whether given endpoints have been connected by SPM.
用户只需要使用一条简单的函数调用,就能够查看某个节点是否已通过SPM连接。
Exercise 3.1 Move the last line of this program to the top,so the function call appears before the definitions.
习题4.2将上面程序的最后一行调到最开始,这样函数调用就出现在函数定义之前。
Is provided to convert every function call, operation, and assignment in an expression into the"dotted" version.
用于将表达式中的每个函数调用、操作和赋值转换为「点」版本。
If the first element of a list happens to be a function, as in:(f 2 3)then it becomes a function call.
如果该列表的第一个元素变成了一个函数,也就是(f23),那么它就变成了一个函数调用
For example, for std::vectors, v2=v1 typically involves a function call, a memory allocation, and a loop.
比如,对std::vector类型来说,v2=v1通常包含一次函数调用、一次内存分配和一个循环。
When we see a function call in the code, a good name instantly gives us an understanding what it does and returns.
当我们在代码中看到一个函数调用时,一个好的名称立即让我们了解它所做的和返回的事情。
This syntax is more concise, and like the[] alternative to array(),this new syntax does not resemble a function call.
这个语法更加简洁,和替代array()的[]一样,这个新的语法不像是函数调用
When we see a function call in the code, a good name instantly gives us an understanding what it does and returns.
当我们在代码中看到一个函数调用时,一个好的函数名能够让我们马上知道这个函数的功能是什么,会返回什么。
The jump statements break, continue, goto, and return expression,where expression does not contain a function call.
跳转语句break、continue、goto和return表达式,其中表达式不含函数调用
A function call or an overloaded operator expression, whose return type is rvalue reference to object, such as std::move(x);
函数调用或重载运算符表达式,其返回类型为右值引用,例如std::move(x);.
An expression can be a literal, a variable, a function call, or several of these things combined with operators such as+ andgt;.
表达式可以是文字、变量、函数调用或者这些的组合,由+、gt;这样的运算符连接到一起。
With one simple rule, you can formalize once and for all,a way to apply each function call to the previous call's pertinent value.
通过简单的规则,就可以一劳永逸地每个函数调用应用于前一个函数调用的相关值的方式进行形式化地描述。
In the first above example, after the function call returns, the 2 objects are not referenced anymore by something reachable from the global object.
在上面的第一个例子中,在函数调用返回之后,2个对象不再被从全局对象可达的东西引用。
If they are not available separately, write the function call with the*-operator to unpack the arguments out of a list or tuple:.
如果它们不是单独可用的,请使用*-operator写函数调用,以从列表或元组中解包参数:.
Universal Function Call Syntax(UFCS), is a syntactic sugar in D that allows the call of regular functions, like member functions of an object.
通用函数调用语法(UFCS)是D语言中的一个语法糖,它允许像调用一个对象的成员函数那样调用常规函数。
Write out what current_line is equal to on each function call, and trace how it becomes line_count in print_a_line.
每次调用函数时,打印出current_line的至,跟踪一下它在print_a_line中是怎样变成line_count的。
Note that the function call includes the module name to ensure that we are calling the printfibo()function within the fib module.
注意,函数调用包含模块名,从而确保调用的是fib模块中的printfibo()函数。
So the branch link instruction to the function is the function call, and we can see here that the BXLR instruction is the subroutine return.
因此,该函数的分支连接指令是函数调用,我们可以在这里看到BXLR指令是子例程返回。
In the first above example, after the function call returns, the 2 objects are not referenced anymore by something reachable from the global object.
在上面的第一个例子中,当函数调用结束,两个对象将不再被任何从跟对象可达的东西引用。
Fun contains a reference to the function call, in this case, it is a SelectorExpr, because we select the Println identifier from the fmt package.
Fun包含对函数调用的引用,在这种情况下,它是一个SelectorExpr,因为我们从fmt包中选择Println标识符。
Results: 54, Time: 0.0259

Word-for-word translation

Top dictionary queries

English - Chinese