Loading…
Loading…
方法名称: convert_bcd_to_decimal1
方法ID: 0x406C
方法标签:
方法描述:
- {
- int temporary1;
- int hold1;
- hold1 = igetval();
- temporary1 = 16 * (hold1 / 10) + hold1 % 10;
请登录以获得完整内容