它将此函数应用到序列中的前两个元素。
It applies the function to the first two elements in the sequence.
第二个聚合函数应用于S1的部分计算结果。
The second aggregation function is applied to the partially calculated results of S1.
OpenMath区别对待函数应用和绑定表达式。
OpenMath distinguishes function application from binding expression .
然后再将此函数应用到之前的结果以及序列中的下一个元素。
Then it applies the function to the previous result and the next element in the sequence.
他接下来将这个函数应用在斐波那契数列生成器上。
这个策略让您能够用不同的方式把函数应用到函数的每个元素。
This strategy lets you apply a function to each of a function's elements in a variety of ways. Listing 5 shows a series of functions that apply functions to each element of a list.
它接受单个参数:一个函数,并将此函数应用于数组内的每个元素。
It takes a single parameter, a function, and applies the function to each element in the array.
其中最重要的是map,它将某个函数应用到列表中的每个元素。
The most important of these is map, which applies a function to every element of a list.
将这个函数应用到初始的div元素,div元素的内容就变成下面这样。
Applying this to the original div element, the contents of the div element would now look like.
函数表达式将一个函数应用到一个或多个输入参数以创建新的表达式。
Functional expressions apply a function to one or more input arguments to create a new expression.
它使用一个函数作为它的参数,然后依次将这个函数应用到Array中的每个对象中。
It takes a function as its parameter and applies the function sequentially to each object in the Array.
结果是一个新数组,其中的第i个元素就是将此函数应用到原始数组的第i个元素后的结果。
The result is a new array, where the i-th element is the result of applying the function to the i-th element of the original array.
如您所见,这样就可以创建出一个全新的列表,这个列表是将函数应用到原始列表中每个元素的结果。
As you can see, this creates a brand new list that is the result of applying the function to every element of the original list.
将normalize - space函数应用于label的子元素address所得到的结果。
The result of applying the normalize-space function on the address element child of the label element.
它返回一个新的序列,该序列的第n个元素是将此函数应用到原始序列的第n个元素后的结果。
It returns a new sequence where the NTH element of the sequence is the result of applying the function to the NTH element of the original sequence.
如果多个度量将它们的聚合函数应用于同样的维,而且次序相同,那么可以在同一个语句中计算这些度量。
If the multiple measures apply their aggregation functions on the same dimensions and in the same order as each other, the measures can all be calculated in the same statement.
在Lisp里面,map接收一个函数和一个序列作为输入,然后把这个输入的函数应用于这个序列里的每个元素。
In Lisp, a map takes as input a function and a sequence of values. It then applies the function to each value in the sequence.
要创建constructor和destructor函数,则需要声明两个函数,然后对这两个函数应用constructor和destructor函数属性。
To create your constructor and destructor, declare two functions, then apply the constructor and destructor function attributes to them.
运行时,这些函数调用把应用代码覆盖率的相关信息发送给一个单独的工具。
At runtime, these function calls send information on the application's code coverage to a separate tool.
应用程序使用远程函数调用(rfc)来调用BAPI。
An application calls a BAPI using a remote function call (RFC).
它接受一个XML文档作为输入,返回一系列节点或对一系列节点应用函数的结果。
It takes an XML document as input and returns a sequence of nodes or the result of applying a function to a sequence of nodes.
要收集一个函数调用的踪迹,您需要确定每个函数在应用程序中调用的时间。
To gather a function call trace, you need to identify when every function is called in your application.
这两个函数在应用程序中启用所有拖放功能。
These two functions enable all of the drag-and-drop functionality in the application.
这个文件可以包含覆盖现有主题函数的主题函数,它们应用于整个主题,而不是仅限于特定的节点类型。
This file can contain theme functions that override existing theme functions that are applied globally across the theme, not just to specific node types.
您将编写一个使用本机函数的SPL应用程序,这些本机函数封装 MATLAB编译器生成的函数。
You will write the SPL application that uses the native functions that wrap the functions generated by the MATLAB compiler.
从概念上说,merge函数通过应用on子句过滤,将源表行与目标表行进行联接,所有联接的行都在目标中进行更新或者删除。
Conceptually, the merge function joins source table rows with target table rows by applying the on clause filter. All the joined rows are updated or deleted on the target.
诸如db2 - fn:sqlquery这类函数,可让应用程序访问XQuery中的关系数据。
Functions such as db2-fn: sqlquery that enable applications to access relational data in xquery.
当一个函数要应用到多个SVG元素时,脚本是最有用的。
Scripting is most useful when the same function is applied to multiple SVG elements. For example, you could add a rectangle to Listing 6 as follows.
最外层是平方函数的应用(power,第二个参数是数字2),power的第一个参数是sin函数的应用。
At the outer level is an application of the squaring function (power, with the second argument the number 2), and the first argument to power, is an application of the sin function.
partial函数局部地应用使用其参数子集的一个函数,并返回一个获取更少参数的新函数。
The partial function partially applies a function with a subset of its arguments and returns a new one that takes fewer arguments.
应用推荐