new
數組的英文翻譯
基本釋義
參考釋義
- 數組 [shù zǔ]
-
-
- array; block; digit group
-
短語(yǔ)數組變量array variable數組標識符array identifier數組表array list數組重新定義array redimension數組處理機array processor數組說(shuō)明array declaration數組說(shuō)明符array declaractor數組算法array algorithm數組文件array file數組元素array element數組轉置array transpose
-
數組的用法和樣例:
例句
-
對記錄而言,程序定義的數據分層次序。結構內的元素的格式可能彼此不同,而一個(gè)數組中的元素的格式必須相同。
A program-defined hierarchical ordering of data for a record. Elements within a structure may be formatted differently from each other, whereas elements in an array must all have the same format. -
廣義來(lái)說(shuō),矩陣可以是任意維數的數組。
By extension, an array of any number of dimensions.