• 2022-06-19 问题

    已知随机变量X~B(n,p),E(X)=3,p=1/7,则n=()

    已知随机变量X~B(n,p),E(X)=3,p=1/7,则n=()

  • 2022-06-06 问题

    设X~B(n,p),且EX=3,P=1/7,则=()。 A: 7 B: 14 C: 21 D: 49

    设X~B(n,p),且EX=3,P=1/7,则=()。 A: 7 B: 14 C: 21 D: 49

  • 2021-04-14 问题

    设p=3, q=7,n=3×7=21,构建一个RSA公钥密码系统,公钥为 ,私钥为 。 (

    设p=3, q=7,n=3×7=21,构建一个RSA公钥密码系统,公钥为 ,私钥为 。 (

  • 2022-05-29 问题

    下列哪个表达式表示n能被3整除同时也能被7整除()。 A: n%3==0&&n%7==0 B: n%3==0||n%7==0 C: n%21==0 D: n%3!=0&&n%7!=0

    下列哪个表达式表示n能被3整除同时也能被7整除()。 A: n%3==0&&n%7==0 B: n%3==0||n%7==0 C: n%21==0 D: n%3!=0&&n%7!=0

  • 2021-04-14 问题

    值为7的表达式是【 】。 struct st{int n; struct st *next;} struct st a[3]={5,&a [1],7,&a [2],9,NULL}, *p; p=&a[0];

    值为7的表达式是【 】。 struct st{int n; struct st *next;} struct st a[3]={5,&a [1],7,&a [2],9,NULL}, *p; p=&a[0];

  • 2022-06-09 问题

    .以下程序的运行结果是( )。#includestdio.hint fun(int x){int p;if(x==0||x==1)return(3);p=x-fun(x-2);return p;}main(){printf(%d\n,fun(7));} A: 2 B: 3 C: 7 D: 0

    .以下程序的运行结果是( )。#includestdio.hint fun(int x){int p;if(x==0||x==1)return(3);p=x-fun(x-2);return p;}main(){printf(%d\n,fun(7));} A: 2 B: 3 C: 7 D: 0

  • 2022-05-29 问题

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

  • 2022-06-09 问题

    有以下程序: int fun(int x) int p; if(x==0||x==1) return(3); p=x-fun(x-2); return p; main() printf("%d\n",fun(7)); 执行后的结果是( )。 A: 7 B: 3 C: 2 D: 0

    有以下程序: int fun(int x) int p; if(x==0||x==1) return(3); p=x-fun(x-2); return p; main() printf("%d\n",fun(7)); 执行后的结果是( )。 A: 7 B: 3 C: 2 D: 0

  • 2021-04-14 问题

    设随机变量X~B(n,p),且E(X)=1.6,D(X)=1.28,则_________。? n=7,p=0.45|n=5,p=0.32|n=4,p=0.4|n=8,p=0.2

    设随机变量X~B(n,p),且E(X)=1.6,D(X)=1.28,则_________。? n=7,p=0.45|n=5,p=0.32|n=4,p=0.4|n=8,p=0.2

  • 2022-05-30 问题

    设X,Y为两个随机变量,且‏P{X ³0,Y ³ 0} = 3/7 , P{X ³ 0} = P{ Y ³ 0} = 4/7 ,‏则P{max(X, Y) ³ 0} = ( ).‏ A: 1/7 B: 3/7 C: 4/7 D: 5/7

    设X,Y为两个随机变量,且‏P{X ³0,Y ³ 0} = 3/7 , P{X ³ 0} = P{ Y ³ 0} = 4/7 ,‏则P{max(X, Y) ³ 0} = ( ).‏ A: 1/7 B: 3/7 C: 4/7 D: 5/7

  • 1 2 3 4 5 6 7 8 9 10