- 1. The function call is set again in italics.
- 这个函数调用同样以斜体 显示。
来自互联网
- 2. Listing 6 shows data encoded in a function call.
- 清单6显示了在函数调用中编码的数据。
来自互联网
- 3. This hairy function call does the argument parsing.
- 这个复杂的函数调用执行参数解析。
来自互联网
- 4. All of these make a simple function call impossible.
- 所有这些都使得简单的函数调用是不可能的。
来自互联网
- 5. As with a function call, you must supply parentheses.
- 对于函数调用,必须提供圆括号。
来自互联网
- 6. Add in the Sajax function call, and you obtain the head.
- 将回调函数添加到Sajax函数调用中,就可以得到头(head)。
来自互联网
- 7. After a function call, ESP represents the top of the stack.
- 在调用函数之后,ESP代表堆栈的顶部。
来自互联网
- 8. Just change the function call to read increment( &$counter ).
- 只需将这个函数调用改为increment(&$counter )。
来自互联网
- 9. An application calls a BAPI using a remote function call (RFC).
- 应用程序使用远程函数调用(rfc)来调用BAPI。
来自互联网
- 10. C expression, you know what it does. A function call does.
- 所以,当你看到一个C语言表达式,你知道它的意思是什么。
来自互联网
- 11. This function call also takes away the need to free the SSL BIO.
- 这个函数调用不需要释放SSLBIO。
来自互联网
- 12. A function call would take way too much overhead for a simple operation.
- 对于这种简单的操作来说,函数调用的开销太大。
来自互联网
- 13. Passing the extra parameter can increase the overhead of the function call.
- 传递额外的参数会增加函数调用的开销。
来自互联网
- 14. A separate function call was required each time the mainframe was accessed.
- 每次访问大型机都需要单独的函数调用。
来自互联网
- 15. If status code returned is' 2 ', no new messages, so end the function call.
- 如果状态是'2 ',则表示没有新消息,终止函数调用。
来自互联网
- 16. Each test function call is sandwiched between a call to setUp and tearDown.
- 每个测试函数的调用被夹在setUp和tearDown调用之间。
来自互联网
- 17. This function call does not destroy the data structure until the program ends.
- 这个函数调用直到程序结束时才真正销毁该数据结构。
来自互联网
- 18. ENLINK — The function call would cause a file to have more than LINK_MAX links.
- ENLINK:函数调用会导致文件具有超过link_max个的链接。
来自互联网
- 19. The result of the rdf.complete function call is a node set of Statement elements.
- plete函数调用的结果是Statement元素的一个节点集。
来自互联网
- 20. The mysqli_errno function returns the error code of the most recent function call.
- mysqli_errno函数返回最近的函数调用的错误码。
来自互联网
- 21. Therefore, you have to load it back in because it was clobbered in the function call.
- 所以必须将其加载回来,因为它在函数调用中被截断过了。
来自互联网
- 22. The JSON output produced after the function call in Listing 9 is shown in Listing 10.
- 调用清单9中的函数之后生成的JSON输出在清单10显示。
来自互联网
- 23. Another interesting thing in the program is the nop instruction after the function call.
- 这个程序中另外一个有趣之处是函数调用之后的nop指令。
来自互联网
- 24. An operation is a programmer's tool, offered to them in the familiar guise of a function call.
- “操作”是给程序员的工具,它们打扮成程序员熟悉的函数调用。
来自互联网
- 25. Unfortunately, substitute() expects a fixed string as its replacement value, not a function call.
- 不幸的是,substitute()要求使用固定的字符串作为它的替代值,而不是一个函数调用。
来自互联网
- 26. Returns the result of the above function call to the client and logs the information on the server.
- 将上述函数的结果返回至客户端,并在服务器上记录该信息。
来自互联网
- 27. To gather a function call trace, you need to identify when every function is called in your application.
- 要收集一个函数调用的踪迹,您需要确定每个函数在应用程序中调用的时间。
来自互联网
- 28. I like the function call technique, but I'm not sure I like that all the book data goes in as one block.
- 我很喜欢函数调用这一技术,但我并不赞同将所有图书数据都放入一个块中。
来自互联网
- 29. If they are different, it actually modifies your code to swap TOC references on function call and return.
- 如果二者不同,就修改代码以切换函数调用和函数返回上的TOC引用。
来自互联网
- 30. The insertCall() method includes a function call within the given attribute, preserving any existing value.
- insertCall()方法包含给定属性中的函数调用,保留任何现有值。
来自互联网