• 2022-06-07
    In case of DVS failure, the redundant encoder will start and perform coding compression, and the video stream will be recorded in the "account" of the redundant encoder. ( )
    A: 正确
    B: 错误
  • B

    内容

    • 0

      若有以下定义: float x;int a,b; 则正确的switch 语句是( )。 A: switch(x) { case 1.0:printf("* "); case 2.0:printf("** "); } B: switch(x){ case 1,2:printf("* "); case 3:printf("** "); } C: switch (a+b) { case 1:printf(" "); case 1+2:printf("** "); } D: switch (a+b);{ case 1:printf(."* "); case 2:printf("** "); }

    • 1

      若有以下定义:float x; int a,b; 则正确的switch语句是 。 A: switch(x) { case 1.0: printf("* "); case 2.0: printf("** "); } B: switch(x) { case 1,2: printf("* "); case 3: printf("** "); } C: switch(a+b) { case 1: printf("* "); case 1+2: printf("** "); } D: switch(a+b); { case 1: printf("* "); case 2: printf("** "); }

    • 2

      From the external situation, IPC is integrated into video acquisition, image processing, video and audio coding and compression, network transmission, control, alarm and other functional modules on a circuit board to achieve video coding and uploading. ( ) A: 正确 B: 错误

    • 3

      The difference between hard compression and soft compression in DVR is "who completed the encoding compression?" If it is done by the hardware chip on the board, it is called hard compression. If it is handed over to the CPU to complete, it is called soft compression. ( ) A: 正确 B: 错误

    • 4

      Some systems can be unstable but with redundant constraints. A: 正确 B: 错误