Therefore, you have to load it back in because it was clobbered in the function call.
所以必须将其加载回来,因为它在函数调用中被截断过了。
Note that since this code only deals with buffers, there is almost no code except the function call which is specific to uppercase-conversion.
注意,因为这段代码只处理缓冲区,所以除了大写转换特有的函数调用之外几乎没有特殊代码。
To gather a function call trace, you need to identify when every function is called in your application.
要收集一个函数调用的踪迹,您需要确定每个函数在应用程序中调用的时间。
I like the function call technique, but I'm not sure I like that all the book data goes in as one block.
我很喜欢函数调用这一技术,但我并不赞同将所有图书数据都放入一个块中。
In this scenario, performance would be superb, and transactions would complete in times approaching those of a function call.
在这种情况下,性能会非常出色,完成事务的时间可以接近一次函数调用的时间。
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.
不过,重要的是,要注意到还有一个间接的额外层次——可以通过跳转到某个表来解析每个函数调用。
Now both files can be included safely together, and we specify which namespace to use to handle our function call.
现在,两个文件可以安全地包含在一起,并且我们指定了处理函数调用所需使用的名称空间。
Messages are collections of parameters used as profiles in determining the input and output values for a function call.
消息是参数的集合,这些参数用作确定函数调用的输入和输出值的配置文件。
You need to do this because your parameter will get clobbered on the recursive function call, and you will need access to it afterwards.
之所以需要这么做是因为参数会在递归函数调用上被截断,而以后却还需要访问它。
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文档完成了相应的修改之后,只需使用一个函数调用就可以将其写回到对应的配置文件中。
The difference is that with recursive functions, you rarely have to modify any variable — you just pass the new values as parameters to the next function call.
区别在于,使用递归函数极少被迫修改任何一个变量——只需要将新值作为参数传递给下一次函数调用。
Returns the result of the above function call to the client and logs the information on the server.
将上述函数的结果返回至客户端,并在服务器上记录该信息。
Each entry shows the number of times that the function was called and statistics on the processing time for the function call.
每个条目显示调用函数的次数和关于函数调用的处理时间的统计数据。
Global variables are never allocated to registers. Global variables can be changed by assigning them indirectly using a pointer, or by a function call.
全局变量不会被分配在寄存器上,修改全局变量需要通过指针或者调用函数的方式间接进行。
You then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.
然后通过组合该前缀与被调用方法的名称,可以使用标准的函数调用语法调用函数。
The function call would result in the process Broker executing a process that grouped an asset manipulation on the content service with a financial transaction on the payment service.
函数据调用将使流程代理程序执行一个流程,将内容服务上的资产操作和在付款服务上的金融交易组合起来。
In case you're curious, the inner function call converts the input string into a timestamp that complies with a specific format.
您可能会感到奇怪。其实内部函数调用将输入字符串转换成使用特定格式编译的时间戳。
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.
这些函数以环境句柄、连接句柄、语句句柄或描述符句柄作为输入参数,返回与上一次使用该句柄作出的函数调用相关的诊断信息。
Listing 6 shows data encoded in a function call.
清单6显示了在函数调用中编码的数据。
An application calls a BAPI using a remote function call (RFC).
应用程序使用远程函数调用(rfc)来调用BAPI。
Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.
尽管使用字符串变量更容易,但是如果通过远程函数调用发送动态sql,可能需要使用内部表。
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.
记住当程序进行函数调用(特别是针对递归函数)时,它必须在堆栈上存储返回地址和本地变量。
Let's start by disabling the full-screen functionality by commenting out a function call above and rebuilding GIMP.
我们首先通过注释掉上述函数调用并重新构建GIMP来禁用这个全屏功能。
An operation is a programmer's tool, offered to them in the familiar guise of a function call.
“操作”是给程序员的工具,它们打扮成程序员熟悉的函数调用。
However, that means that when a function makes a function call, it should expect that all of the values in volatile registers will be overwritten.
但这意味着当函数进行函数调用时,所有在可变寄存器中的值都有可能会被重写。
If they are different, it actually modifies your code to swap TOC references on function call and return.
如果二者不同,就修改代码以切换函数调用和函数返回上的TOC引用。
The JSON output produced after the function call in Listing 9 is shown in Listing 10.
调用清单9中的函数之后生成的JSON输出在清单10显示。
Only when the function call is completely finished is the space for the activation record released for reuse (more on this later).
直到函数调用彻底完成 时,活动记录使用的空间才会被释放以便重用(更多信息请参看后面的介绍)。
Only when the function call is completely finished is the space for the activation record released for reuse (more on this later).
直到函数调用彻底完成 时,活动记录使用的空间才会被释放以便重用(更多信息请参看后面的介绍)。
应用推荐