• 2022-07-29
    下面是图的拓扑排序的是?(多选)[img=340x240]1802faef6ebcc2a.png[/img]
    A: 2 8 0 7 1 3 5 6 4 9 10 11 12
    B: 2 8 7 0 6 9 11 12 10 1 3 5 4
    C: 8 2 7 3 0 6 1 5 4 9 10 11 12
    D: 8 2 7 0 6 9 10 11 12 1 3 5 4
  • A,B,C,D

    举一反三

    内容

    • 0

      设DES加密算法中的一个S盒为: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 1 2 3 14 4 13 1 2 15 11 8 3 10 6 12 5 9 0 7 0 15 7 4 14 2 13 1 10 6 12 11 9 5 3 8 4 1 14 8 13 6 2 11 15 12 9 7 3 10 5 0 15 12 8 2 4 9 1 7 5 11 3 14 10 0 6 13 若给定输入为101101,则该S盒的输出的二进制表示为

    • 1

      说明S盒变换的原理,并计算当输入为110101时的S1盒输出。 [br][/br] n\m 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 S1 0 14 4 13 1 2 15 11 8 3 10 6 12 5 9 0 7 1 0 15 7 4 14 2 13 1 10 6 12 11 9 5 3 8 2 4 1 14 8 13 6 2 11 15 12 9 7 3 10 5 0 3 15 12 8 2 4 9 1 7 5 11 3 14 10 0 6 13

    • 2

      下面语句的输出结果是?range(len('HelloWorld')) A: [1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11] B: 11 C: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] D: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]

    • 3

      ExercisesofUnit2VocabularyI.1.Fillinthegapswithwordsorphrasesgiveninthebox.Changetheformwherenecessary.1)2)3)4)5)6)7)8)9)10)11)12)2.Rewriteeachsentencewiththewordorphraseinbrackets,keepingthesamemeaning.Thefirstparthasbeenwrittenforyou.1)Whenyouare2)Wateris3)Thereisstill4)Asapersonofsimplelivinghabits,heneeds5)ItComprehensiveExercisesCloze1.Text-related1)2)3)4)5)6)7)8)9)10)11)12)2.Theme-related1)2)3)4)5)6)7)8)9)10)

    • 4

      如下代码的运行结果为:( ) A: array([[-10, -8, -6, -4, -2],[ 0, 2, 4, 6, 8]]) B: array([[ 1, 2, 3, 4, 5],[ 6, 7, 8, 9, 10]]) C: array([[-11, -10, -9, -8, -7],[ -6, -5, -4, -3, -2]]) D: array([[12, 12, 12, 12, 12],[12, 12, 12, 12, 12]])