gpt4 book ai didi

objective-c - uint8_t 到二进制补码函数

转载 作者:行者123 更新时间:2023-12-04 18:18:35 29 4
gpt4 key购买 nike

我在xcode中使用objective-c。如何将 uint8_t 数据转换为十进制二进制补码?范围是 -127 到 127,对吗?

如果我有:

uint8_t test = 0xF2

我可以使用内置的功能或方法吗?有人有简单的功能吗?

谢谢!

最佳答案

这是做你想做的吗?

int8_t twosComplement = (int8_t)test;

关于objective-c - uint8_t 到二进制补码函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11193560/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com