The third function — speaking — is one of the principal features which distinguish human beings from the rest of living creatures.
第三项——说话,这是人类区别于其他生物的主要特征。
If this second function calls a third function, the parameters for the second function will also have to be saved to the stack to make room for the parameters of the third function.
如果第二个函数又调用了第三个函数,那么第二个函数的参数也将被存储在堆栈中,从而为第三个函数腾出空间。
London's third great function, since the seventeenth century, has been that of national and international bourse: the exchange of stocks and shares, banking, commerce and, increasingly, insurance.
自17世纪以来,伦敦的第三大功能就是充当国内和国际证券交易所,负责股票和股份、银行业、商业以及越来越多的保险的交易。
However, notice that when you use its open function to open the connection, you pass a third parameter (true).
不过,请注意在使用它的open函数打开连接时,传递进第三个参数(true)。
The last operation that Third Party Call gives a developer is the ability to cancel a call, using a cancelCall(CallIdentifier) function.
第三方呼叫为开发人员提供的最后一个操作是取消呼叫的能力,通过cancelCall(CallIdentifier)函数进行。
The third article in this series explained Vimscript's variadic function arguments with a small example that generated comment boxes around a specified text.
本系列的 使用脚本编写 Vim 编辑器,第 3 部分:内置列表用一个在指定文本周围生成评论框的小例子,解释了Vimscript 的variadic函数参数。
The NULL argument to spe_context_run would become a third argument to the main function on the spe; there's no need for it in this example.
spe_context_run的NULL参数会成为spe上main函数的第3个参数;因此在这个例子中不需要使用它。
The External Provider pattern demonstrates how to outsource a noncritical business function to a consumer accessing one or more third-party services.
外部提供者模式演示如何将一项非关键业务功能外包给访问一个或多个第三方服务的消费者。
In Listing 6, the first command loads the function, the second command gets the head (or first) element, and the third command gets the head of the tail (or second element).
在清单6中,第一个命令装入函数,第二个得到头(或第一个)元素,第三个命令得到末尾的头(或第二个)元素。
Far more importantly, however, the function does only one-third as many buffer accesses, and the code is much clearer and more maintainable.
不过,更重要的是该函数的缓存访问量只有原来的三分之一,并且代码更加简洁,更加易于维护。
The first column shows time, the second is accumulated memory use, the third is incremental memory use, and the fourth shows function calls, including the parameters.
第一列显示时间,第二列是累计的内存使用量,第三列是增加的内存使用量,而第四列显示函数调用,包括参数。
The first argument is the function name, the second the argument list, and the third is the code you wish to execute.
第一个参数是函数名,第二个参数是参数列表,第三个参数是希望执行的代码。
The server acts as a client to the third-party service in addition to its usual server function.
服务器除提供常规的服务器功能外,还担当第三方服务的客户机的角色。
The asterisk in the third field indicates that the function foo() is to be probed if it exists in any module of the process.
第三个字段中的星号表示,在这个进程的任何模块中找到的foo()函数都应该探测。
This lets third-party libraries and applications extend the functionality of Dojo without overlapping object or function names.
这允许第三方库和应用程序扩展Dojo功能而不必覆盖对象和功能名称。
This function is similar to pthread_cond_wait, except that the third argument is the absolute time value until which the reader thread is willing to wait before it gives up.
这个函数与pthread_cond_wait相似,但是第三个参数是绝对时间值,到达这个时间时读线程自愿放弃等待。
The third argument, rereduce, has to do with whether or not this reduce function is operating on aggregate information or the raw results from the map (the ones from the map function).
第三个参数是rereduce,这个参数必须处理这个reduce函数是在汇总信息上操作还是在来自映射的原始结果(来自map 函数的结果)上操作。
The third argument, also optional, is a function to execute if the Ajax function returns successfully.
第三个参数也是可选的,是Ajax函数成功返回时所要执行的函数。
This works in the same way as the down function, so to select the third cell, you would use.
这与down函数使用了相同的方式,因此可以使用下面的语句选择第三个单元格。
The changes begin in the third code block, which USES the two-argument form of the built-in getline function to return a list of all the lines in the range to be realigned.
从第三个代码块开始发生变化,它使用内置的getline函数的双参数形式来返回需要重新对齐的行的列表。
In the third article in this series, we updated an earlier example function called AlignAssignments , converting it to use lists to store the text lines it was modifying.
在本系列使用脚本编写Vim编辑器,第3部分:内置列表中,我们更新了较早的名为alignassignments的示例函数,对其进行转换使用列表来存储正在修改的文本内容。
The replace function USES three arguments: the first is the text to modify, the second is the regular expression that matches the part to be replaced, and the third is the replacement string.
replace函数采用了三个参数:第一个参数是要修改的文本,第二个参数是与将要替换的部分匹配的正则表达式,第三个参数是替换字符串。
This function takes in two required parameters with the optional and default $position parameter as a third one.
此函数需要接收两个参数,另外还可以选择接收一个默认参数 $position。
Third, Miao silver is a product of history, but also to participate in the social life and in which play an important role, plays a social function can not be ignored.
再次,苗族银饰固然是历史的产物,但同时也参与着社会生活并在其中扮演着重要的角色,发挥着不可忽视的社会功能。
If the first two arguments to find are of type int* and the third is of type int, then it is as if you had called the following function.
如果前面两个参数类型是int*,第三个参数类型是int,那么就像调用下面的函数一样。
But whether the function can be achieved depends on the ability and level of the third-party logistics vendors.
但第三方物流优势作用能否得以充分发挥,取决于第三方物流供应商的实力和水平。
Suppose you wish to end the SIP call session between Agent 1 and Agent 2; you can issue an endCall(CallIdentifier) function call on the Third Party Call Web service.
假定您希望结束 Agent1和 Agent2间的SIP呼叫会话,则可以对第三方呼叫Web服务发出endCall(CallIdentifier)函数调用。
The third part introduces the function of the regional financial in the regional industrial structure changes under various kinds of conditions.
第三部分介绍区域金融结构在各种条件下的区域产业结构变迁中的作用。
The third part introduces the function of the regional financial in the regional industrial structure changes under various kinds of conditions.
第三部分介绍区域金融结构在各种条件下的区域产业结构变迁中的作用。
应用推荐