• 2021-04-14
    reg[7:0] mema[255:0]正确的赋值是( )
  • mema[5]=0;

    内容

    • 0

      下列Verilog语句正确的是() A: wire[7..0] DATA; B: assign y<;=a&amp;b; C: input reg d_in; D: reg [7:0] q;

    • 1

      【填空题】RGB( 0 , 0 , 0 )表示()色 RGB ( 255 , 255 , 255 ) 表示 ()色 RGB ( 255 , 0 , 0 )表示()色 RGB ( 0 , 0 , 255 )表示()色 RGB ( 0 , 255 , 0 )表示()色 RGB ( 255 , 255 , 0 )表示 ()色 RGB ( 255 , 0 , 255 )表示()色 RGB ( 0 , 255 , 255 )表示()色 RGB ( 128 , 128 , 128 )表示()色 RGB ( 1 , 1 , 1 )表示()色

    • 2

      在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)

    • 3

      B类地址的缺省子网掩码是( )[br][/br]0分) A: 255、255、255、128 B: 255、255、255、0 C: 255、255、0、0 D: 255、255、1

    • 4

      下列数组描述中不正确的代码是()。 A: integercou[7:0]; B: regbool[16:0]; C: integermat[4:0][0:127]; D: reg[8*8:1]carray_value;