名词
中文翻译:可调整数组声明器
同义词:
['可调整数组声明器(在编程中,通常指一个可以动态改变大小的数组)']
例句:
-
1. The program uses an adjustablearray declarator to store different sizesof data.
该程序使用可调整数组声明器来存储不同大小的数据。
-
2. The flexiblearray declarator allows for easy expansionand contraction of the array'ssize.
灵活的数组声明器允许轻松地扩展和收缩数组的大小。
-
3. In this example, we will demonstrate how to use anadjustable array declarator in C++to dynamically adjust the size of anarray.
在这个例子中,我们将演示如何在C++中使用可调整数组声明器来动态调整数组的大小。