• 2022-06-15 问题

    已知a=[1 2 3; 4 5 6; 7 8 9],执行命令:a([3,1],:)=a([1,3],:),a将变为( )。 A: [4 5 6;4 5 6;4 5 6] B: [7 8 9;4 5 6;1 2 3] C: [2 2 2;5 5 5;8 8 8] D: [3 2 1;6 5 4;9 8 7]

    已知a=[1 2 3; 4 5 6; 7 8 9],执行命令:a([3,1],:)=a([1,3],:),a将变为( )。 A: [4 5 6;4 5 6;4 5 6] B: [7 8 9;4 5 6;1 2 3] C: [2 2 2;5 5 5;8 8 8] D: [3 2 1;6 5 4;9 8 7]

  • 2022-06-09 问题

    已知图的边集合E(G)={[6,1],[1,2],[4,1],[4,5],[5,3],[2,3]},则序列_______是该图的拓扑序列之一。 A: 6, 3, 4, 5, 1, 2 B: 6, 1, 2, 3, 4, 5 C: 4, 5, 6, 1, 2, 3 D: 4, 3, 5, 2, 1, 6

    已知图的边集合E(G)={[6,1],[1,2],[4,1],[4,5],[5,3],[2,3]},则序列_______是该图的拓扑序列之一。 A: 6, 3, 4, 5, 1, 2 B: 6, 1, 2, 3, 4, 5 C: 4, 5, 6, 1, 2, 3 D: 4, 3, 5, 2, 1, 6

  • 2022-11-03 问题

    联储的贴现率[discount rate(of Fed)]

    联储的贴现率[discount rate(of Fed)]

  • 2022-06-08 问题

    执行dict([1,2],[3,4],[5,6])语句,创建的一个对象是(  )。 A: {1:2, 3:4, 5:6} B: {(1, 2), (3, 4), (5, 6)} C: {1, 2, 3, 4, 5, 6} D: {(1,2,3):(4,5,6)}

    执行dict([1,2],[3,4],[5,6])语句,创建的一个对象是(  )。 A: {1:2, 3:4, 5:6} B: {(1, 2), (3, 4), (5, 6)} C: {1, 2, 3, 4, 5, 6} D: {(1,2,3):(4,5,6)}

  • 2022-06-18 问题

    >>>x = [1, 2, 3]>>>x.extend([5, 6, 7])语句运行结果正确的是( )。 A: [1, 2, 3, 5, 6, 7] B: [5, 6, 7, 1, 2, 3] C: [0, 1, 2, 3, 4, 5, 6, 7] D: [5, 6, 7]

    >>>x = [1, 2, 3]>>>x.extend([5, 6, 7])语句运行结果正确的是( )。 A: [1, 2, 3, 5, 6, 7] B: [5, 6, 7, 1, 2, 3] C: [0, 1, 2, 3, 4, 5, 6, 7] D: [5, 6, 7]

  • 2022-06-04 问题

    Bitterness ______ the man who had made the world laugh. () A: fed on B: fed with C: fed up D: fed<br/>for

    Bitterness ______ the man who had made the world laugh. () A: fed on B: fed with C: fed up D: fed<br/>for

  • 2022-06-05 问题

    阅读下面的程序:li_one = &#91;2, 1, 5, 6&#93;print(li_one&#91;:2&#93;) A: [2, 1] B: [1, 5, 6] C: [1, 2, 5, 6] D: [6, 5, 2, 1]

    阅读下面的程序:li_one = &#91;2, 1, 5, 6&#93;print(li_one&#91;:2&#93;) A: [2, 1] B: [1, 5, 6] C: [1, 2, 5, 6] D: [6, 5, 2, 1]

  • 2022-05-27 问题

    >;>; A=&#91;1,2;3,4;5,6&#93;;>;>; A(3)ans =? A: 3 B: 4 C: 5 D: 6

    >;>; A=&#91;1,2;3,4;5,6&#93;;>;>; A(3)ans =? A: 3 B: 4 C: 5 D: 6

  • 2022-06-03 问题

    绘制&#91;1,5&#93;×&#91;1,5&#93;区域内高度为6的平面,可以使用的命令是( )。 A: axes('View',[-37.5, 30])surface(1:5, 1:5, 6*ones(5)) B: surf(1:5, 1:5, 6*ones(5)) C: axes('View',[-37.5, 30])[x,y]=meshgrid(1:5);surface(x, y, 6*ones(5)) D: [x,y]=meshgrid(1:5);surf(x, y, 6*ones(5))

    绘制&#91;1,5&#93;×&#91;1,5&#93;区域内高度为6的平面,可以使用的命令是( )。 A: axes('View',[-37.5, 30])surface(1:5, 1:5, 6*ones(5)) B: surf(1:5, 1:5, 6*ones(5)) C: axes('View',[-37.5, 30])[x,y]=meshgrid(1:5);surface(x, y, 6*ones(5)) D: [x,y]=meshgrid(1:5);surf(x, y, 6*ones(5))

  • 2022-07-28 问题

    已知列表x=&#91;3, 5, 6, 7, 9&#93;,那么x&#91;::-1&#93;的结果是 A: [3, 9] B: [3, 5, 6, 7, 9] C: [3, 5, 6, 7] D: [9, 7, 6, 5, 3]

    已知列表x=&#91;3, 5, 6, 7, 9&#93;,那么x&#91;::-1&#93;的结果是 A: [3, 9] B: [3, 5, 6, 7, 9] C: [3, 5, 6, 7] D: [9, 7, 6, 5, 3]

  • 1 2 3 4 5 6 7 8 9 10