A: 正确
B: 错误
举一反三
- 中国大学MOOC: Point p1 = new Point(18,20); //Point是structPoint p2 = p1;如果置 p1.x=35;则 p2.x也是35
- Pointp1=newPoint(18,20);//Point是structPointp2=p1;如果置p1.x=35;则p2.x也是35A.正确B.错误
- 有以下说明语句:structpoint{intx;inty;}p;则正确的赋值语句是() A: point.x=1;point.y=2; B: point={1,2}; C: p.x=1;p.y=2; D: p={1,2};
- 下面定义结构体数组的代码段正确的是()。 A: struct POINT{ public double x;//横坐标 public double y;//纵坐标}POINT[] p;p=new POINT[100]; B: struct POINT{ public double x;//横坐标 public double y;//纵坐标}POINT p[100]; C: struct POINT{ public double x;//横坐标 public double y;//纵坐标}POINT p[]=new POINT[100]; D: struct POINT{ public double x;//横坐标 public double y;//纵坐标}POINT p=new POINT[100];
- 已知:Point x(3,4); 则下列声明中能定义p指针变量并使其初值指向x的是( ) 。 A: int &p=x; B: Point *p=&x; C: Point p=x; D: float *p=&x;
内容
- 0
8.5 阅读程序,写出运行结果 class Point{ int x=1; static int y=2; public void show(){System.out.println(x+","+y); }} public class tempDemo{ public static void main(String []args){ Point p1=new Point();p1.show(); p1.x=2;p1.y=3; Point p2=new Point();p2.show(); p1.show(); p1.y=5; p2.show(); }}
- 1
设随机变量X服从正态分布N(1,22),则有()。 A: P(X>1)=P(X<1) B: P(X>2)=P(X<2) C: P(X<1)=P(X<1)+P(X>-1) D: P(X>1)=P(X>1)4-P(X<-1)E(0<X≤3)=P(-1<X≤2)
- 2
设(X,Y)的联合分布律如下表所示,则以下结果错误的是 [img=385x148]1802d3f4c0617e4.jpg[/img] A: P(Y=1|X=1)=P(Y=1|X=2) B: P(Y<1)<P(Y>1) C: P(Y≤1)<P(Y≥1) D: P(X=2)=1.5P(X=1) E: P(Y=0)=P(Y=1) F: P(X=1︱Y=1)=P(X=2|Y=1) G: P(X=1︱Y=0)<P(X=2|Y=0) H: P(X=1︱Y=2)+P(X=2|Y=2)=1 I: P(Y≥0)=1
- 3
设随机变量X服从参数为2的泊松分布,则以下结果正确的是 A: E(X)=D(X) B: P(X=2)=P(X=1) C: P(X=0)=P(X=1) D: P(X≤1)=P(X=2) E: P(X≥2︱X≥1)=P(X≥1) F: P(X≥1)+P (X≤1)=1 G: E(X)<D(X) H: E(X)>D(X)
- 4
设两个随机变量X和Y相互独立且同分布,P(X=-1)=P(Y=-1)=1/2,P(X=1)=P(Y=1)=1/2,则下列等式正确的是_______ A: P(X=Y)=1/2 B: P(X=Y)=1 C: P(X+Y=0)=1/4 D: P(XY=1)=1/4