布斯算法的本质是什么?
谁能解释一下 Boots 算法的本质以及如何用机器语言使用它?
can anyone explain the essence of booths algorithm and how to use it in machine language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁能解释一下 Boots 算法的本质以及如何用机器语言使用它?
can anyone explain the essence of booths algorithm and how to use it in machine language?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
在我看来,这可能是最好的答案,因为如果不将其全部复制并粘贴到那里可能不会好得多:
http://en.wikipedia.org/wiki/Booth%27s_multiplication_algorithm
它似乎有一个描述、工作示例和对其背后数学原理的讨论,以及为什么它比更明显的乘法形式。
我建议,如果读完后您仍然不明白某些内容,那么您可以提出一个新的更具体的问题。
It occurs to me that this might be best as an answer since without copying and pasting it all in there probably won't be much better:
http://en.wikipedia.org/wiki/Booth%27s_multiplication_algorithm
It seems to have a description, working examples and a discussion of the maths behind it and why it is an efficiency gain over more obvious forms of multiplication.
I suggest that if after reading that you still don't understand something then you ask a new more specific question.