Radar display in which North is always at the top of the screen is a(n)______.
A.unstabilized display
B.stabilized display
C.composition display
D.relative display
第1题:
2、若一个栈以向量V[1..n]存储,初始栈顶指针top为n+1,则下面x进栈的正确的操作是()。
A.top=top+1; V[top]=x;
B.V[top]=x; top=top+1;
C.top=top-1; V[top]=x;
D.V[top]=x; top=top-1;
第2题:
24、若一个栈以向量V[1..n]存储,初始栈顶指针top为n+1,则下面x进栈的正确操作是()。
A.top:=top+1;V[top]:=x
B.V[top]:=x;top:=top+1
C.top:=top-1;V[top]:=x
D.V[top]:=x;top:=top-1
第3题:
若一个栈以数组V[0..n-1]存储,初始栈顶指针top为n,则下面关于元素x进栈的正确操作是()。
A.top=top+1; V[top]=x;
B.V[top]=x; top=top+1;
C.top=top-1; V[top]=x;
D.V[top]=x; top=top-1;
第4题:
40、若一个栈以向量V[1,…,n]存储,初始栈顶指针top为n+1,则x进栈的正确操作是()。
A.top=top+1;V[top]=x;
B.V[top]=x;top=top+1;
C.V[top]=x;top=top-1;
D.top=top-1;V[top]=x;
第5题:
若一个栈以向量V[1..n]存储,初始栈顶指针top为n+1,则下面x进栈的正确的操作是()。
A.V[top]=x;top=top-1;
B.top=top-1;V[top]=x;
C.top=top+1;V[top]=x;
D.V[top]=x;top=top+1;
第6题:
若一个栈以向量V[1..n]存储,初始栈顶指针top为n+1,则下面x进栈的正确操作是()。
A.top=top+1; V [top]=x
B.V [top]=x; top=top+1
C.top=top-1; V [top]=x
D.V [top]=x; top=top-1