一般防冻液()更换。
A.按质
B.半年
C.1年半
D.两年
参考答案:A
下列程序的输出结果是 【11】 。 #include <iostream> using namespace std; class Test public: Test() cnt++; ~Test() cnt--; static int Count() (return cnt; private: static int cnt; ; int Test::cnt=0; int main() cout<<Test::Count()<<’’; Test t1, t2; Test *pT3=new Test; Test *pT4=new Test; cout<<Test::Count()<<’’; delete pT4; delete pT3; cout<<Test::Count()<<end 1; return 0;
设关系模式R<U,F>,其中U=H,I,J,K,L),若F=H→IJ,J→K,IJK→L,L→H,L→K),则F的最小函数依赖集Fmin= (14) }。关系模式R的候选关键字有 (15) 个,R属于 (16) 。
A.1NF B.2NF C.3NF D.BCNF