• 2022-06-05 问题

    若一个栈以数组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;

    若一个栈以数组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;

  • 2022-06-06 问题

    如果一个栈以向量V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是() A: top++; V[top]=x; B: V[top]=x;top++; C: top--;V[top]=x; D: V[top]=x;top--;

    如果一个栈以向量V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是() A: top++; V[top]=x; B: V[top]=x;top++; C: top--;V[top]=x; D: V[top]=x;top--;

  • 2022-06-29 问题

    假设design为TOP.v,顶层模块名为TOP;TestBench为TOP_TB.v,顶层模块名为TOP_TB,则完整写出Modelsim仿真该设计所用命令为vlib mywork( )

    假设design为TOP.v,顶层模块名为TOP;TestBench为TOP_TB.v,顶层模块名为TOP_TB,则完整写出Modelsim仿真该设计所用命令为vlib mywork( )

  • 2022-06-03 问题

    ​若一个栈以一维数组V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是( )。‏ A: top--; V[top]=x; B: top++; V[top]=x; C: V[top]=x; top++; D: V[top]=x; top--;

    ​若一个栈以一维数组V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是( )。‏ A: top--; V[top]=x; B: top++; V[top]=x; C: V[top]=x; top++; D: V[top]=x; top--;

  • 2022-06-06 问题

    若一个栈以向量V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是( )。A. B.V[top]=x; top++;C. D.V[top]=x; top--; A: top++; V[top]=x; B: V[top]=x; top++; C: top--; V[top]=x; D: V[top]=x; top--;

    若一个栈以向量V[1..n]存储,初始栈顶指针top设为n+1,则元素x进栈的正确操作是( )。A. B.V[top]=x; top++;C. D.V[top]=x; top--; A: top++; V[top]=x; B: V[top]=x; top++; C: top--; V[top]=x; D: V[top]=x; top--;

  • 2021-04-14 问题

    若栈采用顺序存储方式存储,现两栈共享空间V[1 m],top[1]、top[2]分别代表第1和第2个栈的栈顶,栈1的底在V[1],栈2的底在V[m],则栈满的条件是 B

    若栈采用顺序存储方式存储,现两栈共享空间V[1 m],top[1]、top[2]分别代表第1和第2个栈的栈顶,栈1的底在V[1],栈2的底在V[m],则栈满的条件是 B

  • 2022-06-06 问题

    Identify the consonant according to the phonetic features given: voiceless, fricative, top teeth/bottom lip. A: /v/ B: /θ/ C: /f/ D: /ð/

    Identify the consonant according to the phonetic features given: voiceless, fricative, top teeth/bottom lip. A: /v/ B: /θ/ C: /f/ D: /ð/

  • 2022-06-06 问题

    若一个栈以数组A[1...n]存储,初始化栈顶指针为n+1,则下面x元素入栈的正确代码是( ) A: A[top] = x; top = top - 1; B: A[top] = x; top = top + 1; C: top = top -1; A[top] = x; D: top = top +1; A[top] = x;

    若一个栈以数组A[1...n]存储,初始化栈顶指针为n+1,则下面x元素入栈的正确代码是( ) A: A[top] = x; top = top - 1; B: A[top] = x; top = top + 1; C: top = top -1; A[top] = x; D: top = top +1; A[top] = x;

  • 2022-05-31 问题

    适用于旅游方面的网站域名后缀是() A: top B: tr C: v D: l E: s F: rp

    适用于旅游方面的网站域名后缀是() A: top B: tr C: v D: l E: s F: rp

  • 2022-06-16 问题

    删除非空顺序栈栈顶元素时,栈顶指针top的变化是( )。 A: top不变 B: top = top - 1 C: top = top + 1 D: top = 0

    删除非空顺序栈栈顶元素时,栈顶指针top的变化是( )。 A: top不变 B: top = top - 1 C: top = top + 1 D: top = 0

  • 1 2 3 4 5 6 7 8 9 10