unsigned char 无符号字符型 ; 无符号字符 ; 字节大小的无符号整数 ; 无符号字符类型
typedef unsigned char INT8U 无符号8位整型变量
unsigned char MenuCount 当前层节点数
typedef unsigned char BOOLEAN 布尔变量
unsigned char hold 如无缓冲区不读取字符 ; 若无缓冲区不读取
typedef unsigned char 无符号字符型
unsigned char DisplayString 菜单标题
unsigned char start 显示行号
unsigned char buffer 数据缓冲区的位置 ; 数据缓冲区位置
If you need more, read the data in as a stream of unsigned char objects and do the math.
如果您需要更多功能,请将数据作为一个无符号字符对象流进行读取,然后进行匹配。
Binary source data must be a single-dimensioned array of unsigned char.
二进制源数据必须是一维的无符号字符数组。
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.
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。
应用推荐