• 2022-06-07 问题

    中缀表达式23+((12*3-2)/4+34*5/7)+108/9对应的后缀表达式为( )。 A: 23 12 + 3 * 2 – 4 / 34 5 * 7 / + 108 9 / + B: 23 12 3 * 2 4 – / 34 5 * 7 / + + 108 9 / + C: 23 12 3 * 2 – 4 / 34 5 * 7 / + 108 9 / + + D: 23 12 3 * 2 – 4 / 34 5 * 7 / + + 108 9 / +

    中缀表达式23+((12*3-2)/4+34*5/7)+108/9对应的后缀表达式为( )。 A: 23 12 + 3 * 2 – 4 / 34 5 * 7 / + 108 9 / + B: 23 12 3 * 2 4 – / 34 5 * 7 / + + 108 9 / + C: 23 12 3 * 2 – 4 / 34 5 * 7 / + 108 9 / + + D: 23 12 3 * 2 – 4 / 34 5 * 7 / + + 108 9 / +

  • 2022-11-02 问题

    若有定义变量:int K=7,X=12; 则表达式(X%=K)-(K%=5)的值是 。 A: 1 B: 2 C: 3 D: 4

    若有定义变量:int K=7,X=12; 则表达式(X%=K)-(K%=5)的值是 。 A: 1 B: 2 C: 3 D: 4

  • 2022-06-05 问题

    如下程序段: int c[]={1, 7, 12}; int *k; k=c; printf('next k is %d',*++k); 其输出应为: A: next k is 2 B: next k is 12 C: next k is 7 D: next k is 1

    如下程序段: int c[]={1, 7, 12}; int *k; k=c; printf('next k is %d',*++k); 其输出应为: A: next k is 2 B: next k is 12 C: next k is 7 D: next k is 1

  • 2022-06-17 问题

    下面程序的执行结果是 ______。 int k; for (k=10 ; k<3 ; k--) { if (k%3) k--; -k; k; cout<<k<< ", "; } A: 6, 3 B: 7, 4 C: 6, 2 D: 7, 4, 1

    下面程序的执行结果是 ______。 int k; for (k=10 ; k<3 ; k--) { if (k%3) k--; -k; k; cout<<k<< ", "; } A: 6, 3 B: 7, 4 C: 6, 2 D: 7, 4, 1

  • 2022-06-06 问题

    列声母番号填入对应字的括号内:(1)zh(2)ch(3)sh(4)z(5)c(6)s(7)n(8)l(9)f(10)h(11)d(12)t(13)g(14)k(15)b(16)p(17)j(18)q(19)x(20)m长住扫来才娘谭在沁店 A: (2)(1)(6)(8)(5)(7)(12)(4)(11)(18) B: (2)(1)(6)(8)(5)(7)(12)(4)(18)(11) C: (1)(2)(6)(8)(5)(7)(12)(4)(11)(18) D: (1)(2)(6)(8)(5)(7)(12)(4)(18)(11)

    列声母番号填入对应字的括号内:(1)zh(2)ch(3)sh(4)z(5)c(6)s(7)n(8)l(9)f(10)h(11)d(12)t(13)g(14)k(15)b(16)p(17)j(18)q(19)x(20)m长住扫来才娘谭在沁店 A: (2)(1)(6)(8)(5)(7)(12)(4)(11)(18) B: (2)(1)(6)(8)(5)(7)(12)(4)(18)(11) C: (1)(2)(6)(8)(5)(7)(12)(4)(11)(18) D: (1)(2)(6)(8)(5)(7)(12)(4)(18)(11)

  • 2022-06-16 问题

    如下代码的运行结果为:( ) 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]])

    如下代码的运行结果为:( ) 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]])

  • 2021-04-14 问题

    输出九九乘法表。 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9

    输出九九乘法表。 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9

  • 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-06 问题

    2/3 4/7 6/11 8/15_______( ) A: 11/19 B: 10/19 C: 1/2 D: 7/12

    2/3 4/7 6/11 8/15_______( ) A: 11/19 B: 10/19 C: 1/2 D: 7/12

  • 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]]

  • 1 2 3 4 5 6 7 8 9 10