array initialization 中文意思是什麼

array initialization 解釋
數組被值
  • array : vt 1 打扮,裝飾。2 使…列隊,排列。3 提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。n 1 整...
  • initialization : 初始化, 賦初值, 預置
  1. Statement cannot provide new initialization values for the array elements

    語句無法為數組元素提供新的初始化值。
  2. You can initialize the values of an array by surrounding the initialization values with braces

    )括起初始化值來初始化數組的值。
  3. A byte array that contains the decryption initialization vector

    一個包含解密初始化向量( iv )的位元組數組。
  4. It is possible to initialize an array upon declaration, in which case, the rank specifier is not needed because it is already supplied by the number of elements in the initialization list

    可以在聲明數組時將其初始化,在這種情況下不需要級別說明符,因為級別說明符已經由初始化列表中的元素數提供。
  5. Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer

    隱型數組,數組創建和初始化的形式,它從數組初始化器推導出數組的元素類型。
  6. Class using the specified array data type and initialization expressions

    使用指定的數組數據類型和初始化表達式初始化
  7. I then extract the initialization vector into a byte array, block encrypt the clear data, and prefix the iv bytes to the encrypted data bytes

    隨后我將初始向量( iv )抽取到位元組數組,對明文數據進行塊加密,並將iv位元組置於加密的數據位元組之前。
  8. The initialization begins with a statically defined compile - time array called

    這種初始化是通過一個靜態定義的編譯時數組(
分享友人