compile time variable的意思|示意

美 / / 英 / /

编译时间变量


compile time variable的网络常见释义

编译时变量 ... compile-time facilityn.编译时功能 compile time variable编译时变量 compile time procedure编译时程序 ...

compile time variable相关短语

1、 compile-time variable 编译时变量 ; 翻译 ; 编译时变量英语

compile time variable相关例句

The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.

与大内存模型类似,可以通过一个链接器选项或在运行时使用LDR_CNTRL环境变量来为编译时的可执行程序启用超大内存模型。

A sequence is a variable length vector that has two characteristics: a maximum size, which is determined at compile time and which could be unlimited; and a length, which is determined at run time.

序列是变长向量,它有两个特征:元素的最大大小,在编译时确定,可以是无限的;长度,在运行时确定。

A variable of array type has three important limitations: Its size is fixed, the size must be known at compile time, and the array exists only until the end of the block in which it was defined.

数组类型的变量有三个重要的限制:数组长度固定不变,在编译时必须知道其长度,数组只在定义它的块语句内存在。

If you attempt to use an undeclared variable name, an error occurs at compile time.

如果您尝试使用未宣告的变数名称,会发生编译时期错误。