动态数组 meaning in English
dynamic array
Examples
- Visual basic 6 . 0 and earlier versions write the file descriptor for a dynamic array but not for a fixed - size array
Visual basic 6 . 0及较早版本写入动态数组(而不是固定大小数组)的文件说明符。 - This is a dynamic array class ( implemented for strings but can be easily generalized for any other type of object ) based on vb ' s existing implementation of arrays
这是一个动态数组类(用于串的实现,但可通过简单的修改用于其它任何一种对象) ,基于vb中现有的数组实现。 - Dynamic array class for strings - this is a dynamic array class ( implemented for strings but can be easily generalized for any other type of object ) based on vb ' s existing implementation of arrays
这是一个动态数组类(用于串的实现,但可通过简单的修改用于其它任何一种对象) ,基于vb中现有的数组实现。 - The following example increases the size of the last dimension of a dynamic array without losing any existing data in the array , and then decreases the size with partial data loss
下面的示例将增加某个动态数组最后一个维度的大小(不会丢失数组中的任何现有数据) ,然后减小该大小(会有部分数据丢失) 。 - Visual basic 6 . 0 and earlier versions would write the file descriptor for a dynamic array , but not for a fixed - size array ; visual basic defaults to not writing the descriptor . to write the descriptor , set the
Visual basic 6 . 0及早期版本对于动态数组会写入文件说明符,但对于固定大小数组,则不会写入文件说明符默认情况下, visual basic不写入说明符。