此题为判断题(对,错)。
第1题:
使用S函数时,必须在模型编辑窗口添加()模块。
A.Sine Wave
B.S-Function
C.Scope
D.S-Program
第2题:
下列是为字符数组赋字符串的语句组,其中错误是:
A.char s[10]; s=”program”;
B.char s[]=”program”;
C.char s[10]=”Hello!”;
D.char s[10];strcpy(s,”hello!”);
第3题:
【单选题】下列是为字符数组赋字符串的语句组,其中错误的是 。
A.char s[l0]; s="program";
B.char s[]=" program";
C.char s[l0]="Hello!";
D.char s[l0];strcpy(s,"hello !");
第4题:
使用S函数时,要在模型编辑窗口添加()。
A.Sine Wave模块
B.S-Program模块
C.Subsystem模块
D.S-Function模块
第5题:
【单选题】使用S函数时,必须在模型编辑窗口添加()模块。
A.Sine Wave
B.S-Function
C.Scope
D.S-Program
第6题:
5、下列是为字符数组赋字符串的语句组,其中错误是:
A.char s[10]; s=”program”;
B.char s[]=”program”;
C.char s[10]=”Hello!”;
D.char s[10];strcpy(s,”hello!”);