25________A.mainB.sameC.frontD.back

25________

A.main

B.same

C.front

D.back


相关考题:

●设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为 (41) 。(41) A.front=front+1B.front=(front+1)%(m-1)C.front=(front-1)%mD.front=(front+1)%m

下列视图不是3ds Max的4个默认视图窗口之一的为( )。 A.Perspective(透视图)B.Right(右视图)C.Front(前视图)D.Top(顶视图)

设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。A.front=front+1B.front=(front+1)%(m-1)C.front=(front-1)%mD.front=(front+1)%m

设数组data[m]作为循环队列sq的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。A.front=-front+1B.front=-(front+1)%(m-1)C.front=-(front-1)%mD.front=-(front+1)%m

设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为(41)。A.front=front+1B.front=(front+1)%(m-1)C.front=(front-1)%mD.front=(front+1),%m

循环队列存储在数组A[m]中,则出队时的操作为()。A.front=front+1B.front=(front+1)%(m-1)C.front=(front+1)%mD.front=(front+1)%(m+1)

循环队列SQ的存储空间是数组d[m],队头、队尾指针分别是front和rear,则执行出队后其头指针front值是A.front=front+1B.front=(front+1)%(m-1)C.front=(front-1)%mD.front=(front+1)%m

队列的顺序存储方式中判断循环队列为空的条件是()。A.front= =rearB.front= =(rear+1)%(maxsize+1)C.front= =(rear+1)% maxsizeD.front= =rear % maxsize

1、循环队列SQ的存储空间是数组d[m],队头、队尾指针分别是front和rear,则执行出队后其头指针front值是A.front=front+1B.front=(front+1)%(m-1)C.front=(front-1)%mD.front=(front+1)%m

下面哪个选项的方法表示刚刚访问的前一个窗口?A.view()B.go()C.display()D.back()