内部数组 meaning in Chinese
inarray
Examples
- The initial size of the internal array in bytes
内部数组的初始大小(以字节为单位) 。 - The capacity is automatically increased as required by reallocating the internal array
添加元素时,将通过重新分配内部数组来根据需要自动增大容量。 - When the value of capacity is set explicitly , the internal array is also reallocated to accommodate the specified capacity
的值显式设置,则内部数组也需要重新分配以容纳指定的容量。 - The selected items are assigned to an internal array , which is then processed to add the corresponding controls to the web page
所选项被分配给一个内部数组,然后对该数组进行处理,以便向网页添加相应的控件。 - While adding elements , the capacity is increased by automatically reallocating the internal array before copying the old elements and adding the new elements
,则通过在复制旧元素和添加新元素之前自动重新分配内部数组来增加容量。