"arrays" in Chinese (Simplified)
数组排列
Definition
“数组”是指按行、列或特定顺序排列的项目、数字或对象集合。在计算机领域,数组是一组共同存储的数据元素。
Usage Notes (Chinese (Simplified))
在日常用语中,“数组”可指有序排列的事物,但在科学、数学和计算机程序中,通常专指一种结构化集合(经常用“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.
科学家会把实验结果整理成几个**数组**以方便分析。