"arrays" in Chinese (Traditional)
陣列排列
Definition
「陣列」指的是以行、列或特定順序排列的項目、數字或物件的集合。在電腦領域中,陣列是一組一起儲存的資料元素。
Usage Notes (Chinese (Traditional))
在日常語言中,「陣列」可指有組織的排列,但在科學、數學以及電腦程式設計中,通常特指一種結構化的集合(常用 ‘an array of...’)。在電腦領域,陣列是能包含多個元素的資料型態,不要和「集合」或「羣組」混淆。
Examples
The teacher placed the books in neat arrays on the table.
老師把書整齊地排成**陣列**在桌子上。
In math, we learned about number arrays today.
今天數學課我們學了數字**陣列**。
Computers can store data in arrays to make searching faster.
電腦可以用**陣列**來儲存資料以加快搜尋速度。
There are many different arrays of flowers in the garden.
花園裡有許多不同種類的花**陣列**。
If you want to process lots of numbers quickly, try using arrays in your code.
如果要快速處理很多數字,可以在程式中用**陣列**。
Scientists organize their test results in several arrays for easy analysis.
科學家把實驗結果整理成幾個**陣列**方便分析。