float code tab[] = {38.629, 38.157,…}; //tab[]有171个浮点型元素 … if (adc * 0.195 >= tab[i]) //查表。adc和i是unsigned int …