试题内容
与逆波兰式ab+-c*d-对应的中缀表达式是( )。
A、a-b-c*d
B、(a+b)*c-d
C、-a+b*c-d
D、(a+b)*(-c-d)
软题库参考答案:B(仅供参考)
软题库解析:正在加载....
你可能感兴趣的试题
某程序的程序图如下所示,运用 McCabe 度量法对其进行度量,其环路复杂度是( )
A、2
B、3
C、4
D、5
The Rational Unified Process (RUP) is a software engineering process, which captures many of best practices in modern software development. The notions of (1) and scenarios have been proven to be an excellent way to capture function requirements. RUP can be described in two dimensions – time and content. In the time dimension, the software lifecycle is broken into cycles. Each cycle is divided into four consecutive (2) which is concluded with a well-defined (3)
第28题: ( )不属于软件质量特性中的可移植性。
A.适应性
B.易安装性
C.易替换性
D.易理解性
对以下四个序列用直接插入排序方法由小到大进行排序时,元素比较次数最少的是 ( ) 。
A、89, 27, 35, 78, 41, 15
B、27, 35, 41, 16, 89, 70
C、15, 27, 46, 40, 64, 85
D、90, 80, 45, 38, 30, 25