假设x=4,y=2,m=5,n=4,w=12,t=9,则经过表达式(w=x 0 9
假设x=4,y=2,m=5,n=4,w=12,t=9,则经过表达式(w=x 0 9
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1).
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1).
设 X ~ N (2,s 2 ) 且 P{2 < X < 4} = 0.3 ,则 P{X < 0} =
设 X ~ N (2,s 2 ) 且 P{2 < X < 4} = 0.3 ,则 P{X < 0} =
已知4x-3y-3z=0,x-3y+z=0(x≠0,y≠0,z≠0),那么x:y:z A: 4:3:9 B: 4:3:7 C: 12:7:9 D: 以上结论都不对
已知4x-3y-3z=0,x-3y+z=0(x≠0,y≠0,z≠0),那么x:y:z A: 4:3:9 B: 4:3:7 C: 12:7:9 D: 以上结论都不对
中国大学MOOC:"设(X,Y)~N( 0, 1, 4, 9, 1/4 ),则X与Y的协方差为";
中国大学MOOC:"设(X,Y)~N( 0, 1, 4, 9, 1/4 ),则X与Y的协方差为";
a=[4,-1,2,-4,-9],执行命令[x for x in a if x>0]的返回值是()
a=[4,-1,2,-4,-9],执行命令[x for x in a if x>0]的返回值是()
表示x是5的倍数或是9的倍数的逻辑表达式为 ____。 A: x \ 5 = 0 Or x \ 9 = 0 B: x \ 5 = 0 And x \ 9 = 0 C: x Mod 5 = 0 Or x Mod 9 = 0 D: x Mod 5 = 0 And x Mod 9 = 0
表示x是5的倍数或是9的倍数的逻辑表达式为 ____。 A: x \ 5 = 0 Or x \ 9 = 0 B: x \ 5 = 0 And x \ 9 = 0 C: x Mod 5 = 0 Or x Mod 9 = 0 D: x Mod 5 = 0 And x Mod 9 = 0
中国大学MOOC: 设X~N(2, 9)则Y= (X– 2 )/9 ~N(0, 1).
中国大学MOOC: 设X~N(2, 9)则Y= (X– 2 )/9 ~N(0, 1).
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1). A: 正确 B: 错误
设X ~ N(2, 9)则Y = (X – 2 )/9 ~ N(0, 1). A: 正确 B: 错误
下列程序段可以正确运行的有: A: int i,s,x;s=0;i=0;while(1){ scanf("%d",&x); if(x!=-1) { s=s+x; i++; } else break;}printf("ave=%d\n",s/i); B: int i,s,x;s=0;i=0;scanf("%d",&x);while(x!=-1){ s=s+x; i++; scanf("%d",&x);}printf("ave=%d\n",s/i); C: int i,s,x;s=0;i=0;while(1){ scanf("%d",&x); if(x==-1) break; s=s+x; i++; }printf("ave=%d\n",s/i);
下列程序段可以正确运行的有: A: int i,s,x;s=0;i=0;while(1){ scanf("%d",&x); if(x!=-1) { s=s+x; i++; } else break;}printf("ave=%d\n",s/i); B: int i,s,x;s=0;i=0;scanf("%d",&x);while(x!=-1){ s=s+x; i++; scanf("%d",&x);}printf("ave=%d\n",s/i); C: int i,s,x;s=0;i=0;while(1){ scanf("%d",&x); if(x==-1) break; s=s+x; i++; }printf("ave=%d\n",s/i);