A spring line leads ______.A.fore and aft from the ship’s sideB.to the dock at a right angle to the vesselC.through the bull nose or chock at the bowD.through the chock at the stern

A spring line leads ______.

A.fore and aft from the ship’s side

B.to the dock at a right angle to the vessel

C.through the bull nose or chock at the bow

D.through the chock at the stern


相关考题:

LEADS理念的理解哪项不正确?() A、L:Lab as a serviceB、E:End to EndC、A:AgileD、D:DedicatedE、S:Service

以下语句或语句组中,能正确进行字符串赋值的是( )。A.char*sp;*sp="right!";B.char s[10];s="right!";C.char s[10];*s="right!";D.char*sp="right!";

以下语句或语句组中,能正确进行字符串赋值的是A.char*sp;*sp="right!";B.char s[10];s="right!";C.char s[10];*s="right!";D.char*sp=:right!";

以下语句或语句组中,能正确进行字符串赋值的是 ______。A.char*sp;*sp="right!";B.char s[10];s="right!";C.char s [10];*s="right!";D.char*sp="right!";

以下语句或语句组中,能正确进行字符串赋值的是( )。A.char *sp; *sp="right!";B.char s[10]; s="right!";C.char s[10]; *s="right!";D.char *sp="right!";

设指针变量p指向双向链表中节点A,指针变量s指向被插入的节点X,则在节点A的后面插入节点X的操作序列为()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right;p->right->left=s;p->right=s;

以下哪项是设置图片边框颜色的属性().A.border-colorB.colorC.line-colorD.border-right

2、在循环双链表的p所指结点之后插入s所指结点的操作是()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right; p->right->left=s;p->right=s;

设指针变量p指向双向链表中结点A,指针变量s指向被插入的结点X,则在结点A的后面插入结点X的操作序列为()A.p->right=s; s->left=p; p->right->left=s; s->right=p->right;B.s->left=p;s->right=p->right;p->right=s; p->right->left=s;C.p->right=s; p->right->left=s; s->left=p; s->right=p->right;D.s->left=p;s->right=p->right;p->right->left=s; p->right=s;

在循环双链表的p所指节点之后插入s所指节点的操作是A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.s->left=p;s->right=p->right;p->right->left=s;p->right=s;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.p->right=s;p->right->left=s;s->left=p;s->right=p->right;