unsigned char type的意思|示意
美 / /
英 / /
无符号字符类型
unsigned char type的网络常见释义
类型 26 unsigned char type; /* 类型 */ 27 unsigned char code; /* 代码 */
unsigned char type相关例句
The unsigned char data type, and byte data type will yield incorrect results and act as though they are signed types i. e. type char.
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。