• 2021-04-14 问题

    【单选题】4、 1/2 , 1 , 1 ,(), 9/11 , 11/13 A 、 2 ; B 、 3 ; C 、 1 ; D 、 7/9 ; A. 2 B. 3 C. 1 D. 7/9

    【单选题】4、 1/2 , 1 , 1 ,(), 9/11 , 11/13 A 、 2 ; B 、 3 ; C 、 1 ; D 、 7/9 ; A. 2 B. 3 C. 1 D. 7/9

  • 2022-06-06 问题

    n^2/3=( ) (n+nlogn) A: θ B: O C: W D: o

    n^2/3=( ) (n+nlogn) A: θ B: O C: W D: o

  • 2022-06-17 问题

    (1)5 7 9 11() () ()()(2)26 23 20 17()() 8()(3)1 2 4 7 11() () 29(4)7 3 8 3 9 3()()(5)1 1 2 3 5 8()()

    (1)5 7 9 11() () ()()(2)26 23 20 17()() 8()(3)1 2 4 7 11() () 29(4)7 3 8 3 9 3()()(5)1 1 2 3 5 8()()

  • 2022-06-14 问题

    9:30 (1) 11:00 (2) 14:00 (3) (4) 2()

    9:30 (1) 11:00 (2) 14:00 (3) (4) 2()

  • 2022-05-27 问题

    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)

    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)

  • 2022-06-16 问题

    下列程序段在运行时,若通过键盘输入的数据为“1、3、47、9、23、15、11、32、19、2”,则输出结果是() A: 2、19、11、23、47、3 B: 2、3、11、19、23、47 C: 1、2、3、11、19、23、47 D: 2、19、11、23、47、3、1

    下列程序段在运行时,若通过键盘输入的数据为“1、3、47、9、23、15、11、32、19、2”,则输出结果是() A: 2、19、11、23、47、3 B: 2、3、11、19、23、47 C: 1、2、3、11、19、23、47 D: 2、19、11、23、47、3、1

  • 2022-06-06 问题

    下面语句的输出结果是?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]

    下面语句的输出结果是?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]

  • 2021-04-14 问题

    【单选题】myarray1=np.arange(15) myarray2=myarray1.reshape(5,3) print( myarray1) print(myarray2) 输出值是? A. [ 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15] [[ 0  1  2] [ 3  4  5] [ 6  7  8] [ 9 10 11] [12 13 14]] B. [ 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15] [[ 1  2  3] [ 4  5  6] [ 7  8  9] [10 11 12] [13 14 15]] C. [ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14] [[ 0  1  2] [ 3  4  5] [ 6  7  8] [ 9 10 11] [12 13 14]] D. [ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14] [[ 1  2  3] [ 4  5  6] [ 7  8  9] [10 11 12] [13 14 15]]

    【单选题】myarray1=np.arange(15) myarray2=myarray1.reshape(5,3) print( myarray1) print(myarray2) 输出值是? A. [ 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15] [[ 0  1  2] [ 3  4  5] [ 6  7  8] [ 9 10 11] [12 13 14]] B. [ 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15] [[ 1  2  3] [ 4  5  6] [ 7  8  9] [10 11 12] [13 14 15]] C. [ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14] [[ 0  1  2] [ 3  4  5] [ 6  7  8] [ 9 10 11] [12 13 14]] D. [ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14] [[ 1  2  3] [ 4  5  6] [ 7  8  9] [10 11 12] [13 14 15]]

  • 2022-06-14 问题

    设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 A: 1010 B: 0001 C: 1011 D: 0111

    设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 A: 1010 B: 0001 C: 1011 D: 0111

  • 2022-06-11 问题

    以下程序段的输出结果是inti,j;for(i=1;i<;4;i++){for(j=i;j<;4;j++)printf("%d*%d=%d",i,j,i*j);printf("\n");} A: 1*1=11*2=21*3=32*1=22*2=43*1=3 B: 1*1=11*2=21*3=32*2=42*3=63*3=9 C: 1*1=11*2=22*2=41*3=32*3=63*3=9 D: 1*1=12*1=22*2=43*1=33*2=63*3=9

    以下程序段的输出结果是inti,j;for(i=1;i<;4;i++){for(j=i;j<;4;j++)printf("%d*%d=%d",i,j,i*j);printf("\n");} A: 1*1=11*2=21*3=32*1=22*2=43*1=3 B: 1*1=11*2=21*3=32*2=42*3=63*3=9 C: 1*1=11*2=22*2=41*3=32*3=63*3=9 D: 1*1=12*1=22*2=43*1=33*2=63*3=9

  • 1 2 3 4 5 6 7 8 9 10