青年中文青年中文

new array的意思

new array中文翻譯:

新建陣列

相似詞語短語

array───n.數組,陣列;排列,列陣;大批,一系列;衣服;vt.排列,部署;打扮

crossbar array───縱橫陣

array crossword───數組縱橫字謎

array technologies───陣列技術

array filter───陣列濾波器

convolve array───卷積陣

array mbira───雙數組

netlike array───網狀陣列

appended array───附加數組

雙語使用場景

new array is generally sized as some factor of the current length.───新數組一般根據當前長度調整大小。

Use instead of new Array .───使用代替new Array 。

Consider Listing 9, which shows a new array of strings called options.───清單9展示了一個稱為options的新的字符串數組。

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個元素后的結果。

But after that space is exhausted, a brand new array must be allocated and all the data copied to it.───但是在空間用盡之后,就必須分配全新的數組,并將所有數據復制到新數組。

This means that such a routine should return a new array, rather than modifying the source array.───這意味著這樣的程序應該返回一個新數組,而是修改源數組。

Resizing takes time: A new array must be allocated , and all the elements must be copied from the existing array into the new array.───改變大小需要時間:一個新的數組必須被分配,所有的元素都需要從現存的數組拷貝到新的數組里面。

Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.───否則使用指定數組的運行時類型和當前集合的大小創建一個新數組。

Returns a new array consisting of a combination of the current array and any additional items.───返回由當前數組和任何其他項組合而成的新數組。

英語使用場景

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.

I need a pattern matcher that takes an few array's of integers (array size unknown, but all all times the same size. ) then predicts the values for a new array.

If a matching user name was found, the next for loop discards the least-significant portion of the timing interval between keystrokes and builds a new array g_sig with the timing values.

The new array replaces the released array in the array variable.

Returns a new array consisting of a combination of the current array and any additional items.