• 2022-06-09 问题

    事故树的最小径集为:{x1,x2,x3,x4}、{x5,x6}、{x7}{x8}其结构重要度排序为:()的特征。 A: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(6)>IΦ(1)= IΦ(2)= IΦ(3)=IΦ(4) B: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(1)>IΦ(6)= IΦ(2)= IΦ(3)=IΦ(4) C: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4) D: IΦ(5)=IΦ(7)= IΦ(8)>IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4)

    事故树的最小径集为:{x1,x2,x3,x4}、{x5,x6}、{x7}{x8}其结构重要度排序为:()的特征。 A: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(6)>IΦ(1)= IΦ(2)= IΦ(3)=IΦ(4) B: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(1)>IΦ(6)= IΦ(2)= IΦ(3)=IΦ(4) C: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4) D: IΦ(5)=IΦ(7)= IΦ(8)>IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4)

  • 2021-04-14 问题

    【单选题】rev(c(1,3,2,6,7,8,8,1,1,0))的运行结果 ? A. [1] 0 1 1 1 2 3 6 7 8 8 B. [1] 1 3 2 6 7 8 8 1 1 0 C. [1] 0 1 1 8 8 7 6 2 3 1 D. [1] 8 8 7 6 3 2 1 1 1 0

    【单选题】rev(c(1,3,2,6,7,8,8,1,1,0))的运行结果 ? A. [1] 0 1 1 1 2 3 6 7 8 8 B. [1] 1 3 2 6 7 8 8 1 1 0 C. [1] 0 1 1 8 8 7 6 2 3 1 D. [1] 8 8 7 6 3 2 1 1 1 0

  • 2021-04-14 问题

    阅读程序: Sub subP(b()As Integer) For i=1 To 4 b(i)=2*i Next i End Sub Private Sub Command1_Click() Dim a(1 To 4)As Integer a (1)=5 a (2)=6 a (3)=7 a (4)=8 subP a() For i=1 To 4 Print a(i) Next i End Sub运行以上程序,单击命令按钮,输出结果为______ 。 A.2 4 6 8 B.5 6 7 8 C.10 12 14 16 D.出错

    阅读程序: Sub subP(b()As Integer) For i=1 To 4 b(i)=2*i Next i End Sub Private Sub Command1_Click() Dim a(1 To 4)As Integer a (1)=5 a (2)=6 a (3)=7 a (4)=8 subP a() For i=1 To 4 Print a(i) Next i End Sub运行以上程序,单击命令按钮,输出结果为______ 。 A.2 4 6 8 B.5 6 7 8 C.10 12 14 16 D.出错

  • 2022-06-12 问题

    for (int i = 1; i <= 10; i++){ if (i % 5 != 0) continue; Console.WriteLine("{0}", i); }该段程序执行后输出_____。 A: 5 10 B: 1 2 3 4 6 7 8 9 C: 5 D: 1 2 3 4 5 6 7 8 9 10

    for (int i = 1; i <= 10; i++){ if (i % 5 != 0) continue; Console.WriteLine("{0}", i); }该段程序执行后输出_____。 A: 5 10 B: 1 2 3 4 6 7 8 9 C: 5 D: 1 2 3 4 5 6 7 8 9 10

  • 2022-06-10 问题

    已知 x = &#91;6, 9, 8&#93;,那么执行语句 x.insert(0, 1)之后,x的值为( )。 A: [1, 6, 9, 8] B: [6, 9, 8, 1] C: [6, 9, 1, 8] D: [6, 1, 9, 8]

    已知 x = &#91;6, 9, 8&#93;,那么执行语句 x.insert(0, 1)之后,x的值为( )。 A: [1, 6, 9, 8] B: [6, 9, 8, 1] C: [6, 9, 1, 8] D: [6, 1, 9, 8]

  • 2022-06-06 问题

    以下程序段实现的输出是()。for(i=0;i<;=9;i++)s[i]=i;for(i=9;i>;=0;i--)printf("%2d",s[i]);[/i][/i] A: 9 7 5 3 1 B: 1 3 5 7 9 C: 9 8 7 6 5 4 3 2 1 0 D: 0 1 2 3 4 5 6 7 8 9

    以下程序段实现的输出是()。for(i=0;i<;=9;i++)s[i]=i;for(i=9;i>;=0;i--)printf("%2d",s[i]);[/i][/i] A: 9 7 5 3 1 B: 1 3 5 7 9 C: 9 8 7 6 5 4 3 2 1 0 D: 0 1 2 3 4 5 6 7 8 9

  • 2021-04-14 问题

    【单选题】在建立学生表时,如果要将"出生年月"限制在1980年9月1日至1990年8月31日,在"出生年月"的有效性规则中应写为 A. between 9/1/ 1980  and 8/31/1990 B. between # 1980/9/1 # and # 1990/8/31 # C. between 1980/9/1 and 1990/8/31 D. between #1980/9/1 and 1990/8/31 #

    【单选题】在建立学生表时,如果要将"出生年月"限制在1980年9月1日至1990年8月31日,在"出生年月"的有效性规则中应写为 A. between 9/1/ 1980  and 8/31/1990 B. between # 1980/9/1 # and # 1990/8/31 # C. between 1980/9/1 and 1990/8/31 D. between #1980/9/1 and 1990/8/31 #

  • 2021-04-14 问题

    Dimension a(6) a(1)=1 a(2)=1 FOR i=3 TO 6 a(i)=a(i-1)+a(i-2) NEXT ?a(6)

    Dimension a(6) a(1)=1 a(2)=1 FOR i=3 TO 6 a(i)=a(i-1)+a(i-2) NEXT ?a(6)

  • 2021-04-14 问题

    Dimension a(6) a(1)=1 a(2)=1 FOR i=3 TO 6 a(i)=a(i-1)+a(i-2) NEXT ?a(6)

    Dimension a(6) a(1)=1 a(2)=1 FOR i=3 TO 6 a(i)=a(i-1)+a(i-2) NEXT ?a(6)

  • 2022-06-12 问题

    阅读程序: Option Base 1 Sub P(b() As Integer) For i=1 To 4 b(i)=2*i Next i End Sub Private Sub Form_Click() Dim a(4)As Integer For i=1 To 4 a(i)=i+4 Next i P a For i=1 To 4 Print a(i) Next i End Sub 运行上面的程序,单击窗体,输出结果为 A: 2 4 6 8 B: 5 6 7 8 C: 10 12 14 16 D: 4 8 12 16

    阅读程序: Option Base 1 Sub P(b() As Integer) For i=1 To 4 b(i)=2*i Next i End Sub Private Sub Form_Click() Dim a(4)As Integer For i=1 To 4 a(i)=i+4 Next i P a For i=1 To 4 Print a(i) Next i End Sub 运行上面的程序,单击窗体,输出结果为 A: 2 4 6 8 B: 5 6 7 8 C: 10 12 14 16 D: 4 8 12 16

  • 1 2 3 4 5 6 7 8 9 10