网站首页  词典首页

请输入您要查询的英文单词:

 

单词 associative array
释义

associative array

美 
英 
  • un.相联阵列
  • 网络关联数组;联合数组;关联阵列
un.
1.
相联阵列

例句

释义:
1.
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
www.ibm.com
2.
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.
每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。
www.ichacha.net
3.
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散列表(或关联数组)是一种数据结构,允许您定义用于存储的键(而不是简单的数值索引)。
www.ibm.com
4.
The updateCart function is called upon the return, and the JSON values are supplied in an associative array variable called results.
updateCart函数是在返回之前调用的,JSON值是在一个称为results的联合数组变量中提供的。
www.ibm.com
5.
Indeed, the literal representation of an object is simply an associative array that may contain functions for some of its values.
实际上,对象的文本表示只不过是一个联合数组,它可能包含某些函数作为一些值。
www.ibm.com
6.
The deflate filter takes up to three parameters passed as an associative array.
deflate过滤器可以接受以一个关联数组传递的最多三个参数。
bs.php.net
7.
A dictionary is like an associative array or hash: It uses key-value pairs to store and retrieve information.
字典类似于关联数组或散列;它使用键值对来存储和限制信息。
www.ibm.com
8.
Since our MySQL results come in the form of an associative array, there is no intermediary step.
由于MySQL结果是以联合数组的形式传入的,因此没有任何中间步骤。
www.ibm.com
9.
Make a second copy of the array, shuffle the copy, and build an associative array, where the original letter gets a shuffled value.
制作另外一份数组副本,搅乱该副本,并构建一个联合数组,其中原来的字母将获得重组后的值。
www.ibm.com
10.
map: a map is an associative array from a set of object keys to a collection of object values.
map型:map是一个从一组键值对象到一组值对象的关联数组。
www.infoq.com
1.
You will take advantage of this by implementing your state table as a two-dimensional associative array of functions.
因此我们将状态表实现为一个二维的函数关联数组。
www.ibm.com
2.
Within the faces JavaScript object there must be another JavaScript associative array under they key Ajax.
在这个faces对象中,在键Ajax下还必须有另一个JavaScript数组。
www.infoq.com
3.
The function takes two arguments: the name of the table and an associative array of field names and values.
此函数接受两个参数:表的名称以及字段名和值的关联数组。
www.ibm.com
4.
In various languages, this collection is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
这个集合可能被实现为对象、记录、结构、词典、散列表、键列表或关联数组,具体情况取决于所使用的语言。
www.ibm.com
5.
Display a simple variable, iterate over an array or associative array, and display the members of a class.
显示简单变量,迭代整个数组或关联数组,以及显示类的成员。
www.ibm.com
6.
This function then converts the XML elements into a PHP associative array.
这个函数将XML元素转化成PHP关联数组。
www.ibm.com
7.
The script for this probe then emits the collected data (iterating through each of the associative array members).
与这个探针相关联的脚本将发送收集到的数据(遍历每个关联数组成员)。
www.ibm.com
8.
It stores all the account data information in a PHP associative array and returns that array to the caller.
它将所有帐户数据信息存储在一个PHP关联数组中,并将这个数组返回给调用者。
www.ibm.com
9.
You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
您还看到从C语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
www.ibm.com
10.
This returns an associative array with red, green, blue and alpha keys that contain the appropriate values for the specified color index.
本函数返回一个具有red,green,blue和alpha的键名的关联数组,包含了指定颜色索引的相应的值。
www.phpx.com
1.
An associative array is a data structure that dynamically associates arbitrary data values with arbitrary strings.
关联阵列是一种资料结构,它可以动态的让任意资料值与任意字串相关联。
technet.microsoft.com
2.
The second decodes the serialized data and converts it to a basic PHP object or an associative array.
第二个函数将把序列化数据解码,并将其转换为基本PHP对象或联合数组。
www.ibm.com
3.
Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.
大括号表示联合数组(即对象),它的键-值组合由逗号分隔。
www.ibm.com
4.
An associative array containing session variables available to the current script.
包含当前脚本中session变量的数组。
ee2.php.net
5.
A dictionary in Vimscript is essentially the same as an AWK associative array, a Perl hash, or a Python dictionary.
Vimscript中的字典在本质上和AWK关联数组、Perl哈希表,或者Python字典都是一样。
www.ibm.com
6.
It also stores the post-transaction snapshot of the account data in another associative array.
它还将帐户数据的交易后快照存储在另一个关联数组中。
www.ibm.com
7.
This method takes a pre-transaction snapshot of the account data and stores it an associative array.
这个方法获取帐户数据的交易前快照,并将它存储在一个关联数组中。
www.ibm.com
8.
Returning results as an associative array is useful if you would like dynamic access to column names.
以关联数组方式返回数据有助于你动态获取结果。
hi.baidu.com
9.
Convert. Base64-encode supports parameters given as an associative array.
convert.base64-encode支持以一个关联数组给出的参数。
dk.php.net
10.
The associative array is another data type that can be represented as a literal.
联合数组(associativearray)是另外一种数据类型,它可以表示为一个字符串。
www.ibm.com
1.
Each row is represented as an associative array of key-value pairs.
每一行都被表示为键值对关联数组。
www.ibm.com
2.
Listing 28 begins with the Config class, which exposes a generic API to receive an associative array of server access parameters.
清单28首先定义了Config类,它公开了一个通用API来接收一组有关的服务器访问参数。
www.ibm.com
3.
It takes an associative array var_array and treats keys as variable names and values as variable values.
接受结合数组var_array作为参数并将键名当作变量名,值作为变量的值。
kr.php.net
4.
If Sphinx makes a match, the associative array $result contains an element named results.
如果Sphinx找到匹配,相关数组$result将包含名为results的元素。
www.ibm.com
5.
This one is slightly more complicated but uses a Ruby hash (associative array) to simplify the reduction operation (see Listing 5).
虽然此应用程序稍微有些复杂,但是使用Rubyhash(关联阵列)可简化reduce操作(请参考清单5)。
www.ibm.com
6.
When the probe fires, you increment an associative array element for the given PID and process name.
当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
www.ibm.com
7.
An associative array of variables passed to the current script via the HTTP GET method.
通过HTTPGET方法传递的变量组成的数组。
nz2.php.net
8.
In the example below we create a container class that stores an associative array of Flag objects.
在以下的范例中我们建立一个容器类来储存Flag对象的一个相关数组。
www.phpx.com
9.
An associative array of items uploaded to the current script via the HTTP POST method.
通过HTTPPOST方法传递的已上传文件项目组成的数组。
br.php.net
10.
You recursively work through the XML document, using the XML tag name as the key of the item for the associative array that is built.
递归遍历XML文档,使用XML标记名作为所构建的关联数组的项目的键。
www.ibm.com
1.
When using the index operator, the object is treated as an associative array.
在使用索引运算符时,对象被看作是一个“相关数组”。
technet.microsoft.com
2.
Remember that the prototype is an object, so it is also an associative array.
请记住,原型是一个对象,所以它也是一个关联数组。
www.ibm.com
3.
A PHP associative array carries the results of the core bank logic.
一个PHP关联数组用来传递核心银行逻辑的结果。
www.ibm.com
4.
The names in the associative array must match with the properties in the DTO.
关联数组中的名称必须与DTO中的属性名字匹配。
www.infoq.com
5.
This is a literal representation of an associative array in Rhino but it is, more generally, the literal representation of an object.
在Rhino中,这是一个联合数组的文本表示,不过更确切的说,它是一个对象的文本表示。
www.ibm.com
6.
This post-transaction data is also stored in another associative array.
这是交易之后的数据,也存储在另一个关联数组中。
www.ibm.com
7.
Function (3) gets the result row as a PHP associative array.
函数(3)以PHP关联数组的形式返回结果行。
www.ibm.com
8.
You may be wondering why I have used a numerical array output and not object or associative array.
你可能会对我为什么使用数值数组来输出结果而不是通过对象或关联数组呢?
hi.baidu.com
9.
ARRAY_A - result will be output as an associative array.
输出结果作为结合的数组。
www.zzbaike.com
10.
You can use a table as an array, a dictionary (also called a hash or an associative array), a tree, a record, and so on.
我们可以将表作为数组、字典(也称为散列或联合数组)、树、记录,等等。
www.ibm.com
1.
SDOs support object syntax and associative array syntax, so the properties could have been set with object syntax
SDO支持对象语法和关联数组语法,因此属性可以通过对象语法设置
www.ibm.com
2.
This cookie is read in as an associative array in PHP and assigned to the variable
此cookie在PHP中以关联数组形式读入并指定给变量
www-128.ibm.com
3.
Get_object_vars -- Returns an associative array of object properties
get_object_vars--返回由对象属性组成的关联数组
www.phpx.com
4.
array sqlrcur_getRowLengthsAssoc(int sqlrcurref, int row)returns an associative array of the lengths of the specified row
返回指定行的各值的长度构成的联合数组(associativearray)。
blog.sina.com.cn
5.
array sqlrcur_getRowAssoc(int sqlrcurref, int row)returns an associative array of the values of the specified row
返回指定行的各值构成的联合数组(associativearray)。
blog.sina.com.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 0:13:59