立式壳体盘管式空气分离器安装时,氨液入口须在()。
A.上端
B.中部
C.下端
D.顶端
参考答案:C
写出下列程序的运行结果 【13】 。#include <iostream.h>.#include <fstream.h>#include <stdlib.h>void main()fstream outfile, infile;outfile.open("data.clat", ios:: out);if(!outfile)cout<<"Can’t open the file."<<end1;abort();outfile<<" 1234567890"<<end1;outfile<<"aaaaaaaaa"<<end1;outfile<<"**********"<<end1;outfile.close();infile.open("data. dat ", ios:: in);if(!infile)cout<<"Can’t open the file."<<end1;abort();char line[80];int I=0;while(!infile. eof())I++;infile.getline(line, sizeof(line));cout<<I<<":"<<line<<end1;infile.close();
人体中,一经使用并发挥作用后就被灭活或降解的一组物质是()
A.tRNA、mRNA
B.甲状腺激素、神经递质
C.抗体、载体
D.解旋酶、血红蛋白