为研究肺癌患者肺组织中的DNA加合物含量(个/10核苷酸)与吸烟的关系,某研究者用"同位素标记法"测定了12名肺癌患者肺组织中DNA加合物含量(y),并调查其每日吸烟量(x),结果如下表。

若回归方程y=3.500+0.474χ有统计学意义,则

A:每日吸烟量随肺组织中DNA加合物含量增大而减小 B:每日吸烟量每增加1支,肺组织中DNA加合物含量平均增加0.474个/10核苷酸 C:肺组织中DNA加合物含量随每日吸烟量增大而减小 D:肺组织中DNA加合物含量每增加1个/10核苷酸,每日吸烟量平均增加0.474支 E:可以通过肺组织中DNA加合物含量的值来预测每日吸烟量大小

曲线x3+y3+(x+1)cosπy+9=0,在x=-1点处的法线方程是:()

A:y+3x+b=0 B:y-3x-1=0 C:y-3x-8=0 D:y+3x+1=0

设X、Y为逻辑变量,与逻辑表达式X+Y等价的是()。

A:X+ B:+ C:+Y D:X+Y

下列程序的输出结果是
#include<iostream.h>
class Myclass
public : Myclass( int i=0,int j=0)
x=i;
y=j;

void show( )cout<<"x="<<x<<" "<"y="<<y<<endl;
void show( )constcout<<"x="<<" "<<"y="<<y<<endl;
privated:
int x; int y;

void main( )
Myclass my l (3,4);
const my2(7,8);
my l.show( );my2.show( );

A:x=4,y=3;x=7,y=8 B:x=3,y=4;x=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

下列程序的输出结果是
#include<iostream.h>
class Myclass
public:My class(inti=0,int j=0)
x=i;
y=j;

void show( )cout<<"x=" <<x<<" " <"y=" <<y<<endl;
void show( )constcout<<"x="<<""<<"y="<<y<<endl;
privated:
int x; int y;

void main( )
Myclassmy1(3,4);
const my2(7,8);
myl.show( );my2.show( );

A:x=4,y=3;x=7,y=8 B:x=3,y=4;X=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

下列程序的输出结果是( )。     #include<iostream.h>     class Myclass {      public:Myclass(int i=0,intj=0)       { x=i;        y=j;       }       void show( ) { cout < < "x=" < < x < < " " < "y=" < < y < < end1;}       void show( )const { cout < < "x=" < < " " < < "y=’’ < < y < < end1;}       privated:          int x;    int y;       };      void main( )     { Myclass my1(3,4);      const my2(7,8);      my1.show( );my2.show( );}

A:x=4,y=3;x=7,y=8 B:x=3,y=4;x=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

下列程序的输出结果是 #include<iostream.h> class Myclass{ public:My class(inti=0,int j=0) { x=i; y=j; } void show( ){cout<<"x=" <<x<<" " <"y=" <<y<<endl;} void show( )const{cout<<"x="<<""<<"y="<<y<<endl;} privated: int x; int y; }; void main( ) { Myclassmy1(3,4); const my2(7,8); myl.show( );my2.show( );}

A:x=4,y=3;x=7,y=8 B:x=3,y=4;X=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

下列程序的输出结果是 #include class Myclass { public:Myclass(int i=0,intj=0) { x=i; y=j; } void show( ) { cout < < "x=" < < x < < " " < "y=" < < y < < end1;} void show( )const { cout < < "x=" < < " " < < "y=’ < < y < < end1;} privated: int x; int y; }; void main( ) { Myclass my1(3,4); const my2(7,8); my1.show( );my2.show( );}

A:x=4,y=3;x=7,y=8 B:x=3,y=4;x=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

下列程序的输出结果是 #include<iostream.h> class Myclass{ public:Myclass(int i=0,int j=0) { x=i; y=j; } void show( ) {cout < <"x=" < < x < <" " <"y=" < < y < < endl;} void show( ) const{cout < <"x=" < <" " < <"y=" < < y < < endl;} privated: int x; int y; }; void main( ) { Myclass my1(3,4) ; const my2(7,8) ; my1.show( ) ;my2.show( ) ;}

A:x=4,y=3;x=7,y=8 B:x=3,y=4;x=7,y=8 C:x=7,y=8;x=4,y=3 D:x=8,y=7;x=7,y=8

微信扫码获取答案解析
下载APP查看答案解析