Addition of two signed ints results in a signed int.
两个有符号整数相加的结果是一个有符号的整数。
Ensure that an unsigned int is used where appropriate to prevent sign extension.
确保使用无符号整数来防止符号扩展的问题。
They also set a global int variable called errno.
它们还设置名为errno的全局整数变量。
The problem only arises if you have an int divided by an int.
这个问题只会发生在,当你用一个整型数除以一个整型数的时候。
It represents the content of the product int he simplest way, both through word and image.
它以最简单的方式,同时通过单词与图像表示了产品的内容。
One of them takes no arguments, another one takes an Int ID value, and another one takes both an Int and String.
其中一个没有参数,另外一个接受整型id值,还有一个同时接收整型和字符串参数。
Well, if intuitively the problem is the result of dividing an int by an int, surely a solution is: "Don't do that," right?
好的,直观地看,如果那个问题的原因是因为整型数除以整型数的话,无疑有个解决方案是:“不要那样做“,是吗?
INT: What happened at that time?
INT(警官):那时,发生了什么?
This is excellent for INT heroes who have high base INT and can use the regeneration to harass.
这对于拥有高的基础智力的智力型英雄是极好的,并且可以利用回复来进行骚扰。
That's the limit where, like I've described, E int here is E interaction, or E int.
在这个极限中,就像我描述过的,这是相互作用E,或。
For example, INT is defined as (0-9) +.
例如,INT被定义为(0 - 9)+。
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsigned int的局部变量来避免。
Means that only int values can be passed in.
意味着我们只能传入int值作为参数。
它返回一个int数。
What we have so far is the send_message(int timeout, char *message, int length) function.
到目前为止,我们已经有了 send_message(inttimeout,char *message, intlength) 函数。
For example, to create an inline function such as inline int inlineop (int x), perform these steps.
举例来说,要创建一个虚函数:inlineintinlineop (intx),请您执行下述步骤。
The class intProp represents a native int data type.
intprop类表示一个原生的int数据类型。
This has to be mapped before being used: int setpriority (int scope, int id, int delta);.
在使用之前必须对此进行映射:intsetpriority (intscope, intid, intdelta);。
Delay (int) Note: in milliseconds.
delay (int)注意:按毫秒计。
The first two callback methods, subscribed(int, byte[]) and unsubscribed(int), are for clients that want to monitor subscription acknowledgments.
前两个回调方法:subscribed(int,byte[])和unsubscribed(int) 主要针对想要监视订阅确认的客户机。
The next few lines introduce the int class constructor.
后面的几行介绍int类的构造函数。
This instruction doesn't invoke Color (int, int, int).
这条指令不会调用Color (int, int, int)。
它不返回一个int数。
It requires this additional int.
它需要一个附加的int数。
So that's what it means to get an int.
所以获得一个int数是什么目的?
Untyped integral constants are of type (unsigned) int.
无类型的整数常量就是(unsigned)int类型的。
Listing 6. int parameter definition class.
清单6 .int形参定义类。
You use both the int and long types to hold integer values, the difference being that an int is a 32-bit integer value.
您可以使用int和long两种类型来保存整数值,它们的不同点在于int是一种32位的整数值。
When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).
当装箱需要从int转换到Integer 时,编译器并不调用new Integer(int),而是生成对 Integer.valueOf(int) 的调用。
When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).
当装箱需要从int转换到Integer 时,编译器并不调用new Integer(int),而是生成对 Integer.valueOf(int) 的调用。
应用推荐