中文
相关论文

相关论文: Carry Propagation in Multiplication by Constants

200 篇论文

When numbers are added in base $b$ in the usual way, carries occur. If two random, independent 1-digit numbers are added, then the probability of a carry is $\frac{b-1}{2b}$. Other choices of digits lead to less carries. In particular, if…

组合数学 · 数学 2012-09-07 Noga Alon

In Carry Propagate Adders, carry propagation is the critical delay. For the 1-digit adders that they use, the most efficient scheme is to generate two intermediate carries: C$_{out0}$ ($C_{in}$=0) and $C_{out1}$($C_{in}$=1). Then multiplex…

硬件体系结构 · 计算机科学 2022-07-05 Daniel Etiemble

Given any numeration system, we call carry propagation at a number $N$ the number of digits that are changed when going from the representation of $N$ to the one of $N+1$, and amortized carry propagation the limit of the mean of the carry…

组合数学 · 数学 2020-04-30 Valérie Berthé , Christiane Frougny , Michel Rigo , Jacques Sakarovitch

If we want to represent integers in base $m$, we need a set $A$ of digits, which needs to be a complete set of residues modulo $m$. When adding two integers with last digits $a_1, a_2 \in A$, we find the unique $a \in A$ such that $a_1 +…

数论 · 数学 2015-07-01 Francesco Monopoli , Imre Z. Ruzsa

Extended variants of the recently introduced spread unary coding are described. These schemes, in which the length of the code word is fixed, allow representation of approximately n^2 numbers for n bits, rather than the n numbers of the…

信息论 · 计算机科学 2015-02-04 Subhash Kak

In this paper, we study the different possibilities to add two vectors of digits of a given length $m$. Our results show that there are at least $2^{m-1}$ different additions of such vectors, while there exist only two types of addition…

数论 · 数学 2012-09-18 Peter Hellekalek

In Carry Propagate Adders, carry propagation is the critical delay. The most efficient scheme is to generate Cout0 (Cin=0) and Cout1(Cin=1) and multiplex the correct output according to Cin. For any radix, the carry output is always 0/1. We…

硬件体系结构 · 计算机科学 2022-07-12 Daniel Etiemble

This paper describes a new accumulate-and-add multiplication algorithm. The method partitions one of the operands and re-combines the results of computations done with each of the partitions. The resulting design turns-out to be both…

数学软件 · 计算机科学 2011-04-11 Byungchun Chung , Sandra Marcello , Amir-Pasha Mirbaha , David Naccache , Karim Sabeg

In this paper, we consider the problem of order preservation under addition and multiplication operators over the vector space of univariate real-valued random variables. Consistent with the case of usual order over the real numbers-as…

概率论 · 数学 2022-11-22 Mohsen Soltanifar

In this paper, we consider approximating expansions for the distribution of integer valued random variables, in circumstances in which convergence in law cannot be expected. The setting is one in which the simplest approximation to the…

概率论 · 数学 2009-12-11 A. D. Barbour , E. Kowalski , A. Nikeghbali

This paper describes a sufficiently simple modular multiplication algorithm, which uses only carry-save addition with bit inspection Boolean logic and without number comparison or carry propagation.

数据结构与算法 · 计算机科学 2022-08-01 Oleg Mazonka

In sorting situations where the final destination of each item is known, it is natural to repeatedly choose items and place them where they belong, allowing the intervening items to shift by one to make room. (In fact, a special case of…

组合数学 · 数学 2008-09-18 Sergi Elizalde , Peter Winkler

Sampling permutations from S_n is a fundamental problem from probability theory. The nearest neighbor transposition chain \cal{M}}_{nn} is known to converge in time \Theta(n^3 \log n) in the uniform case and time \Theta(n^2) in the constant…

离散数学 · 计算机科学 2012-04-17 Prateek Bhakta , Sarah Miracle , Dana Randall , Amanda Pascoe Streib

We consider $N$ counters taking integer values which are subject to the following dynamics. At every time, a pair of distinct counters is chosen uniformly at random and their states are updated according to the following rule. If the states…

概率论 · 数学 2025-12-08 Denis Denisov , Seva Shneer , Vitali Wachtel

Additive CA on a cylinder of size $n$ can be represented by 01-string $V$ of length $n$ which is its rule. We study a problem: a class $S$ of rules given, for any $V\in S$ describe all sizes $n', n'>n,$ of cylinders such that extension of…

动力系统 · 数学 2014-08-08 Valeriy Bulitko

The number of positive and negative carries in the addition of two independent random signed digit expansions of given length is analyzed asymptotically for the $(q, d)$-system and the symmetric signed digit expansion. The results include…

组合数学 · 数学 2017-01-31 Clemens Heuberger , Sara Kropf , Helmut Prodinger

In this paper, we give an alternative proof of the fact that, when compounding a nonnegative probability distribution, convex ordering between the distributions of the number of summands implies convex ordering between the resulting…

概率论 · 数学 2019-10-17 Jean Bérard , Nicolas Juillet

Binary addition is one of the most primitive and most commonly used applications in computer arithmetic. A large variety of algorithms and implementations have been proposed for binary addition. Huey Ling proposed a simpler form of CLA…

硬件体系结构 · 计算机科学 2019-08-28 Projjal Gupta

The notion of Carry Value Transformation (CVT) is a model of Discrete Deterministic Dynamical System. In this paper, we have studied some interesting properties of CVT and proved that (1) the addition of any two non-negative integers is…

离散数学 · 计算机科学 2011-10-04 Suryakanta Pal , Sudhakar Sahoo , Birendra Kumar Nayak

Algebraic matrix multiplication algorithms are designed by bounding the rank of matrix multiplication tensors, and then using a recursive method. However, designing algorithms in this way quickly leads to large constant factors: if one…

计算复杂性 · 计算机科学 2024-10-29 Josh Alman , Hantao Yu
‹ 上一页 1 2 3 10 下一页 ›