The deleted elements are returned as a new array object.
所删除的元素会传回成为新的阵列物件。
The new array replaces the released array in the array variable.
新数组将替换数组变量中已释放的数组。
Consider Listing 9, which shows a new array of strings called options.
清单9展示了一个称为options的新的字符串数组。
Copying element of existing array to a a new array without using splice?
现有的数组复制元素到一一新的阵列无接头?
Array of the knives was analyzed, and new array of the knives was offered.
对刀具的排列进行了分析,并对原机排列存在的问题进行了改进。
Let's create a new array with the new hero appended and assign that to heroes.
让我们创建一个新数组,把这个英雄追加进去,并把它赋给heroes。
After doing this, the contents of the smaller array get copied to the new array.
这样做之后,小的数组的内容被复制到新的数组。
Isn't "new Array " more consistent with the way every other kind of object is instantiated?
难道“new Array”不是与其它类型对象的实例化方式更一致吗?
For a numeric or string value being concatenated to the new array, only the value is copied.
把一个数值或字串值串连到新阵列时,只有值会复制过去。
A change in either the new array or the original array will result in a change to the other.
此时新阵列的改变会导致原始阵列的改变,而原始阵列的改变也会导致新阵列的改变。
Returns a new array consisting of a combination of the current array and any additional items.
传回一个由现有阵列和其他元素组合而成的新阵列。
The result is a new array of public spaces, from canopied picnic grounds to a broad bandstand.
产生了一系列公共空间,从野餐场地到室外的音乐演奏台。
The first step in the rehash is to decide the sizes of the new array part and the new hash part.
再散列的第一步是确定新数组部分和新散列部分的尺寸。
It executes the pipe and updates the display with the new array which includes the new flying hero.
它执行了这个管道,并使用这个新数组更新显示,这次它就包括新的飞行英雄了。
But after that space is exhausted, a brand new array must be allocated and all the data copied to it.
但是在空间用尽之后,就必须分配全新的数组,并将所有数据复制到新数组。
Otherwise, you add along the primary dimension, producing an new array of reduced dimension. For example.
不然,您得到的是第一维的和,并生成一个降低了维数的新数组。
Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.
否则使用指定数组的运行时类型和当前集合的大小创建一个新数组。
The test drive site includes samples where you can try new array methods and play a game built with new ES5 capabilities.
测试站点包含了一些示例,大家可以使用新的数组方法,还有一些使用新的ES5功能实现的游戏。
The test drive site includes samples where you can try new array methods and play a game built with new ES5 capabilities.
体验站点上包括了一些示例,你可以在这些示例中尝试新的数组方法以及玩一个使用新的ES5功能来构建的游戏。
It is initialized to a new array object, which is empty or has vehicle elements from when a user entered vehicles earlier.
它被初始化为一个新的数组对象,该数组对象为空或者含有用户先前输入的车辆的车辆元素。
All of the options from the select list are copied to the new Array by creating a new option object from each of the old options.
根据每个旧选项创建一个新的Option对象,从而将选择列表中的全部选项复制到新array中。
The line of perl says, "Read all input lines into an anonymous array , reverse the order of the elements, and print the new array."
包含perl的那行命令表示“将所有的输入行读入一个匿名数组(),颠倒元素的顺序,并打印这个新的数组”。
The result is a new array, where the i-th element is the result of applying the function to the i-th element of the original array.
结果是一个新数组,其中的第i个元素就是将此函数应用到原始数组的第i个元素后的结果。
On Monday, the Internet Corporation for Assigned Names and Numbers (ICANN) voted to allow a new array of Internet domain endings.
本周一,国际互联网名称和编号分配公司(ICANN)投票通过了新的一批互联网域名后缀。
This support for ES5 includes new array and object methods, as well as other language enhancements for working with strings and dates.
对ES5的支持包括新的数组与object方法,此外还对语言进行了增强以便处理字符串与日期。
It USES reflection to create a new array of the same type, then copies all the data across from the old array before returning the new array.
它使用反射来创建相同类型的新数组,然后在返回新数组之前,在老数组中复制所有数据。
For example, the Build array function shown in figure 7.23 has been configured to concatenate two arrays and one element into a new array.
例如,图7.23中的创建数组函数被设定用来结合两个数组和一个单个元素产生一个新的数组。
One common means of storing data, called an array, is very easy to split in two; but combining two arrays requires copying the contents of both into a new array.
常用的数据存储方法是数组,它很容易被一分为二的,但是合并两个数组则需要把两部分都拷贝到一个新的数组中(对内存有很大的要求)。
One common means of storing data, called an array, is very easy to split in two; but combining two arrays requires copying the contents of both into a new array.
常用的数据存储方法是数组,它很容易被一分为二的,但是合并两个数组则需要把两部分都拷贝到一个新的数组中(对内存有很大的要求)。
应用推荐