4. ___________ the day,l went back with my parents.
A.In the end
B. At the end
C. At the end of
D. By the end of
第1题:
有以下程序 #include<iostream> using namespace std; static int days []={31,28,31,30,31,30,3l,31,30,31,30,31}; class date { private: int month,day,year; public: date(int m,int d,int y) { month=m; day=d; year=y; } date() {} void disp() { cout<<year<<"-"<<month<<"-"<<day<<end1; } date operator+(int day) { date dt=*this; day+=dt.day; while(day>days[dt.month-1]) { day-=days[dt.month-1]; if(++dt.month==13) { dt.month=1; dt.year++; } } dt.day=day; retrn dt; } }; int main() { date d1(6,20,2004),d2; d2=d1+20; d2.disp(); return 0; } 执行后的输出结果是
A.2004-7-10
B.2004-6-20
C.2004-7-20
D.程序编译时出错
第2题:
基因定点诱变时,关于合成与靶基因区段互补并含突变位点的oligo-dNt 错配位点的描述正确的是()。
A.错配位点不能在3’-end
B.错配位点不能在5’-end
C.错配位点即不能在在3’-end,也不能在5’-end
D.错配位点可在任意位点
第3题:
基因定点诱变时,关于合成与靶基因区段互补并含突变位点的oligo-dNt 错配位点的描述正确的是()。
A.错配位点不能在3'-end
B.错配位点不能在5'-end
C.错配位点即不能在在3'-end,也不能在5'-end
D.错配位点可在任意位点
第4题:
4.有以下说明定义和语句,可用a.day引用结构体成员day,请写出引用结构体成员a.day的其他两种形式 、 。 struct {int day; char mouth; int year;}a, *b; b=&a;
第5题:
当允许误差Et≤±0.1, ΔpM≥0.2, cM=0.01mol/L时,要求
A.lgK’MY ≥5
B.lgK’MY ≥6
C.lgK’MY ≥7
D.lgK’MY ≥ 8
第6题:
考虑EDTA 的酸效应与金属离子的配位效应时,配合物的条件稳定常数的正确描述有
A.lg K'f (MY) = lg Kf (MY)
B.lg K'f (MY) = lg Kf (MY)-lg αY(H)-lg αM(L)
C.酸度越高,其lg K'f (MY) 值越大
D.酸度越高,其lg K'f (MY) 值越小