10-9.假定对元素序列(7, 3, 5, 9, 1, 12)进行堆排序,并且采用小根堆,则由初始数据构成的初始堆为()。 A: 1, 3, 5, 7, 9, 12 B: 1, 3, 5, 9, 7, 12 C: 1, 5, 3, 7, 9, 12 D: 1, 5, 3, 9, 12, 7
10-9.假定对元素序列(7, 3, 5, 9, 1, 12)进行堆排序,并且采用小根堆,则由初始数据构成的初始堆为()。 A: 1, 3, 5, 7, 9, 12 B: 1, 3, 5, 9, 7, 12 C: 1, 5, 3, 7, 9, 12 D: 1, 5, 3, 9, 12, 7
填空。1/3+7/13=() 5/7-2/7=()()-1/12=11/12 7/5-()=3/5
填空。1/3+7/13=() 5/7-2/7=()()-1/12=11/12 7/5-()=3/5
中缀表达式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 / +
9.1以下程序的运行结果是【 】 A: 5, 2, 3 B: -5, -12, -7 C: -5, -12, -17 D: 5, -2, -7
9.1以下程序的运行结果是【 】 A: 5, 2, 3 B: -5, -12, -7 C: -5, -12, -17 D: 5, -2, -7
儿童期指的是 A: 3~5周岁 B: 3~7周岁 C: 5~7周岁 D: 7~12周岁 E: 7~14周岁
儿童期指的是 A: 3~5周岁 B: 3~7周岁 C: 5~7周岁 D: 7~12周岁 E: 7~14周岁
目前家装主要应用( )厘胶合板 A: 3、 5 、7 、9 B: 5、 7、 11 C: 3、4、7、8 D: 3、5、9、12
目前家装主要应用( )厘胶合板 A: 3、 5 、7 、9 B: 5、 7、 11 C: 3、4、7、8 D: 3、5、9、12
椎骨中颈椎、胸椎和腰椎各有几块? A: 5、7、12 B: 7、5、12 C: 7、12、5 D: 5、12、7
椎骨中颈椎、胸椎和腰椎各有几块? A: 5、7、12 B: 7、5、12 C: 7、12、5 D: 5、12、7
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)
【单选题】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]]
int a[12]={1, 4, 7, 10, 2, 5, 8, 11, 3, 6, 9, 12 };
int a[12]={1, 4, 7, 10, 2, 5, 8, 11, 3, 6, 9, 12 };