定点数:小数点不动Fixed-point: the point never moves
8 个格子直接存二进制、约定小数点位置,就是定点数。前 4 位整数、后 4 位小数——范围和精度在编码前就锁死了,二者不可兼得。 Store raw binary and fix the radix point somewhere — that's fixed-point. Four integer bits, four fraction bits: range and precision are frozen at design time, and you can't have both.