当前位置:首页
> Luz 第6319页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Using the linear algorithm to build a min-heap from the sequence
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
Given the adjacency matrix of a graph as shown by the figure. Then starting from V5, an impossible DFS sequence is:A. must be uniqueB. must have a unique minimum…
单选题:Given input { 18, 92, 47, 51, 64, 9, 32 }. After the first parti
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
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 \%
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 \_\_\_\
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干预最少的方式是( )。
在下面的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…
单选题:引入缓冲区可以( )。
引入缓冲区可以( )。@[A](1)A. 提高CPU与设备之间的并行程度B. 提高CPU的处理速度C. 改善用户编程环境D. 降低计算机的硬件成本A.提高CPU与设备之间的并行程度B.提高CPU的处理速度C.改善用户编程环境D.降低计算机…