题目内容

在AI软件中按Ctrl+______键可以下移图层。

查看答案
更多问题

执行下面程序段后会输出()>> s1 = 'The';>> s2 = ' Great ';>> s3 = 'Wall';>> s = [s1, s2, s3]

A. The Great Wall
B. TheGreatWall
C. The, Great, Wall
D. [The Great Wall]

执行下面程序段后会输出()>> findstr('aabbccaacc', 'aa')

A. 1 7
B. 1
C. 7
D. 7 1

执行下面程序段后会输出()>> pth = 'D:\MathExp\test.m';>> ind = strfind(pth, '\')>> pth(ind(end)+1:end)

A. test.m
B. D:\MathExp\test.m
C. \test.m
D. MathExp\test.m

执行下面程序段后会输出()>> stu = struct('id', 20201298, 'name', '李同', 'Tel', '18000112233')>> isfield(stu, 'name')

A. 逻辑型的 1,表示 true
B. 逻辑型的 0,表示 false
C. 李同
D. name

答案查题题库