-->
当前位置:首页 > 题库

题库 第5988页

  • 最新
  • 浏览
  • 评论

单选题:下列关于构造函数的描述中,错误的是()

Luz5年前 (2021-05-10)1967
下列关于构造函数的描述中,错误的是() @[B](2)A. 构造函数名与类名相同B. 构造函数可以有返回值C. 构造函数可以重载D. 每个类都有构造函数A.构造函数名与类名相同B.构造函数可以有返回值C.构造函数可以重载D.每个类都有构…

单选题:Determine the displaying of the following program:

Luz5年前 (2021-05-10)1102
Determine the displaying of the following program: ![testing80.png](~/c0a3624d-4ec6-4af6-be06-b766254c8bb2.png)@[C](1)A.…

单选题:Determine the displaying of the following program:

Luz5年前 (2021-05-10)668
Determine the displaying of the following program: ![testing78.png](~/ff06a64a-154f-430c-bd6e-5fe08720acee.png)@[D](1)A.…

单选题:Determine the displaying of the following program:

Luz5年前 (2021-05-10)940
Determine the displaying of the following program: ![testing77.png](~/66ba48b9-da9c-4d21-a43c-30ae653f086c.png)@[A](1)A.…

单选题:Determine the displaying of the following program:

Luz5年前 (2021-05-10)971
Determine the displaying of the following program: ![testing79.png](~/13752497-2bfb-4588-8fa8-6729a6747012.png)@[B](1)A.…

单选题:The output of this program is ( ).

Luz5年前 (2021-05-10)649
The output of this program is ( ).```#define add(a,b) (a+b)int main(){ printf("%d\n",5*add(3,4)); return 0;}``` @[…

单选题:无向图的邻接矩阵是一个\_\_\_\_。

Luz5年前 (2021-05-10)892
无向图的邻接矩阵是一个\_\_\_\_。 @[A](2)A. 对称矩阵B. 零矩阵C. 上三角矩阵D. 对角矩阵A.对称矩阵B.零矩阵C.上三角矩阵D.对角矩阵答案:A…

单选题:带权有向图G用邻接矩阵A存储,则顶点i的入度等于A中\_\_\_\_。

Luz5年前 (2021-05-10)2426
带权有向图G用邻接矩阵A存储,则顶点i的入度等于A中\_\_\_\_。 @[D](2)A. 第i行非∞的元素之和B. 第i列非∞的元素之和C. 第i行非∞且非0的元素个数D. 第i列非∞且非0的元素个数A.第i行非∞的元素之和B.第i…

单选题:具有6个顶点的无向图至少应有\_\_\_\_条边才可能是一个连通图。

Luz5年前 (2021-05-10)656
具有6个顶点的无向图至少应有\_\_\_\_条边才可能是一个连通图。 @[A](2)A. 5B. 6C. 7D. 8A.5B.6C.7D.8答案:A…

单选题:一个有n个顶点的无向图最多有\_\_\_\_条边。

Luz5年前 (2021-05-10)610
一个有n个顶点的无向图最多有\_\_\_\_条边。 @[C](2)A. nB. n(n-1)C. n(n-1)/2D. 2nA.nB.n(n-1)C.n(n-1)/2D.2n答案:C…