[问答题] 请说明Solaris系统中vi的工作模式
[单选题]Solaris系统中查找带有字符串sybase的所有进程信息的命令为?()。A . ps–ef|grepsybaseB . ps–efSybase*C . ps|grepSybaseD . ps–efgrepSybase*
[问答题] 用字符串指针变量处理字符串与用字符数组处理字符串有何不同?
[单选题]在字符串的模式匹配过程中,如果模式串的每个字符依次和主事中一个连续的字符序列相等,则称为匹配成功。如果不能在主串中找到与模式串相同的子串,则称为匹配失败。在布鲁特—福斯模式匹配算法(朴素的或基本的模式匹配)中,若主串和模式串的长度分别为n和m(且n远大于m),且恰好在主串末尾的m个字符处匹配成功,则在上述的模式匹配过程中,字符的比较次数最多为(57)。(57) A. n*mB. (n-m+1)*mC. (n-m-1)*mD. (n-m)*n
[单选题]在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是A.static boolean matches()B.boolean matcher,find()C.int matcher,start()D.int matcher,end()
[单选题]在匹配器(Marcher)类中,用于输入字符串与模式串比较的方法是( )。A.static boolean matches()B.boolean matcher.find()C.int matcher.start()D.int matcher.end()
[单选题]在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。A.staticbooleanmatches()B.booleanmatc
[单选题]在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。A.static Boolean matches()B.boolean matcher.find()C.int matcher.start()D.int matcher.end()
[单选题]在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。A.static boolean matches()B.boolean matcher.find()C.int matcher.start()D.int matcher.end()
[单选题]下列字符串中非法字符串为( )。A.’a string’B.’It is a’string’.’C.”a string”D.”It is a’string”