array vt. 1.打扮,裝飾。 2.使…列隊,排列。 3.提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。 The general arrayed his troops for battle. 將軍使軍隊列隊準備戰斗。 The girl arrayed herself in her finest clothes. 這女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵舉兵對抗國王。 n. 1.整列,隊列,陣(列);陣容。 2.〔詩〕衣裳,裝扮,打扮。 3.陪審官名單。 4.一大批,一大群,一連串。 5.【數學】排列。 a battle array 戰斗隊形,列陣。 holiday array 節日盛裝。 be in fine array 盛裝。 an array of actors 演員的陣容。 a window array 櫥窗陳列品。 an array of (umbrellas) 一排(傘)。 in battle array 列陣,嚴陣。 in proud array 堂堂正正。
data n. 1.資料,材料〔此詞系 datum 的復數。但 datum 罕用,一般即以 data 作為集合詞,在口語中往往用單數動詞;如系指一件資料,則說作 this data〕。 2.〔美國〕(觀察所得的)事實,知識。 a data book 參考資料書。 gather data on ...收集…的資料[數據]。 The data is not enough to be convincing. 資料不足,尚難令人信服。
Array data types in visual basic Visual basic中的數組數據類型
Can also convert array data types , as in the following example 也可以轉換數組數據類型,如下例所示:
Class using the specified array data type and initialization expressions 使用指定的數組數據類型和初始化表達式初始化
Class using the specified array data type and number of indexes for the array 使用指定的數組數據類型和數組的索引數初始化
Class using the specified array data type name and number of indexes for the array 使用指定的數組數據類型名和數組的索引數初始化
A typed array data type is declared by placing square brackets after the data type name 類型化數組數據類型可以通過在數據類型名稱后面放置方括號( [ ] )來聲明。
Class using the specified array data type and code expression indicating the number of indexes for the array 用指定的數組數據類型和指示數組索引數的代碼表達式初始化
Safe arrays are self - describing arrays that carry the type , rank , and bounds of the associated array data 安全數組是具有與之關聯的數組數據的類型、秩和界限的自我描述數組。
Class using the specified array data type name and code expression indicating the number of indexes for the array 使用指定的數組數據類型名和指示數組索引數的代碼表達式初始化
Function procedure returns an array data type , you cannot access the individual elements of the array within the function 過程返回數組數據類型,則不能在函數內部訪問數組的各個元素。