Exporting an unsigned application.
导出未签署的应用程序。
Untyped integral constants are of type (unsigned) int.
无类型的整数常量就是(unsigned)int类型的。
An unsigned integer and the result of the sizeof operator.
这是一个无符号整型,是执行size of操作的结果。
All these integer types also have corresponding unsigned types.
所有这些整数类型都有相应的无符号数类型。
This is done with the mpyu instruction (multiply unsigned).
这可以通过mpyu指令(无符号相乘)实现。
The mantissa is basically a 23-bit unsigned integer - simple enough.
尾数一般是一个23位的不带符号的整数—它非常简单。
Each score should be translated to its appropriate unsigned byte-code.
每个分数需要转换成合适的无符号字节码(unsigned byte - code)。
First, I would say don't write new IDL definitions with unsigned integers.
首先,我建议以后写idl定义时不要再使用无符号整型。
And if it is unsigned, then it will be more faster than the signed division.
如果是无符号数,它要比有符号的快得多。
The signed/unsigned keyword is required for non-floating point declarations.
signed/unsigned关键字是声明非浮点类型必需的。
The problem arises when passing the sum of signed and unsigned ints as long.
在将有符号整型和无符号整型的和作为long 类型传递时就会出现问题。
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsigned int的局部变量来避免。
Ensure that an unsigned int is used where appropriate to prevent sign extension.
确保使用无符号整数来防止符号扩展的问题。
A CCSID is a 16-bit unsigned integer that uniquely identifies a particular code page.
CCSID是一个16位的无符号整数,惟一地标识一个特定的代码页。
If you need more, read the data in as a stream of unsigned char objects and do the math.
如果您需要更多功能,请将数据作为一个无符号字符对象流进行读取,然后进行匹配。
Similarly, the values of the seconds component allows an arbitrary unsigned xs: decimal.
类似地,秒组件的值也支持任意的无符号xs:decimal。
Next, sign the unsigned application using the jarsigner tool, which is part of the JDK.
接下来,使用jarsigner工具(它是JDK的一部分)签署未签名的应用程序。
I suppose that to a large extent I am the unsigned manuscript of the high school teacher.
我想在很大程度上,我正是那位中学老师未经签名的手稿。
C-89 data types (include signed and unsigned) short, int, long, long long, float, and double.
C- 89数据类型(包括有符号和无符号)short、int、long、long long、float和double。
It loads 18-bit unsigned values, which is the perfect size for local store addresses on the PS3.
它加载的是18位的无符号值,这是PS 3上的本地存储地址的首选大小。
After the download, you'll get a warning saying that you're about to install an unsigned feature.
下载后,您将收到一则警告,表明将要安装一个未签名的功能。
Note that the pointer you used is declared an unsigned long long rather than just a pointer.
注意所使用的指针被声明为unsigned long long 而非指针。
If one of the operands is unsigned and the other is a signed int, the expression becomes an unsigned.
如果一个操作数是无符号整数,另外一个操作数是有符号整数,那么表达式的结果就是无符号整数。
After it is selected, the ADT prompts you for the directory where to export the unsigned application.
选中之后,ADT提示您选择将未签署应用程序导出到的目录。
What's the point in having a uint if you're only going to use it for things other than unsigned integers?
如果你只是想对除了无符号整数的其它东西使用uint,要点是什么呢?
Spu_splats ((unsigned int) 5) creates a vector of unsigned ints with each element having the value 5.
spu_splats ((unsignedint)5)创建了一个unsignedint类型的向量,每个元素的值都是5。
EXI introduces data types such as Binary, Boolean, Decimal, Float, Integer, Unsigned Integer, and Date-Time.
EXI引入了数据类型,比如二进制、布尔值、小数、浮点数、整数、无符号整数,以及日期-时间。
Declare character Pointers and character bytes as unsigned to avoid sign extension problems with 8-bit characters.
将字符指针和字符字节声明为无符号类型的,这样可以防止8位字符的符号扩展问题。
The values of the days, hours, and minutes components are not restricted, but allow an arbitrary unsigned xs: integer.
天数、小时和分钟组件的值不受限制,支持任意的无符号xs:integer。
This call also initializes the semaphore count: int sem_init(sem_t *sem, int pshared, unsigned int value). In this code
它还会对信号量计数器进行初始化:intsem_init(sem_t *sem, intpshared,unsigned intvalue)。
应用推荐