1.
The result of the unsigned right shift is always small enough to be stored in the signed version of the return type without overflow.
无符号右移的结果始终很小,可以将它存储在有符号的返回类型版本中,而不会产生溢出。
2.
However; that method would be unusable from a language that has no notion of unsigned integers.
但是对于不具备「不带正负号的整数」概念的语言来说,这个方法就无法使用。
3.
A third integer promotion rule that is often overlooked concerns expressions that contain both signed and unsigned integers.
第三个整数提升规则,常常被忽视的关切表达同时包含有号数和无号数的整数。
4.
Converts the string representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent.
将数字的指定样式和区域性特定格式的字符串表示形式转换为其等效的16位无符号整数。
5.
Converts the string representation of a number in a specified culture-specific format to its 64-bit unsigned integer equivalent.
将指定区域性特定格式的数字的字符串表示形式转换为它的等效64位无符号整数。
6.
Note that the pointer you used is declared an unsigned long long rather than just a pointer.
注意所使用的指针被声明为unsignedlonglong而非指针。
7.
Instructs the compiler to add the public key but to leave the assembly unsigned.
指示编译器添加公钥,但将此程序集保留为未签名状态。
8.
Note that unsigned applications or applications signed using a debug private key cannot be distributed through the Android Market.
注意,未签名的或者使用调试私有密钥签名的应用程序不能够通过AndroidMarket发布。
9.
Converts the string representation of a number in a specified style to its 16-bit unsigned integer equivalent.
将数字的指定样式的字符串表示形式转换为其等效的16位无符号整数。
10.
Converts the string representation of a number in a specified style to its 64-bit unsigned integer equivalent.
将指定样式的数字的字符串表示形式转换为它的等效64位无符号整数。