new
數組的英文翻譯
基本釋義
參考釋義
- 數組 [shù zǔ]
-
-
- array; block; digit group
-
短語數組變數array variable數組標識符array identifier數組表array list數組重新定義array redimension數組處理機array processor數組說明符array declaractor數組演算法array algorithm數組文件array file數組元素array element數組轉置array transpose
-
數組的用法和樣例:
例句
-
對記錄而言,程序定義的數據分層次序。結構內的元素的格式可能彼此不同,而一個數組中的元素的格式必須相同。
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. -
廣義來說,矩陣可以是任意維數的數組。
By extension, an array of any number of dimensions.