已知x1[k]={2, 1, 1, 2}的DFT是X1[m]...0, 2, 0}的DFT X[m]= 。
已知x1[k]={2, 1, 1, 2}的DFT是X1[m]...0, 2, 0}的DFT X[m]= 。
【单选题】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, 0), (0, 2, 0), (0, 0, 3) B: (1, 2), (3, 0), (5, 1) C: (2, 6, 0), (3, 9, 0), (0, 0, 2) D: (1, 2), (--3, 0), (5, 1)
下列向量组中,( )是线性无关向量组。 A: (1, 1, 0), (0, 2, 0), (0, 0, 3) B: (1, 2), (3, 0), (5, 1) C: (2, 6, 0), (3, 9, 0), (0, 0, 2) D: (1, 2), (--3, 0), (5, 1)
18033c930e93fcd.png,[img=41x25]18033c9316fa030.png[/img]是其DFT。[img=143x27]18033c932578741.png[/img],不计算IDFT,确定6点序列[img=28x25]18033c93359b91a.png[/img]为______。 A: {0, 0, -3, 1, -1, 2} B: {0, 0, 3, 1, -1, 2} C: {3, 0, 0, 1, -1, 2} D: {3, 0, 0, -1, 1, 2}
18033c930e93fcd.png,[img=41x25]18033c9316fa030.png[/img]是其DFT。[img=143x27]18033c932578741.png[/img],不计算IDFT,确定6点序列[img=28x25]18033c93359b91a.png[/img]为______。 A: {0, 0, -3, 1, -1, 2} B: {0, 0, 3, 1, -1, 2} C: {3, 0, 0, 1, -1, 2} D: {3, 0, 0, -1, 1, 2}
17d602bb94f22b8.png,[img=41x25]17d602bba3f55ff.png[/img]是其DFT。[img=143x27]17d602bbb4dbc72.png[/img],不计算IDFT,确定6点序列[img=28x25]17d602bbc24590d.png[/img]为( )。 A: {3, 0, 0, 1, -1, 2} B: {0, 0, -3, 1, -1, 2} C: {0, 0, 3, 1, -1, 2} D: {3, 0, 0, -1, 1, 2}
17d602bb94f22b8.png,[img=41x25]17d602bba3f55ff.png[/img]是其DFT。[img=143x27]17d602bbb4dbc72.png[/img],不计算IDFT,确定6点序列[img=28x25]17d602bbc24590d.png[/img]为( )。 A: {3, 0, 0, 1, -1, 2} B: {0, 0, -3, 1, -1, 2} C: {0, 0, 3, 1, -1, 2} D: {3, 0, 0, -1, 1, 2}
语句填空:下列 for循环语句将输出: 0 1 2 0 1 2 0 1 2 for( i=1; i<=9; i++ ) printf("%2d", ——— );
语句填空:下列 for循环语句将输出: 0 1 2 0 1 2 0 1 2 for( i=1; i<=9; i++ ) printf("%2d", ——— );
利用行列式的性质计算下列行列式的值1 2 0 0 02 5 0 0 0 9 8 1 2 37 6 4 5 65 4 7 8 9
利用行列式的性质计算下列行列式的值1 2 0 0 02 5 0 0 0 9 8 1 2 37 6 4 5 65 4 7 8 9
串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
有如下一个程序段,执行完之后打印内容是:() [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;
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1).
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1).