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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Using the linear algorithm to build a min-heap from the sequence

Luz5年前 (2021-05-10)1187
Using the linear algorithm to build a min-heap from the sequence { 28, 7, 5, 19, 3, 1 }, and then insert 4. Which one of…

单选题:Given the adjacency matrix of a graph as shown by the figure. Th

Luz5年前 (2021-05-10)2284
Given the adjacency matrix of a graph as shown by the figure. Then starting from V5, an impossible DFS sequence is:![72.…

单选题:Which one of the following is a topological sequence in the give

Luz5年前 (2021-05-10)1098
Which one of the following is a topological sequence in the given DAG?![259副本.jpg](~/020d8245-6e2b-4612-9580-7c5ac8d3088…

单选题:The minimum spanning tree of any connected weighted graph \_\_\_

Luz5年前 (2021-05-10)1158
The minimum spanning tree of any connected weighted graph \_\_\_\_@[B](3)A. must be uniqueB. must have a unique minimum…

单选题:Given input { 18, 92, 47, 51, 64, 9, 32 }. After the first parti

Luz5年前 (2021-05-10)1029
Given input { 18, 92, 47, 51, 64, 9, 32 }. After the first partition (with the median-of-three as the pivot) of quick so…

单选题:Given input { 32, 82, 47, 51, 64, 18, 41 }. After the first part

Luz5年前 (2021-05-10)1748
Given input { 32, 82, 47, 51, 64, 18, 41 }. After the first partition (with the median-of-three as the pivot) of quick s…

单选题:Given a hash table of size 13 and the hash function $$h(x)=x \%

Luz5年前 (2021-05-10)1119
Given a hash table of size 13 and the hash function $$h(x)=x \% 13$$. Assume that quadratic probing is used to solve col…

单选题:In a complete binary tree with 1534 nodes, there must be \_\_\_\

Luz5年前 (2021-05-10)1256
In a complete binary tree with 1534 nodes, there must be \_\_\_\_ leaf nodes.@[D](3)A. 510B. 511C. 766D. 767A.510B.511C.…

单选题:在下面的I/O控制方式中,需要CPU干预最少的方式是( )。

Luz5年前 (2021-05-10)1280
在下面的I/O控制方式中,需要CPU干预最少的方式是( )。@[D](1)A. 程序I/O方式B. 中断驱动I/O控制方式C. DMA控制方式D. I/O通道控制方式A.程序I/O方式B.中断驱动I/O控制方式C.DMA控制方式D.I/O…

单选题:引入缓冲区可以( )。

Luz5年前 (2021-05-10)1260
引入缓冲区可以( )。@[A](1)A. 提高CPU与设备之间的并行程度B. 提高CPU的处理速度C. 改善用户编程环境D. 降低计算机的硬件成本A.提高CPU与设备之间的并行程度B.提高CPU的处理速度C.改善用户编程环境D.降低计算机…