文件名称:BCD2HEX互换
介绍说明--下载内容均来自于网络,请自行研究使用
单片机编程的bcd码和hex码的互换,BCD2HEX
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255) / / 255 to HEX conversion c = 0xff HEX2BCD (0xff) / / 0xff conversion of 255 BCD
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255) / / 255 to HEX conversion c = 0xff HEX2BCD (0xff) / / 0xff conversion of 255 BCD
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 47651463bcd2hex互换.rar 列表 23.c