variable integer的意思|示意
variable integer相关短语
1、 integer variable 整数变量,整型变量,整变量
2、 integer variable overflow 整型变量溢出,整形变量溢出
3、 VLI Variable Length Integer 可变长度整数,变长整数
4、 integer variable name 整型变量名,整型变量名英语
5、 integer variable reference 整型变量引用,翻译,整型变量引用英语
6、 Integer variable expected 缺整型变量,应该用整型变量
7、 Variable-lengths integer code 进行变长整数编码
8、 integer variable dimension 整数变数维,整型变量维数
9、 nonsubscripted integer variable 无下标的整数变数
variable integer相关例句
The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.
变量可以像一个整数或字符串那样简单,也可以像多维数组或对象那样复杂。
Because this result is held in an integer variable, a message to display the value should use a formatting code to pad to four characters with leading zeros for codes that are numbered less than 1000.
由于这个结果保存在一个整数变量中,因此,显示值的消息应该使用一个格式化代码,为代码填充具有前导零的四个字符。该代码数量不到1000个。
For example, suppose you do some bit manipulation in an integer variable and expect it to be of size 4: This may not be the case on all operating system platforms (see Listing 7).
例如,假设您在一个整型变量中执行某个位操作,并预期其大小为4:这并非在所有操作系统平台上都是如此(请参见清单7)。