问题
单项选择题
引起心外杂音的原因是()
A、心瓣膜肥厚
B、
C、严重贫血
D、心瓣膜闭锁不全
E、心瓣膜狭窄
答案
参考答案:B
引起心外杂音的原因是()
A、心瓣膜肥厚
B、
C、严重贫血
D、心瓣膜闭锁不全
E、心瓣膜狭窄
参考答案:B
【说明】
一般的树结构常采用孩子-兄弟表示法表示,即用二叉链表作树的存储结构,链表中结点的两个链域分别指向该结点的第一个孩子结点和下一个兄弟结点。例如,图10-8(a)所示的树的孩子-兄弟表示如图10-8(b)所示。
函数LevelTraverse()的功能是对给定树进行层序遍历。例如,对图10-1所示的树进行层序遍历时,结点的访问次序为D B A E F P C。
对树进行层序遍历时使用了队列结构,实现队列基本操作的函数原型如下表所示:
函数原型 | 说 明 |
Void InitQueue(Queue*Q) | 初始化队列 |
Bool IsEmpty(Queue Q) | 判断队列是否为空,若是则返回TRUE,否则返回FALSE |
Void EnQueue(Queue*Q,TreeNode p) | 元素入队列 |
Void DeQueue(Queue*Q,TreeNode*p) | 元素出队列 |
The safety of ships at sea does not depend only on the arrangements made in the ships themselves. Dangerous coasts and rocks may be seen in the daytime, (51) they are a threat to safe navigation at night. Lighthouses are therefore erected at such places to (52) sailors of the danger. Modern lighthouses are put up at all dangerous places near the courses (53) by ships. On some rocky coasts several lighthouses may be built not far from each other, and (54) the sailors on a ship may know which is which, they have (55) arrangements of lights. One lighthouse will give a single flash at regular (56) , another may give two flashes; a third may give two followed by one; and so on. (57) watching the lights the navigator is able to decide exactly where he is, and he can set his (58) with confidence. In the approaches to some ports two continuous lights are set up, one above (59) but some distance behind; when they appear from the sea one above the other, the ship is on the right course; but if they do not, the captain knows that he is (60) his course and likely to strike a rock or the bottom of the sea. |
A.warn
B.predict
C.announce
D.show