- 9
- 0
- 约2.9万字
- 约 82页
- 2016-10-14 发布于江苏
- 举报
Chapter 6 Complex arithmetic operation 6.1 Single-precision fix-point multiplication 6.2 Single-precision fix-point Division 6.3 Float operation 6.1 single-precision fixed-point multiplication 1、the basic algorithm for sign-mag multiplication ① relation between algorithm by hand calculation and machine Sign of result is determined by XOR the signs of two number, while the value is determined by the multiplication of absolute value of the number. Multiplicand(被乘数) [x]sign-mag=xf .xn-1…x1x0 Multiplier (乘数) [y]sign-mag=yf .yn-1…y1y0 Multiplication result: [z]sign-mag=(xf⊕yf)+(0.xn-1…x1
原创力文档

文档评论(0)