Variable Length Array的意思|示意

美 / / 英 / /

变长阵列


Variable Length Array的网络常见释义

变长数组 最佳回答 对,C99的新特性允许在数组长度表达式中运用变量,称为变长数组(VLA,Variable Length Array),VLA只能定义为部分变量而不能是全局变量,与VLA有关的语法规则比拟复杂,而且很多编译器不支持这种...

数组 最佳回答 对,C99的新特性允许在数组长度表达式中运用变量,称为变长数组(VLA,Variable Length Array),VLA只能定义为部分变量而不能是全局变量,与VLA有关的语法规则比拟复杂,而且很多编译器不支持这种...

不定长数组 如果sizeof运算符的参数是一个不定长数组(variable length array),则该参数会被计算;除此之外其它类型的表达式都不会被计算。“不定长数组”的例子如下:

可变长数组 ...过增加指针的方式可以很自然地扩展到更高级的索引策略(如2.3节讨论的跳表(skip list)。而可变长数组(variable length array)的存储方式一方面可以节省指针消耗的空间,另一方面由于采用连续的内存存储,可以充分利用现代计算机的缓存(cache)技术来提高访...

Variable Length Array相关例句

This provider now supports host variables, modules, the ARRAY data type, compound statements, and variable length timestamps.

目前这个提供程序支持主机变量、模块、ARRAY数据类型、复合语句和可变长度时间戳。

To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.

为了允许除形参数组中定义的实参之外额外的实参(要么是必需的值,要么是可变长度的值),我将令这个调用返回被处理实参的实际数量。

The new variable-length array (VLA) feature is partially available.

新的变长数组(variable - length array, VLA)已经部分可用。

An array variable holds a pointer to the data constituting the array elements and the rank and length information, and an assignment copies only this pointer.

数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。

An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.

数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。

Indicates that an array in a structure or non-local variable should be treated as a fixed-length array.

表示结构或非区域变数的阵列应视为固定长度的阵列。