You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
361 B

2 years ago
如图 9.2-3 所示,模拟数学中的“短除法”。由数学知识可知,除法运算中被除数、除数和商、余数的关系为:
<font color='blue' size=4><b>
新的被除数 = $10$ × 余数
商 = 被除数/除数
余数 = 被除数 % 除数
</b></font>
<center><img src='https://img-blog.csdnimg.cn/20200106112041788.png'></center>