摘要: //基于查表实现BCD与Ascii之间的转换 static char unsigned bcd2ascii[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 阅读全文
posted @ 2022-08-18 08:59 dhhu007 阅读(170) 评论(0) 推荐(0) 编辑