-->
当前位置:首页 > Luz 第6209页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:以下能对数组a进行正确初始化的语句是( )。

Luz5年前 (2021-05-10)817
以下能对数组a进行正确初始化的语句是( )。 @[D](1)A. int a[2][3]={{1,2,3},{},{5,6,7}};B. int a[ ][ ]={{1,2,3},{3,4,5},{5,6,7}};C. int a[3…

单选题:C语言中,编程人员可以使用的合法标识符是( )。

Luz5年前 (2021-05-10)2125
C语言中,编程人员可以使用的合法标识符是( )。 @[A](1)A. x_1B. scanfC. -scanD. a+bA.x_1B.scanfC.-scanD.a+b答案:A…

单选题:若有说明语句:char c[]="\n",则c( )。

Luz5年前 (2021-05-10)3495
若有说明语句:char c[]="\n",则c( )。 @[B](1)A. 包含1个字符B. 包含2个字符C. 包含3个字符D. 长度不定A.包含1个字符B.包含2个字符C.包含3个字符D.长度不定答案:B…

单选题:Merge the two given skew heaps. Which one of the following state

Luz5年前 (2021-05-10)1073
Merge the two given skew heaps. Which one of the following statements is FALSE? @[C](2)![F2.JPG](~/febd04f7-d593-4cbf-…

单选题:Delete the minimum number from the given leftist heap. Which on

Luz5年前 (2021-05-10)624
Delete the minimum number from the given leftist heap. Which one of the following statements is TRUE? @[C](2)![F3.JPG](…

单选题:Delete the minimum number from the given leftist heap. Which on

Luz5年前 (2021-05-10)655
Delete the minimum number from the given leftist heap. Which one of the following statements is TRUE? @[C](2)![F4.JPG](…

单选题:Which of the following binomial trees can represent a binomial q

Luz5年前 (2021-05-10)763
Which of the following binomial trees can represent a binomial queue of size 78? @[B](1)A. $$B_1$$ $$B_2$$ $$B_3$$ $$B_5…

单选题:Which of the following binomial trees can represent a binomial q

Luz5年前 (2021-05-10)638
Which of the following binomial trees can represent a binomial queue of size 141? @[A](1)A. $$B_0$$ $$B_2$$ $$B_3$$ $$B_…

单选题:Which one of the following statements is FALSE?

Luz5年前 (2021-05-10)1089
Which one of the following statements is FALSE? @[D](3)A. SAT, Vertex Cover, Hamiltonian Cycle, Clique, Knapsack, Bin Pa…

单选题:Which one of the following statements is FALSE?

Luz5年前 (2021-05-10)1052
Which one of the following statements is FALSE? @[A](3)A. A language $$L_1$$ is polynomial time transformable to $$L_2…