sequence 相关的搜索结果 共有31个

Word Appearance Frequency

l  Problem In a normal English document, words are separated by blank, comma, full stop, and carriage return, and the sifrequencey,sequence,split,isalpha,lower,group,maxp

Sequence and Table Sequence

Sequence, table sequence (TSeq) and record sequence (RSeq) are the most common data types esProc uses. This section willsequence, table sequence, record sequence

Using Sequences

A sequence is an ordered set consisting of a series of data items, which are called members of the sequence. A sequence sequence

Sequence

This chapter lists code examples of handling sequences, including Check if it is a sequence, Get a sequence member or a sequence

[a:b]

Description: Get values from row/column/cell a to row/column/cell b to create a sequence. Syntax: [a:b] Note: The functisequence, cell, value

@

Description: Value of the current cell referenced in an expression. Example:   A B   1 [1,2,3,4,5,6]     2 for A1     3 sequence, current cell value, member

A.( x,... )

Description: Compute an expression with each member of a sequence. Syntax: A.(x,…)   A.() Return A itself. Note: The funsequence, member, expression

[a1,...an]

Description: Define a sequence constant. Syntax:  [a1,a2…, an] Note: The function defines a sequence composed of memberssequence, constant

align()

Here’s how to use align() functions.sequence, sort, align

cor()

Description: Perform logical OR operation over members of a sequence. Syntax: A.cor(x)   cor(x1,…,xn) Equivalent to A.cosequence,logical or,boolean value