有如下程序: #include<iostream> using namespac

题型:单项选择题

问题:

有如下程序: #include<iostream> using namespace std; class Base { public:void funl(){cout<<"Basea";}virtual void fun2(){tout<<"Base\n";} }; class Derived:public Base {public: void funl() {cout<<"Derived\n"; } void fun2() {cout<<"Derived\n"; } }; void f(Base& b) {b.funl(); b.fun2(); } int main() {Derived obj;f(obj);return 0; } 执行这个程序的输出结果是

A.Base  Base

B.Base  Derived

C.Derived  Base

D.Derived  Derived

考点:计算机等级考试C++全国计算机等级考试二级C++真题2006年4月
题型:单项选择题

It was so cold that they kept the fire ____ all night.[      ]

A. to burn    

B. burn      

C. burning    

D. burned

题型:单项选择题

随机抽取了5人,测量他们在接受某一项治疗前后的呼吸量,资料如下治疗前2750、2360、2950、2830、2260治疗后2850、2380、2930、2860、2330可选用何种统计方法分析治疗有无效果()。

A.完全随机设计方差分析

B.成组t检验

C.u检验

D.配对t检验

E.成组秩和检验

题型:单项选择题

某6岁的患儿需行气管内插管术(经口),其气管导管应选用()

A.25号

B.28号

C.30号

D.32号

E.36号

题型:单项选择题

瓦格纳法则可以表述为()。

A.随着人均收入的提高,财政支出也相应增加。

B.随着人均收入的提高,财政收入也相应增加。

C.随着人均收入的提高,财政支出占GDP的比重也相应提高。

D.随着人均收入的提高,财政收入占GDP的比重也相应提高。

题型:单项选择题

设A为n阶矩阵,α1,α2,…,αn为n个线性无关的n维向量,证明:r(A)]n

1,Aα2,…,Aαn线性无关.

更多题库