What is the translation of " UNSIGNED " in English?

Adjective

Examples of using Unsigned in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Unsignedr=n%m;//这里的r可不能省.
Unsigned int m;// n% d goes here.
如果指定UNSIGNED,不允许负值。
If UNSIGNED is specified, negative values are not allowed.
UNSIGNED关键字是服务商扩充。
The UNSIGNED keyword is a vendor extension.
也可以优选使用UNSIGNED,因为该值不能为负的。
Also preferably UNSIGNED, since the value can not be negative.
如果UNSIGNED被指定,负值是不允许的。
If UNSIGNED is specified, negative values are not allowed.
无符号右移运算符(unsignedrightshiftoperator):gt;gt;gt;.
C++ has no support for the unsigned right shift operator(gt;gt;gt;).
整数常量也可以有后缀,可以是U和L的组合,其中U和L分别表示unsigned和long。
An integer literal can also have a suffix that is a combination of U andL, for unsigned and long, respectively.
否则,一个为unsigned,另一个转为unsigned
Otherwise, if either operand is unsigned,the other is converted to unsigned.
H(可选),用于指定后续的d、i、o、u、x或X转换将应用于short或unsignedshort。
An optional h specifies that a following d, i, o, u, x,or X conversion applies to a short or unsigned short.
如果一个操作数是unsigned,那么另外一个操作数也被转换为unsigned,计算结果为unsigned。
If either operand is unsigned,the other is converted to unsigned, and the result is unsigned..
如果需要通用指针到任意对象,请使用char*或unsignedchar*,并在两个方向上进行强制转换。
If you need a generic pointer-to-any-object, use a char* or unsigned char*, and have casts in both directions.
这些运算符可能只允许整型操作数,即char、short、int和long,无论signed或者unsigned
These may only be applied to integral operands, that is, char, short, int, and long,whether signed or unsigned.
无符号整数类型(unsignedshortint、unsignedint、unsignedlongint、unsignedlonglongint);.
Unsigned integer types(unsigned short int, unsigned int, unsigned long int, unsigned long long int);
在这个类型定义之后,标识符BYTE可作为类型unsignedchar的缩写,例如:.
After this type definition,the identifier BYTE can be used as an abbreviation for the type unsigned char, for example….
如果int能够表示源类型的所有值,那么就转换为int,否则转换为unsignedint。
If an int can represent all the values of the original type, the value is converted to int;otherwise it is converted to unsigned int.
如果你使用一个数字操作符(比如+),并且其中的一个操作数是unsignedinteger,那么结果将是无符号的。
If it uses numerical operations(like+) and one of the operands is unsigned as integer, the result will be unsigned.
你必须确定你所操作的列是一个UNSIGNEDINT类型的,因为IP地址将使用32位unsignedinteger。
You have to make sure your column is an UNSIGNED INT, because IP Addresses use the whole range of a 32 bit unsigned integer.
默认情况下,wchar_t是本机类型,但可以使用/Zc:wchar_t-使wchar_t成为unsignedshort的typedef。
By default, wchar_t is a native type, but you can use/Zc: wchar_t-to make wchar_t a typedef for unsigned short.
年他赢得了Source杂志的UnsignedHypeAward大奖,次年在哥伦比亚唱片公司出版了一张单曲BornLoser。
He won Source magazine's Unsigned Hype Award in January 1991, and released the promo single"Born Loser" for Columbia Records the following year.
在上面的例子中,我们定义了四种新的数据类型:C,WORD,string_t和field,它们分别代替char,unsignedint,char*和char[50]。
In this case we have defined four data types: C, WORD,pChar and field as char, unsigned int, char* and.
其他变量类型会在随后的例子中被用到(比如float,long,unsignedint,char,byte等),并且会在使用时进行解释。
Other variable types are used in later examples(i.e., float,long, unsigned int, char, byte, etc.) and are explained when used.
在上面的例子中,我们定义了四种新的数据类型:C,WORD,string_t和field,它们分别代替char,unsignedint,char*和char[50]。
This defines four type aliases: C, WORD, pChar,and field as char, unsigned int, char* and char[50], respectively.
对于可互换但不完全相同的类型,允许指针之间存在分配和指针差别,例如,unsignedchar*和char*。
Assignment and pointer differences are permitted between pointers to types that are interchangeable but not identical,for example, unsigned char* and char*.
整数提升是将整数类型“小于”int或unsignedint的值转换为int或unsignedint的过程。
Integer promotion is the process by which values of integer type"smaller" than int or unsigned int are converted either to int or unsigned int.
通常字符串字面量及UTF-8字符串字面量(C11起)可用于初始化任何字符类型(char、signedchar、unsignedchar)的数组。
Ordinary string literals and UTF-8 string literals(since C11) can initialize arrays of any character type(char,signed char, unsigned char).
最后,signed和unsigned也可以被单独用来表示简单类型,意思分别同signedint和unsignedint相同,即以下两种声明互相等同:.
Finally, signed and unsigned may also be used as standalone type specifiers, meaning the same as signed int and unsigned int respectively.
第二阶段包括一个带有扩展名”.workingpoc“的unsignedshellscript,然后在没有提示的情况下在正在运行的终端应用程序中执行。
The second stage includes an unsigned shellscript with the extension“. workingpoc” which is then executed within the running Terminal application without prompt.
字符类型(char、signedchar、unsignedchar、char16_t、char32_t、wchar_t)的数组可以从适当的字符串字面量初始化,可选地以花括号环绕。
Arrays of character types(char, signed char, unsigned char, char16_t, char32_t, wchar_t) can be initialized from an appropriate string literal, optionally enclosed in braces.
SNMPv1SMI定义的application-wide的数据类型有7种:networkaddress、counter、Gauge、timeticks、opaque、integer、unsignedinteger。
Seven application-wide data types exist in the SNMPv1 SMI: network addresses, counters, gauges, time ticks, opaques,integers, and unsigned integers.
Results: 29, Time: 0.0409

Unsigned in different Languages

Top dictionary queries

Chinese - English