function call
[计] 函数调用;函数引用
2026-04-13 06:48 浏览次数 17
[计] 函数调用;函数引用
no matching function for call奇怪的构造函数的问题
Function-Call Subsystem函数调用子系统
The function to call需要被调用的函数
function call tree函数调用树的
function n call函数得
function call operator函数调用运算符
function inset call函数嵌套调用
function of call back回调函数
the function call is set again in italics.
这个函数调用同样以斜体 显示。
for example, a function call might be described in an overview and then later in the chapter in a programming example.
例如,可以在概述中描述函数调用,稍后在章节的编程示例中再次出现。
these functions take environment, connection, statement, or descriptor handles as input and return the diagnostic information related to the last function call made using that handle.
这些函数以环境句柄、连接句柄、语句句柄或描述符句柄作为输入参数,返回与上一次使用该句柄作出的函数调用相关的诊断信息。
this function call does not destroy the data structure until the program ends.
这个函数调用直到程序结束时才真正销毁该数据结构。
all of these make a simple function call impossible.
所有这些都使得简单的函数调用是不可能的。
this hairy function call does the argument parsing.
这个复杂的函数调用执行参数解析。
an application calls a bapi using a remote function call (rfc).
应用程序使用远程函数调用 (rfc)来调用bapi。
however, it「s important to notice that this still leaves an extra layer of indirection -- each function call is resolved through a jump into a table.
不过,重要的是,要注意到还有一个间接的额外层次 —— 可以通过跳转到某个表来解析每个函数调用。
you then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.
然后通过组合该前缀与被调用方法的名称,可以使用标準的函数调用语法调用函数。
i like the function call technique, but i」m not sure i like that all the book data goes in as one block.
我很喜欢函数调用这一技术,但我并不赞同将所有图书数据都放入一个块中。
note that since this code only deals with buffers, there is almost no code except the function call which is specific to uppercase-conversion.
注意,因为这段代码只处理缓沖区,所以除了大写转换特有的函数调用之外几乎没有特殊代码。
this isn「t too bad, but passing addresses makes the function call messier and prevents the compiler from being able to keep the values in registers.
这并不是很大的问题,但是传递值会使函数调用比较混乱,并且编辑器就无法将这些值保存在寄存器中了。
in case you」re curious, the inner function call converts the input string into a timestamp that complies with a specific format.
您可能会感到奇怪。 其实内部函数调用将输入字符串转换成使用特定格式编译的时间戳。
to gather a function call trace, you need to identify when every function is called in your application.
要收集一个函数调用的蹤迹,您需要确定每个函数在应用程序中调用的时间。
do not have same function call for the same purpose in the loops.
不要在循环中将相同的函数调用用于相同的用途。
once you have made the changes to the xml document in memory, a single function call writes it back out to the configuration file.
在对内存中的xml文档完成了相应的修改之后,只需使用一个函数调用就可以将其写回到对应的配置文件中。
remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.
记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。
they are also cheap to run, with a cost comparable to a function call rather than a context switch.
这些「进程」运行的代价很小,其耗费更像是普通的函数调用而不是上下文切换。