• 2022-06-07 问题

    求不定积分[img=115x46]17da65382f8e1b9.png[/img]; ( ) A: x - (5*log(x + 1))/4 - (3*log(x - 3)) B: (5*log(x + 1))/4 - (3*log(x - 3)) C: x - (5*log(x + 1))/4 - (3*log(x - 3))/4 D: (5*log(x + 1))/4 - (3*log(x - 3))/4

    求不定积分[img=115x46]17da65382f8e1b9.png[/img]; ( ) A: x - (5*log(x + 1))/4 - (3*log(x - 3)) B: (5*log(x + 1))/4 - (3*log(x - 3)) C: x - (5*log(x + 1))/4 - (3*log(x - 3))/4 D: (5*log(x + 1))/4 - (3*log(x - 3))/4

  • 2022-06-01 问题

    If5/<em>x</em>+4/5=1,whatisthevalueof<em>x</em>? A: -25/4 B: -4 C: -5/4 D: -1/5 E: 25

    If5/<em>x</em>+4/5=1,whatisthevalueof<em>x</em>? A: -25/4 B: -4 C: -5/4 D: -1/5 E: 25

  • 2022-06-08 问题

    执行以下语句的结果:dict1={"x":1,"y":2,"z":3}dict2={"x":4,"a":5}dict1.update(dict2) A: {"x":1,"y":2,"z":3,"x":4,"a":5} B: {"x":4,"a":5,"x":1,"y":2,"z":3} C: 有重复项,结果有误! D: {"x":4,"y":2,"z":3,"a":5}

    执行以下语句的结果:dict1={"x":1,"y":2,"z":3}dict2={"x":4,"a":5}dict1.update(dict2) A: {"x":1,"y":2,"z":3,"x":4,"a":5} B: {"x":4,"a":5,"x":1,"y":2,"z":3} C: 有重复项,结果有误! D: {"x":4,"y":2,"z":3,"a":5}

  • 2022-06-09 问题

    函数\( y = x + \sqrt {1 - x} \)的极大值为( ) A: 0 B: 1 C: \( {5 \over 4} \) D: \( {4 \over 5} \)

    函数\( y = x + \sqrt {1 - x} \)的极大值为( ) A: 0 B: 1 C: \( {5 \over 4} \) D: \( {4 \over 5} \)

  • 2022-06-07 问题

    求不定积分[img=112x35]17da6538063a9e4.png[/img]; ( ) A: (x^4*log(x)^2)/4 + (x^4*(log(x) - 1/4))/ B: (x^4*log(x)^2)/4 - (x^4*(log(x) - 1/4))/8 C: (x^4*log(x)^2)/4 - (x^4*(log(x) - 1/4)) D: (x^4*log(x)^2)/4 + (x^4*(log(x) - 1/4))/8

    求不定积分[img=112x35]17da6538063a9e4.png[/img]; ( ) A: (x^4*log(x)^2)/4 + (x^4*(log(x) - 1/4))/ B: (x^4*log(x)^2)/4 - (x^4*(log(x) - 1/4))/8 C: (x^4*log(x)^2)/4 - (x^4*(log(x) - 1/4)) D: (x^4*log(x)^2)/4 + (x^4*(log(x) - 1/4))/8

  • 2022-06-11 问题

    假设x=4,y=5,下列哪个逻辑表达式是真的? A: !(x==4)^y!=5 B: x!=4^y==5 C: x==5^y==4 D: x!=5^y!=4

    假设x=4,y=5,下列哪个逻辑表达式是真的? A: !(x==4)^y!=5 B: x!=4^y==5 C: x==5^y==4 D: x!=5^y!=4

  • 2022-07-23 问题

    如图所示事故树的最小割集为()。[img=171x267]17d608e17919de1.png[/img] A: {x<sub>1</sub>,x<sub>3</sub>},{x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>4</sub>,x<sub>5</sub>} B: {x<sub>1</sub>,x<sub>3</sub>},{x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>5</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>} C: {x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>5</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>} D: {x<sub>2</sub>,x<sub>3</sub>},{x<sub>1</sub>,x<sub>4</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>}

    如图所示事故树的最小割集为()。[img=171x267]17d608e17919de1.png[/img] A: {x<sub>1</sub>,x<sub>3</sub>},{x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>4</sub>,x<sub>5</sub>} B: {x<sub>1</sub>,x<sub>3</sub>},{x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>5</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>} C: {x<sub>3</sub>,x<sub>4</sub>},{x<sub>1</sub>,x<sub>5</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>} D: {x<sub>2</sub>,x<sub>3</sub>},{x<sub>1</sub>,x<sub>4</sub>},{x<sub>2</sub>,x<sub>4</sub>,x<sub>5</sub>}

  • 2022-06-01 问题

    执行y=&#91;x for x in range(5) if x%2==1&#93;后,y结果是( )。 A: [1, 3, 5] B: [0, 2, 4] C: [1, 3] D: [2, 4]

    执行y=&#91;x for x in range(5) if x%2==1&#93;后,y结果是( )。 A: [1, 3, 5] B: [0, 2, 4] C: [1, 3] D: [2, 4]

  • 2022-07-26 问题

    假设x=4,y=5,x!=4^y==5

    假设x=4,y=5,x!=4^y==5

  • 2022-05-29 问题

    阅读下面程序,则disp语句所显示结果为()。x=1;while x~=5disp(x)x=x+1;end A: 1 3 2 4 B: 1 2 3 4 C: 2 3 4 5 D: 1 3 4 2

    阅读下面程序,则disp语句所显示结果为()。x=1;while x~=5disp(x)x=x+1;end A: 1 3 2 4 B: 1 2 3 4 C: 2 3 4 5 D: 1 3 4 2

  • 1 2 3 4 5 6 7 8 9 10