gpt4 book ai didi

python - 将 python int 转换为 int16_t 类型

转载 作者:太空宇宙 更新时间:2023-11-04 04:31:36 24 4
gpt4 key购买 nike

我知道可以使用 ctypes 将 python int 转换为 c int 类型。
但如何将 python int 转换为 int16_t 类型?

我试过:

import ctypes as ct
my_c_number = ct.c_int16_t(1)
#Apparently ctypes library does not have c_int16_t attribute.

最佳答案

ctypes.c_int16 怎么样?如果您正在寻找,也支持 ctypes.c_uint16

文档:
https://docs.python.org/2/library/ctypes.html#ctypes.c_int16
https://docs.python.org/2/library/ctypes.html#ctypes.c_uint16

关于python - 将 python int 转换为 int16_t 类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35615184/

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