填空题

在软件生命周期的各个阶段都会发生一系列的文件,如手册、数据和程序等,它们总称为______。

【参考答案】

软件配置
<上一题 目录 下一题>
热门 试题

填空题
下列程序的运行结果是______。 #include<iostream.h> class test private: int hum; public: test( ); int TEST( )return num+100;) ~test( ); ; test::test( )num=0;) test::~test( )cout<< Destructor is active <<endl;) void main( ) test x[3]; cout<<x[1].TEST( )<<endl;
填空题
若串s= MathTypes ,则其子串的数目是______。
相关试题
  • 下列程序对加号进行了重载,划线部分的语句...
  • 有以下程序: #included<iostream> us...
  • 下列程序的运行结果是______。 #in...
  • 下列程序编译时发现pb->f(10);语句...
  • 请将下列类定义补充完整。 class Basepub...