list and array的意思|示意
列表和数组
list and array的网络常见释义
列表和数组 列表和数组(list and array):列表是有序的标量集合,数组是一个包含列表的变量,在Perl中常常不加区别。但确切地说,列表是数据,而数组是变量。
list and array相关短语
1、 Array and List Comprehensions 数组和列表
list and array相关例句
The function, preg_grep , makes processing a list very easy: Simply provide the pattern as the first argument and an array of words to match as the second argument.
使用函数preg_grep可以非常轻松地处理列表:只需提供模式作为第一个参数,并提供要匹配的单词数组作为第二个参数。
Compared to simply passing on the list represented as an array, both workarounds are cumbersome and inefficient.
与只传递表示为阵列的列表相比,两种解决方法都很繁琐且没有效率。
In the HPL device array name list box, choose Enter New name and provide a name for the device array that will be used for the loading job.
在HPL Device Array Name列表框中,选择Enter New Name并提供用于加载作业的设备阵列名称。
Again, I use the get method of AppConfig to get an array reference to the configuration list and push the user-provided data into that array.
同样,我用AppConfig的get get方法来得到对配置列表的数组引用,并将用户给出的数据压入到数组中。
This list is similar to the argv list used in common C programs and defines the application (first element of the array) and argument list.
该列表与普通 C 程序中的 argv 列表类似,定义了应用程序(数组第一个元素)和参数列表。
You can still declare list-like collections using the array syntax and maps the same way you always have (that is, the way you first learned in "Feeling Groovy").
仍然可以用array语法和map,像以前那样(即最初从文章“alt . lang . jre:感受Groovy”中学到的方式)声明类似list的集合。