What is the translation of " ARRAY ELEMENT " in Chinese?

[ə'rei 'elimənt]
[ə'rei 'elimənt]
一个数组元素
array element

Examples of using Array element in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Each array element represents a big tree.
每个数组元素代表一棵大树。
Ramda has even more methods for reading array elements.
Ramda有更多的方法来读取数组的元素
Each array element represents a big tree.
一个数组元素代表着一棵大树。
However, you can still change object properties or array elements:.
但是,你仍然可以更改对象属性或数组元素:.
In this example, all the array elements are initialized to zero.
在此例中,所有数组元素都初始化为零。
The array elements can be initialized at the time of declaration.
数组的内容可以在其声明期间初始化。
Increases the value of a variable, assignable property, or array element by 1.
使变量、可赋值属性或数组元素的值增加1。
When you delete an array element, the array length is not affected.
当你删除一个数组元素时,数组的长度不受影响。
In the previous example, we used a for loop for accessing each array element.
在前面的实例中,我们使用一个for循环来访问每个数组元素
You have to access the array elements by index, which I think involves bounds checking.
你必须通过索引来访问数组元素,我认为这涉及边界检查。
In the previous example, we used a for loop for accessing each array element.
在前面的例子中,我们已经使用了一个for循环用于访问每个数组元素
For purposes of definite assignment checking, an array element is considered initially assigned.
出于明确赋值检查的目的,数组元素被视为初始已赋值。
Likewise, an array element or an object member value in JSON is limited to a very limited set.
同样,JSON中的数组元素或对象成员值仅限于一个非常有限的集合。
The= operator expects its left- side operand to be an lvalue:a variable or object property( or array element).
运算符希望它的左操作数是一个左值:一个变量或者对象属性(或数组元素)。
A quick and easy way to join array elements with a separator(the opposite of split) in Java.
在Java中使用分隔符(与split相反)连接数组元素的一种快捷方便的方法.
The forEach() method executes a provided function once for each array element.
ForEach():针对每一个元素执行提供的函数(executesaprovidedfunctiononceforeacharrayelement)。
In addition to these normal array elements, the returned array also has two object properties.
除了这些常规的数组元素之外,返回的数组还含有两个对象属性。
For example,Array forEach provides three parameters to the callback function: the array element, its index, and the containing array..
例如,ArrayforEach给回调函数传3个参数:数组元素,索引和整个数组。
The result of an array element access is a variable, namely the array element selected by the indices.
一个数组元素访问的结果是一个变量,也就是由标号选择的数组元素
As with objects, we may want to update an array element by applying a function to the original value.
与对象一样,我们可能希望通过将函数应用于元素的原始值来更新数组元素
Similarly an array element update is a procedure of three arguments, for example set_array(Array, vector(i, j), value), but many languages provide syntax such as Array= value.
同理,数组元素的更新涉及到三个参数:set_array(Array,vector(i,j),value),但是很多语言提供直接赋值:Array=value。
Table array storage segmentNodes, each array element is a hash chain, expressed in HashEntry.
Table数组存储段中节点,每个数组元素是个hash链,用HashEntry表示。
Similarly an array element update is a procedure of three arguments, something like set_array(Array, vector(i, j), value), but many languages provide syntax like Array[i, j]= value.
同理,数组元素的更新涉及到三个参数,set_array(Array,vector(i,j),value),但是很多语言提供这样直接赋值,Arrayi,j=value。
If indent is a non-negative integer or string,then JSON array elements and object members will be pretty-printed with that indent level.
如果indent是一个非负整数或者字符串,那么JSON数组元素和对象成员会被美化输出为该值指定的缩进等级。
To find which array element the point is“in”, firstly check to see if it is less than the value in the first element..
要找出随机点“落在”哪个数组元素,首先检查看它是否小于第一个元素的值。
ARRAY_BOUNDS_EXCEEDED- The program tried to access an array element that is out of bounds and the underlying hardware supports bounds checking.
ARRAY_BOUNDS_EXCEEDED您的程序试图访问一个超出硬件支持范围的数组单元
If you want an array element to exist but have an undefined value, use the undefinedvalue instead of the delete operator.
如果你想让一个数组元素继续存在但是其值是undefined,那么可以使用将undefined赋值给这个元素而不是使用delete。
If the variable is an array element then name1 gives the name of the array and name2 gives the index into the array;.
如果变量是一个数组的一个元素,那么name1给出数组的名字,而name2给出元素的名字;.
Arrays elements can be obtained through their index.
ArrayList中的元素可以通过索引随机获取一个元素。
Results: 29, Time: 0.0329

Word-for-word translation

Top dictionary queries

English - Chinese