不挂科搜题免费

问题:

在信号量S上的V操作,其定义是( )。

选项

  • S:=S+1; if s<0 then R(S)

  • M=S-1; if s<=0 then R(S)

  • S:=s-l; if s<0 then R(S)

  • S:=S+1; if S<=0 then R(S)

  • 答案:

    D.S:=S+1; if S<=0 then R(S)