将矩阵[img=544x298]17da662f4927053.png[/img]写成MATLAB语言表达形式,下列正确的是( )。 A: A=[1 0 -1;1 0 1;1 2 1; 1 2 2] B: A=[1 -1 1 2;1 1 1 1;2 0 0 2] C: A=[1 1 1 1;2 0 0 2;1 -1 1 2] D: A=[1 2 1;1 0 -1;1 0 1;1 2 2]
将矩阵[img=544x298]17da662f4927053.png[/img]写成MATLAB语言表达形式,下列正确的是( )。 A: A=[1 0 -1;1 0 1;1 2 1; 1 2 2] B: A=[1 -1 1 2;1 1 1 1;2 0 0 2] C: A=[1 1 1 1;2 0 0 2;1 -1 1 2] D: A=[1 2 1;1 0 -1;1 0 1;1 2 2]
已知模式T=”abaabcab”,则对应的next[0..7]的值为 。数值之间用一个空格间隔 A: -1 0 0 1 2 2 1 1 B: -1 0 0 1 2 2 0 0 C: -1 0 0 1 1 2 0 1 D: -1 0 1 1 1 2 2 1
已知模式T=”abaabcab”,则对应的next[0..7]的值为 。数值之间用一个空格间隔 A: -1 0 0 1 2 2 1 1 B: -1 0 0 1 2 2 0 0 C: -1 0 0 1 1 2 0 1 D: -1 0 1 1 1 2 2 1
氢原子中处于2p状态的电子,描述其量子态的四个量子数为(n,l,m1;m2,)可以是() A: (2,2,1,-1/2)( B: (2,0,0,1/2)( C: (2,1,-1,-1/2)( D: (2,0,1,1/2)
氢原子中处于2p状态的电子,描述其量子态的四个量子数为(n,l,m1;m2,)可以是() A: (2,2,1,-1/2)( B: (2,0,0,1/2)( C: (2,1,-1,-1/2)( D: (2,0,1,1/2)
向量(1, 1, 1)与向量(1, -1, 1)的向量积 = A: (2, 0, -2) B: (1, 0, -1) C: (-2, 0, 2) D: (-1, 0, 1)
向量(1, 1, 1)与向量(1, -1, 1)的向量积 = A: (2, 0, -2) B: (1, 0, -1) C: (-2, 0, 2) D: (-1, 0, 1)
有如下一个程序段,执行完之后打印内容是:() [img=412x126]17e438c1982a72a.png[/img] A: 0 and 0;0 and 1;0 and 2; B: 0 and 0;1 and 0;2 and 0; C: 1 and 0;1 and 1;1 and 2; D: 2 and 0;2 and 1;2 and 2;
有如下一个程序段,执行完之后打印内容是:() [img=412x126]17e438c1982a72a.png[/img] A: 0 and 0;0 and 1;0 and 2; B: 0 and 0;1 and 0;2 and 0; C: 1 and 0;1 and 1;1 and 2; D: 2 and 0;2 and 1;2 and 2;
若定义int a[2][2]={1,2,3,4},则a数组的各数组元素值分别为()。 A: a[0][0]=1,a[0][1]=2,a[1][0]=3,a[1][1]=4 B: a[0][0]=1,a[0][1]=3,a[1][0]=2,a[1][1]=4 C: a[0][0]=4,a[0][1]=3,a[1][0]=2,a[1][1]=1 D: a[0][0]=4,a[0][1]=2,a[1][0]=3,a[1][1]=1
若定义int a[2][2]={1,2,3,4},则a数组的各数组元素值分别为()。 A: a[0][0]=1,a[0][1]=2,a[1][0]=3,a[1][1]=4 B: a[0][0]=1,a[0][1]=3,a[1][0]=2,a[1][1]=4 C: a[0][0]=4,a[0][1]=3,a[1][0]=2,a[1][1]=1 D: a[0][0]=4,a[0][1]=2,a[1][0]=3,a[1][1]=1
串S='aaab',其next数组为()? 0 2 0 0|0 1 2 0|-1 0 1 2|0 0 1 2
串S='aaab',其next数组为()? 0 2 0 0|0 1 2 0|-1 0 1 2|0 0 1 2
执行C程序代码“int a=1;int b=0;int c=0;int d=(a)*(c=1);”后,a、b、 c、d的值分别为(59)。 A: 2,0,1,2 B: 1,0,1,1 C: 2,0,1,1 D: 2,0,0,2
执行C程序代码“int a=1;int b=0;int c=0;int d=(a)*(c=1);”后,a、b、 c、d的值分别为(59)。 A: 2,0,1,2 B: 1,0,1,1 C: 2,0,1,1 D: 2,0,0,2
【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]
【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]
高分子溶解在良溶剂中,则( )。 A: χ1>1/2, Δμ1 E>0 B: χ1>1/2, Δμ1 E<0 C: χ1<1/2, Δμ1E>0, D: χ1<1/2, Δμ1 E<0
高分子溶解在良溶剂中,则( )。 A: χ1>1/2, Δμ1 E>0 B: χ1>1/2, Δμ1 E<0 C: χ1<1/2, Δμ1E>0, D: χ1<1/2, Δμ1 E<0