基本整数类型是int类型,按符号可以分为有符号的(signed)和无符号的(unsigned)两类;按照数据范围大小,又可以分成短整数(short)和长整数(10ng),用于存放字符数据的char类型实质上也是整数类型。
基于192个网页-相关网页
是无符号的长一样有效,在C无符号长吗?
这是一个无符号的应用程序,所以你需要签字。
This is an unsigned application, so you will need to sign it.
这两个除法都会避免调用除法函数,另外,无符号的除法要比有符号的除法使用更少的指令。
Both divisions will avoid calling the division function and the unsigned division will take fewer instructions than the signed division.
应用推荐