|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 39123811 于 2013-6-18 15:44 编辑
先贴一段相关的论文,第一次见到这样的定义和表达形式,请论坛老手路过指点一下,google好久都没有相关资料,难道是数学某个函数的表达式?
论文片段如下
There are many cases where it is desired to add more than two numbers together. The straightforward way of adding
together m numbers (all n bits wide) is to add the first two, then add that sum to the next, and so on. This requires
a total of m − 1 additions, for a total gate delay of O(mlg n) (assuming lookahead carry adders). Instead, a tree of
adders can be formed, taking only O(lgm · lg n) gate delays. |
|