Figure 6.1 shows what the stack diagram looks like for this sequence of function calls.
图6.1表明了这一系列函数调用过程中的栈图。
Learn the coding sequence structure of immunophilin gene of Schistosoma japonicum(Sj )and predict its function.
了解日本血吸虫免疫蛋白基因的编码序列结构,并预测其功能。
Sequence diagrams, also of great value in Function Verification, provide the interaction information.
序列图,在功能验证中有很重要的价值,提供交互的信息。
It also is not sensitive to user mistakes, where a function may be wrongfully marked as a sanitizer, or a sanitizer may miss a character or sequence of characters.
它对用户的错误不是很敏感,因此有些功能可能被错误地标记为杀毒功能,或者杀毒软件可能会丢失一个字符串或者一个字符串序列。
The XIRR function determines the irr of a sequence of cash flows that occur on any set of irregularly spaced dates.
xirr函数确定一序列发生在间隔不规则日期里现金流的IRR。
In order to achieve optimum results at this level of detail, the Function Verification Test team can benefit from some of the more detailed UML diagrams, such as the class and sequence diagrams.
为了在这个粒度达到最佳的结果,功能验证测试团队可以从一些更详细的uml图中获取利益,比如类和序列图。
We want to write a function that given a function to compute the sum of a sequence, gives us the next function to compute the sum of a sequence.
我们要编写一个返回另一个函数的函数,用返回的函数计算对序列求和。
The sequence starts when a user requests a command (an application function) to be executed by interacting with a user interface object, in this case the main form of the application.
当用户请求命令(应用功能)时,序列通过与用户接口对象相互作用来被执行。
The take function is used to take a certain number (in this case, 10) of elements from a sequence.
take函数用来从一个序列中取得一定数量(在本例中是10)的元素。
We transform each sequence of five Numbers to the product of those five Numbers by using the reduce function.
我们使用reduce函数将五个数组成的每个序列转换成这五个数的乘积。
While the xmlrow output is the sequence of the row values represented as XML, the xmlgroup function groups all the values under a root node.
xmlrow输出是一个表示为xml的行值的序列,xmlgroup函数将所有值集合到一个根节点下。
To a large degree, the return sequence of an XQuery function depends exclusively on the parameters with which you call it.
在很大程度上,一个XQuery函数的返回序列只取决于调用该函数时使用的参数。
Using this with the map function, we get a sequence of integers, just as we wanted.
联合使用它与map函数,我们就能如愿地得到一个整数序列。
You can also aggregate strings from a sequence of strings: the new string-join function takes a sequence as an argument, unlike concat , which takes many arguments, each being a string.
还可以通过各字符串的序列来聚合字符串,新增的string - join函数以序列为参数,这与concat有所不同,它可以有很多参数,每个参数要求是字符串。
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.
在Lisp里面,map接收一个函数和一个序列作为输入,然后把这个输入的函数应用于这个序列里的每个元素。
A typical sequence of steps involved in the operation of the Controller function is.
Controller功能操作所涉及的步骤顺序通常是。
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.
它返回一个新的序列,该序列的第n个元素是将此函数应用到原始序列的第n个元素后的结果。
In this case, the sequence is the result of again calling the lazy-seq-fibo function.
在本例中,此序列就是调用lazy - seq - fibo函数后的结果。
We will start this explanation of the node building sequence at the point where the menu system calls the node_page() function in the node.module.
为了对节点构建序列进行解释,我们从菜单系统调用 node.module 中的 node_page()函数开始讨论。
Note that the function can only access the list as an immutable sequence-that is, trying to modify the contents of the list results in an error.
注意,函数只能作为不可变的序列访问这个列表—也就是说,尝试修改列表的内容会导致错误。
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.
它接受一个XML文档作为输入,返回一系列节点或对一系列节点应用函数的结果。
The convergence of the optimal value and optimal solution of the stochastic programming are given as the function sequence is epi-convergence and the random variable sequence is square convergence.
主要讨论了一类随机规划在函数序列上图收敛和随机变量序列均方收敛意义下,该类随机规划的最优解和最优值的收敛情况。
We develop support system for sequence design in DNA computing, which minimizes the evaluation function calculated as the linear sum of the plural evaluation terms.
我们给出了DNA计算中序列设计的支持系统:计算由多个评价指标的线性和组成的适应值函数的最小值。
The "pipe" pattern: a single event triggers a sequence of processing steps, each performing a specific function.
“管道(pipe)”模式:单个事件触发一系列的处理步骤,每个步骤执行特定的功能。
For each "customerList" record, the XMLAgg function returns a sequence of customer elements, each of which include sub-elements based on our "name" and "status" columns.
对于每个 "customerList"记录,XMLAgg函数返回一系列的customer元素,每个 customer 元素包含基于 "name"和 "status"列的子元素。
Formation of zonal landscape axis, overall structural axis and plot. Will be the most prominent function of space planning, special places, such as landscape sequence of organic vapor content.
总体上形成带状的景观轴线,也是地块结构性轴线。将规划区最突出的功能空间、特色场所、景观序列等内容有机连缀起来。
The advantage function in PLC is stepping sequence control, the efficiency method of establishment the stepping sequence control program is drawing out the function diagram.
步进顺序控制是可编程序控制器的优势功能,编制步进顺序控制程序的有效方法是画出功能表图。
Inverted Index: The map function parses each document, and emits a sequence of pairs.
反向索引:map函数对每个文档进行索引分析,产生一串数据对。
A: the DATAPARTITIONNUM function returns the sequence number (SYSDATAPARTITIONS.SEQNO) of the data partition in which the row resides.
A:函数DATAPARTITIONNUM能够返回行所在数据分区的序号(SYSDATAPARTITIONS . SEQNO)。
"Reduce (func, sequence)" returns a single value constructed by calling the binary function func on the first two items of the sequence, then on the result and the next item, and so on.
返回一个单值,它是这样构造的:首先以序列的前两个元素调用函数,再以返回值和第三个参数调用,依次执行下去。
应用推荐