顾老师英语课堂
基本释义:数组;排列;陈列
词源:源自古法语"areer"(排列),最终来自拉丁语"ad-"+"radius"(方向)
指相同类型数据元素的有序集合
指按特定顺序排列的数字或对象
表示大量物品的有序展示
"array"在编程领域使用频率最高,指代存储多个相同类型数据的结构,是计算机科学基础概念之一。
The array contains 100 elements.
She wore an array of colorful bracelets.
We need to sort this array in ascending order.
这个数组包含100个元素。
她戴了一排彩色手镯。
我们需要将这个数组按升序排序。
呃-瑞(重读"瑞")
呃-瑞(重读"瑞")
表示编程中的数组
表示一系列事物
描述排列动作
Array is the same as list. (错误)
正确:Array has fixed size while list is dynamic.
Array can store different data types. (错误)
正确:Array stores elements of the same data type.
1. 这个数组存储学生成绩。
2. 一排鲜花装饰了大厅。
3. 程序员经常在代码中使用数组。
1. Array stores elements of the same data type.
2. 读作[əˈreɪ](重音在第二音节)
3. Array has fixed size while list is dynamic.