associative array信息详情

associative array发音

意思翻译

相联阵列

相似词语短语

associative───adj.联想的;联合的;组合的

array───n.数组,阵列;排列,列阵;大批,一系列;衣服;vt.排列,部署;打扮

associative press───联合出版社

crossbar array───纵横阵

commutative associative───交换结合

array crossword───数组纵横字谜

associative law───[数]结合律

associative relation───[统计]结合关系

array technologies───阵列技术

双语使用场景

Or with associative array syntax.───或通过关联数组语法设置。

It stores all the visited XML elements in a PHP associative array.───将访问过的XML元素保存在php关联数组中。

Function (3) gets the result row as a PHP associative array.───函数(3)以PHP关联数组的形式返回结果行。

It's sometimes known as an associative array because data is associated with a key value, or as a hash table.───它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。

each string is the name of an item , and the corresponding number in the associative array is the quantity of that item in the cart.───每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。

A Ruby hash (or associative array) is a data structure that allows you to define the key for storage (instead of a simple numerical index).───Ruby散列表(或关联数组)是一种数据结构,允许您定义用于存储的键(而不是简单的数值索引)。

The updateCart function is called upon the return, and the JSON values are supplied in an associative array variable called results.───updateCart函数是在返回之前调用的,JSON值是在一个称为results的联合数组变量中提供的。

Indeed, the literal representation of an object is simply an associative array that may contain functions for some of its values.───实际上,对象的文本表示只不过是一个联合数组,它可能包含某些函数作为一些值。

The deflate filter takes up to three parameters passed as an associative array.───deflate过滤器可以接受以一个关联数组传递的最多三个参数。

英语使用场景

A PHP associative array carries the results of the core bank logic.

Display a simple variable, iterate over an array or associative array, and display the members of a class.

You will take advantage of this by implementing your state table as a two-dimensional associative array of functions.

You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.

An associative array, each ID key is associated with a value.

This one is slightly more complicated but uses a Ruby hash (associative array) to simplify the reduction operation (see Listing 5).