()are the factors influencing the changes in the International Investment Position
A. financial account transactions
B. Other changes in volume
C. price changes
D. Exchange rate changes
查看答案
下面关于串的的叙述中,哪一个是不正确的:Which of the following descriptions about string is not correct? (There is only one correct answer)()
A. 串是字符的有限序列 String is a finite sequence of characters
B. 模式匹配是串的一种重要运算 Pattern matching is an important operation
C. 串是一种数据对象和操作都特殊的线性表 String is a linear list whose data objects and operations both special
D. 空串是由空格构成的串 Empty string is a string consisting of spaces
The key features of a protocol are: syntax, semantics and__()
A. presentation
B. timing
C. network access
D. peer layering
下列说法正确的是:Which of the following statements is correct? (There is only one correct answer)()
A. 空串就是空白串“Empty string” is blank string
B. 空串是任意字符串的子串 Empty string is a substring of arbitrary string
C. 串只可以采用顺序存储,不可以采用链式存储 String only can be stored in sequential method and cannot be stored in linked method
D. 在C++标准中,char S[M]最多能表示长度为M的字符串 In C ++ standards, char S[M] can represent up to a string of length M
设有两个串p和q,其中q是p的子串,求q在p中首次出现的位置的算法称为()There are two strings p q, q is p’s substring. The algorithm to search the first time q appeared in p is called()(There is only one correct answer)
A. 求子串 Seeking substring
B. 联接 Concatenation
C. 匹配 Matching
D. 求串长 Seeking length