What is the translation of " UNSIGNED INT " in Chinese?

unsigned int

Examples of using Unsigned int in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
It's an unsigned int.
它实际上就是unsignedint
Unsigned int m;// n% d goes here.
Unsignedr=n%m;//这里的r可不能省.
Is literal unsigned int.
它实际上就是unsignedint
Unsigned int v;// count the number of bits set in v.
Unsignedintv;//计算v中1的个数.
Otherwise it is converted to unsigned int.
否则将转为unsignedint
H, size_t is an unsigned int with the range 0x00000000 to 0x7CFFFFFF.
H中定义的size_t是一个unsignedint,其范围从0x00000000到0x7CFFFFFF。
Otherwise it is converted to unsigned int.
否则,该值将转换为unsignedint
The fields are declared unsigned int to ensure that they are unsigned quantities.
字段被声明为unsignedint类型,以保证它们是无符号量。
Otherwise the value is converted to unsigned int.
否则,该值被转化为unsignedint类型的值。
If one operands is an unsigned int, then other is converted to an unsigned int.
否则,如果一个操作数是unsignedint,其它操作数转为unsignedint;.
The second member, called f1, is also an unsigned int.
第一个成员叫做f1,是unsignedint类型的
If either operand has type unsigned int, the other operand is converted to unsigned int.
否则,如果一个操作数是unsignedint,其它操作数转为unsignedint;.
The reason is that the"A+ B" expression has the unsigned int type.
原因是“A+B”表达式具有unsignedint类型。
If one operands is an unsigned int, then other is converted to an unsigned int.
否则,如果任何一个操作数为unsignedint类型,则将另一个操作数转换为unsignedint类型
The pointer is beingstored for some time in a variable of the unsigned int type.
指针在unsignedint类型的变量中存储了一段时间。
The C library function void srand(unsigned int seed) seeds the random number generator used by the function rand.
Voidsrand(unsignedintseed)该函数播种由函数rand使用的随机数发生器。
The type size_t becomes 64-bit while the type unsigned int remains 32-bit.
Size_t变成了64位,但unsignedint类型仍然保持了32位。
You have to make sure your column is an UNSIGNED INT, because IP Addresses use the whole range of a 32 bit unsigned integer.
我们必需要使用UNSIGNEDINT,因为IP地址会使用整个32位的无符号×××。
Built-in Function: void*__builtin_frame_address (unsigned int level).
有一个gcc内置的这个:void*__builtin_return_address(unsignedintlevel).
Unsigned integer types(unsigned short int, unsigned int, unsigned long int, unsigned long long int);
无符号整数类型(unsignedshortint、unsignedint、unsignedlongint、unsignedlonglongint);.
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsignedint的局部变量来避免。
Finally, signed and unsigned may also be used as standalone type specifiers,meaning the same as signed int and unsigned int respectively.
最后,signed和unsigned也可以被单独用来表示简单类型,意思分别同signedintunsignedint相同,即以下两种声明互相等同:.
These shifts can be avoided by using int and unsigned int for local variables.
可以通过使用int和unsignedint类型的局部变量来避免这样的移位操作。
In this case we have defined four data types: C, WORD,pChar and field as char, unsigned int, char* and.
在上面的例子中,我们定义了四种新的数据类型:C,WORD,string_t和field,它们分别代替char,unsignedint,char*和char[50]。
Other variable types are used in later examples(i.e., float,long, unsigned int, char, byte, etc.) and are explained when used.
其他变量类型会在随后的例子中被用到(比如float,long,unsignedint,char,byte等),并且会在使用时进行解释。
On systems using the GNU C Library,this will be unsigned int or unsigned long int.
在使用GNUC库的系统上,这将是unsignedintunsignedlongint
This defines four type aliases: C, WORD, pChar,and field as char, unsigned int, char* and char[50], respectively.
在上面的例子中,我们定义了四种新的数据类型:C,WORD,string_t和field,它们分别代替char,unsignedint,char*和char[50]。
Integer promotion is theprocess by which values of integer type"smaller" than int or unsigned int are converted either to int or unsigned int.
整数提升是将整数类型“小于”int或unsignedint的值转换为int或unsignedint的过程。
Results: 28, Time: 0.036

Word-for-word translation

Top dictionary queries

English - Chinese