-->
当前位置:首页 > 题库

题库 第6493页

  • 最新
  • 浏览
  • 评论

There is a declaration as following:

Luz5年前 (2021-05-10)889
There is a declaration as following: ``` char a[10],b[10]; ``` Therefore, ``` a==b ```is used to compare the two strin…

Use-Case oriented metrics are computed directly from UML diagram

Luz5年前 (2021-05-10)775
Use-Case oriented metrics are computed directly from UML diagrams they are often used as normalization measures. ~@[](1)…

Object-Oriented project measures may be combined with historical

Luz5年前 (2021-05-10)733
Object-Oriented project measures may be combined with historical project data to provide metrics that aid in project est…

There is no need to reconcile LOC and FP measures since each in

Luz5年前 (2021-05-10)772
There is no need to reconcile LOC and FP measures since each in meaningful in its own right as a project measure. ~@[](1…

Baseline data must be collected in an on-going manner and cannot

Luz5年前 (2021-05-10)774
Baseline data must be collected in an on-going manner and cannot be computed by formal study of historical project data.…

A software quality metric that can be used at both the process a

Luz5年前 (2021-05-10)751
A software quality metric that can be used at both the process and project levels is defect removal efficiency (DRE). ~@…

Most WebApps can be easily characterized by judicious use of wid

Luz5年前 (2021-05-10)777
Most WebApps can be easily characterized by judicious use of widely recognized suites of software metrics? ~@[](1) 答案:FA…

Interface metrics are use to assess the complexity of the module

Luz5年前 (2021-05-10)794
Interface metrics are use to assess the complexity of the module's input and output relationships with external devices.…

如果只有一个磁带驱动可以用于做外排序,则任何算法需要的磁带访问时间都将是$$\Omega (N^2)$$。

Luz5年前 (2021-05-10)1153
如果只有一个磁带驱动可以用于做外排序,则任何算法需要的磁带访问时间都将是$$\Omega (N^2)$$。~@[](2)答案:TRUE…

对于 $$k$$ 路归并,我们至少需要 $$2k$$ 块输入缓冲区和 $$k$$ 块输出缓冲区,以便进行并行操作。

Luz5年前 (2021-05-10)904
对于 $$k$$ 路归并,我们至少需要 $$2k$$ 块输入缓冲区和 $$k$$ 块输出缓冲区,以便进行并行操作。 ~@[](1)答案:FALSE…