长整型用英语怎么写

长整型用英语怎么写

英文写法翻译

Long integer

重点词汇

长整型───Long integer

双语使用场景

If you in your expression used UL (said unsigned long integer), then you have a good starting point.───如果你在你的表达式中用到ul(表示无符号长整型),那么你有了一个好的起点。

A long integer.───长整型。

Table 3 shows a sample layout of a 64-bit long integer.───表3给出了一个64位长整数的布局示例。

In contrast, the long integer type has unlimited precision, subject to the memory limitations of your computer.───与此相反,长整数类型的精度不受限,仅计算机内存对它有影响。

To accommodate all possible dates, set the Field Size property of your Number field to Long Integer or larger.───若要容纳所有可能的日期,请将数字字段的“字段大小”属性设置为“长整型”或更大值。

An AutoNumber field can be related to a Number field if that Number field has a FieldSize property setting of Long Integer.───如果数字字段的“FieldSize”属性设置为“长整型”,则自动编号字段可以与数字字段相关。

英语使用场景

Problem Description: Design a program to achieve the two arbitrary long integer summation operator.