• 2022-06-09
    假设有一幅4列4行的数字图像(左图),邻域窗口大小为3列3行,经多样性统计之后,右图中的B应分别为何值:2 5 3 4 x x x x4 3 1 2 x x B x6 7 5 3 x x x x1 3 5 4 x x x x
    A: 3
    B: 4
    C: 5
    D: 6
  • D

    内容

    • 0

      以下数组定义中,错误的是( )。 A: int<br/>x[2][3] ={1, 2, 3, 4, 5, 6} ; B: int<br/>x[][3] ={0} ; C: int<br/>x[][3] ={{1, 2, 3} , {4, 5, 6} } ; D: int<br/>x[2][3] ={{1, 2} , {3, 4} , {5, 6} } ;

    • 1

      已知x的值为“abcdefg”,以下哪个的值为“cd” A: x[3:4] B: x[2:3] C: x[-4:-5] D: x[-5:-3]

    • 2

      执行以下语句的结果: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}

    • 3

      函数\(y = 2{x^{ - 3}}{\rm{ - }}3{x^2}\)的导数为( ). A: \( - 6{x^{ - 4}} - 6x\) B: \( - 6{x^{ - 4}} + 6x\) C: \( - 6{x^{ - 3}} - 6{x^3}\) D: \( - 6{x^{ - 3}} + 6{x^3}\)

    • 4

      如图所示事故树的最小割集为()。[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>}