摘要: 代码: utils.h #ifndef _UTIL_H_ #define _UTIL_H_ int Hex2Char(int fromi, char *toc); int Char2Hex(char fromc, int *toi); int Bitstr2ByteArr(char *bs, cha 阅读全文
posted @ 2024-06-03 09:38 6666666mjz 阅读(22) 评论(0) 推荐(0)