释义 |
half-subtracter 半减器 A combinational circuit that has two inputs that are a minuend, G, and a sub- trahend, H, and two outputs that are a difference, U, and a borrow digit, V, and in which the outputs are related to the inputs according to the following table: \\ \\ input G minuend 0011 \\ input H subtrahend 0101 \\ output U difference 0110 \\ output V borrow digit 0100 具有两个输入端(减数H,被减数G)和两个输出端(差U,借位V)的一种组合电路,输入输出 关系如下表: \\ \\ 输入 G 0011 \\ 输入 H 0101 \\ 输出 U 0110 \\ 输出 V 0100 |