青年中文青年中文

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).