整型 - 翻译成英语

integer
整数
整型
integral
的 一 个 组成
组成
整体
综合
不 可或 缺
积分
不 可 分割
的 一 部分
的 一 个 有 机组成
ints
整型
整数
int
一个int
国际
int类型
整型
int上
integers
整数
整型

在 中文 中使用 整型 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
VIS包含一系列对图形图像网络等的处理支持,其中大多数只可用于整型数据。
VIS includes a number of operations primarily for graphics support, so most of them are only for integers.
第4个例子在一般情况下写为22,333,但在整型字面量中不能使用逗号。
The fourth example is the number that you would normally write as 22,333, but you must not use commas within an integer literal.
让我们声明一个数组,它会存储5个整型,而且用for循环为每个元素赋值:.
Let's declare an array, that is going to store 5 integers, and assign a value to each element using the for loop.
上面的例子中,变量a被声明为能存储5个整型值的数组[在方括号中规定]。
In the example above, variable a was declared as an array of five integer values[specified in square brackets].
正如你从上面看到的那样,变量“two”存储整型变量2,变量“some_number”存储10000。
As you see in the table above, the variable“two” stores the integer 2, and“some_number” stores 10,000.
逻辑运算的值也是有两种分别为“真”和“假”,C语言中用整型的1和0来表示。
There are also two types of logical operations,“true” and“false”, which are represented by integers 1 and 0 in C language.
我们有个key(age)value24),使用字符串作为key整型作为value。
Here we have a key(age) value(24) pair using string as the key and integer as the value.
在示例3-2中,if分支和else分支的结果都是i32整型
In Listing 3-2, the results of both the if arm and the else arm were i32 integers.
所以在这个例子中,当main()运行时,我们将为我们的栈帧分配一个单独的32位整型
So in this case, when main() is run, we will allocate a single 32-bit integer for our stack frame.
如果你熟悉C语言,你会知道在C语言中,枚举会为一组整型值分配相关联的名称。
If you are familiar with C, you will know that C enumerations assign related names to a set of integer values.
在C++98标准里,只有staticconst声明的整型成员能在类内部初始化,并且初始化值必须是常量表达式。
In C++98, only static const members of integral types can be initialized in-class, and the initializer has to be a constant expression.
整型或浮动类型的操作数将按整数值1递增或递减。
An operand of integral or floating type is incremented or decremented by the integer value 1.
分析:定义整型变量a并赋值为3,a+=5;
Analysis: Define the integer variable a and assign it to 3, a+= 5;
不要指望在将一个字符转换成整型时能够得到该字符的编码(您可能也会在C中这么做)。
Do not expect to get the code of one character by converting it to integer(as you would do in C for example).
HTCHD2的完整型号是HTCTouchHD2,研发代号为LEO,在某些论坛大家也习惯用这个代号。
The complete model of HTC HD2 is HTC Touch HD2, codenamed LEO, and in some forums, everyone is accustomed to using this code.
D中,变量i首先被赋值为整型常数零,因此其类型设置为int。
D, the variable i is first assigned the integer constant zero, so its type is set to int.
索引可以用整型数组完成,其中相同的索引重复了几次:.
Indexing can be done with an array of integers, where the same index is repeated several time.
如果C语言能明确区分整型和布尔型,那么编译器会替我们发现这个问题……但是它不会那么做。
If the C language included a strong distinction between integers and booleans then the compiler would find these mistakes for us… but it doesn't.
变量X,Y,Z的类型都将是整型,并且函数f和g也都返回整型
Then the variables x, y, and z all had type int, and the functions f and g had return type int.
POSIX和ISOC将errno定义为这样一个符号,它扩展成为一个可修改的整型左值(lvalue)。
POSIX and ISO C define errno as a symbol expanding into a modifiable lvalue of type integer.
结果: 128, 时间: 0.0462

顶级字典查询

中文 - 英语