已知P{X≤0,Y≤0}=1/3,P{X0}=1/2,P{Y0}=1/3,则P{min(X,Y)≤0}=()
已知P{X≤0,Y≤0}=1/3,P{X>0}=1/2,P{Y>0}=1/3,则P{min(X,Y)≤0}=()
相关考题:
int y=1, x, *p, a[ ]={2,4,6,8,10}; p=a[1]; for(x=0;x3;x++) y + = * (p + x); printf("%d\n",y); 程序的输出结果y的值是__________ 。
一个二进制源X发出符号集为{-1,1},经过离散无记忆信道传输,由于信道中噪音的存在,接收端Y收到符号集为{-1,1,0}。已知P(x=-1)=1/4,P(x=1)=3/4,P(y=-1|x=-1)=4/5,P(y=0|x=-1)=1/5,P(y=1|x=1)=3/4,P(y=0|x=1)=1/4,求条件熵H(Y|X)()A.0.2375B.0.3275C.0.5273D.0.5372
随机变量X,Y相互独立,且分布列分别为P{X=0}=1/3;P{X=1}=2/3。P{Y=0}=1/3,P{Y=1}=2/3。则以下正确的是A、P{X=Y}=5/9B、P{X=Y}=1C、X=YD、均不正确
若有以下程序段:include using namespace std;int main (){ int a[]={1,4,5}; int *p 若有以下程序段: #include <iostream> using namespace std; int main () { int a[]={1,4,5}; int *p=a[0],x=6, y,z; for (y=0; y<3; y++) z= ( (* (p+y) <x) ? *(p+y) :x); cout<<z<<end1; return 0; } 程序运行后的输出结果是( )。A.1B.4C.5D.2
有以下程序:include main() {int a[] = {2,4,6,8,10} ,y =0,x, * p;p =a[1];for( 有以下程序: #include <stdio.h> main() { int a[] = {2,4,6,8,10} ,y =0,x, * p; p =a[1]; for(x=1;x<3;x++)y+ =p[x]; printf( "% d \n" , y); }程序运行后的输出结果是( )。A.10B.11C.14D.15
以下程序的输出结果是______。 struct HAR {int x,y;struct HAR *p;}h[2] main() { h[0].x=1;h[0].y=2 h[1].x=3;h[1].y=4 h[0].p=h[1];h[1].p=h printf("%d%d\n",()h[0].p)->x,(h[1].p->y); }A.12B.23C.14D.32
以下程序的输出结果是______。 structHAR {int x,y;structHAR*p;}; main() { h[0].x=1;h [0].y=2; h[1].x=3;h[1].y=4; h[0].p=h[1].p=h; printf("%d%d\n",(h[0].p->y)); }A.12B.23C.14D.32
以下程序的输出结果是 ______。 struct HAR {int x,y;struct HAR*p;}h[2]; main() { h[0],x=1;h[0].y=2; h[1]x=3;h[1].y=4; h[0].p、h[1];h[1]..p=h; printf("%d%d\n",(h[0].p)->x,(h[1].p)->y; }A.12B.23C.14D.32
若有以下程序段;includeusing namespace std;int main(){ int a[]={1,4,5}; int *p=a[0],x=6,y,z; for(y=0;y<3;y++) z=((*(p+y)<x) ? *(p+y):x); cout<<z<<end1; return 0; } 程序运行后的输出结果是( )。A.1B.4C.5D.2
以下程序的输出结果是______。 struct HAR {int x,y;struct HAR*p;}h[2]; main() { h[0].x=1;h[0].y=2; h[1].x=3;h[1].y=4; h[0].p=h[1];h[1].p->y); printf("%d%d\n",(h[0].p)->x,(h[1].p)->y); }A.12B.23C.14D.32
执行以下程序后,y的值是 ( ) main( ) { int a [ ]={2,4,6,8,10); int y=1,x, *p; p=a[1]; for(x=0;x<3; x + +) y + =* (p + x); printf("%d\n",y); }A.17B.18C.19D.20
下列程序的输出结果为______。 main ( ) { int p, y=0, x=0; p=x>8; printf("%d",p); p+ 下列程序的输出结果为______。 main ( ) { int p, y=0, x=0; p=x<<8 | ~y>>8; printf("%d ",p); p+=(p+=2); printf("%d\n",p); }A.-1 0B.0 0C.0 4D.-1 2
光线经过点P(2,3)照射在x+y+1=0上,反射后经过点Q(3,-2),则反射光线所在的直线方程为( )A.7x+5y+1=0B.x+7y-17=0C.x-7y+17=0D.x-7y-17=0E.7x-5y+1=0
已知二维随机变量(X,Y)服从区域[0,1]×[0,1]上的均匀分布,则( )。A.P{X>0.5}=0.25B.P{Y>0.5}=0.25C.P{max(X,Y)>0.5}=0.25D.P{min(X,Y)>0.5}=0.25
设两个随机变量X与Y相互独立且同分布,P{X=-1}=P{Y=-1}=1/2,P{X=1}=P{Y=1}=1/2,则下列各式成立的是()A、P{X=Y}=1/2B、P{X=Y}=1C、P{X+Y=0}=1/4D、P{XY=1}=1/4
填空题若随机变量X1,X2,X3相互独立且服从于相同的0-1分布P{X=1}=0.7,P{X=0}=0.3,则随机变量P{X=0}=0.3.则随机变量Y=X1+X2+X3服从于参数为____的____分布,且E(Y)=____.D(Y)=____.
填空题设X,Y是两个随机变量,且P{X≥0,Y≥0}=3/7,P{X≥0}=P{Y≥0}=4/7,则P{max(X,Y)≥0}=____。