填空题

算法复杂度主要包括时间复杂度和______复杂度。

【参考答案】

空间
<上一题 目录 下一题>
热门 试题

单项选择题
以下程序段共有错误( )处。 #include <iostream> using namespaces std; class Sample private: int n; public: Sample (int i) n=i; void setvalue(int i) n=i; void display() cout<< n= <<n<<endl ; ; int main() const Sample a(10); a.setvalue(5); a.display(); return 0;
A.1
B.2
C.3
D.4
填空题
在进行模块测试时,要为每个被测试的模块另外设计两类模块:驱动模块和承接模块(桩模块)。其中______的作用是将测试数据传送给被测试的模块,并显示被测试模块所产生的结果。
相关试题
  • 有以下程序: #include <iostream> u...
  • 已知int DBL(int n)return n+n;和lo...
  • 有以下程序 #include <iostream> usi...
  • 执行语句序列 int x=10,&r=x; co...
  • 下列程序的输出结果为 Object id=0 Ob...