中文
相关论文

相关论文: Area-Delay-Efficeint FPGA Design of 32-bit Euclid'…

200 篇论文

Greatest Common Divisor (GCD) computation is one of the most important operation of algorithmic number theory. In this paper we present the algorithms for GCD computation of $n$ integers. We extend the Euclid's algorithm and binary GCD…

数据结构与算法 · 计算机科学 2014-08-19 Shri Prakash Dwivedi

We present a new GCD algorithm of two integers or polynomials. The algorithm is iterative and its time complexity is still $O(n \\log^2 n ~ log \\log n)$ for $n$-bit inputs.

数据结构与算法 · 计算机科学 2007-05-23 Sidi Mohamed Sedjelmaci

We present an iterative algorithm for calculating approximate greatest common divisor (GCD) of univariate polynomials with the real or the complex coefficients. For a given pair of polynomials and a degree, our algorithm finds a pair of…

交换代数 · 数学 2016-05-12 Akira Terui

We present a quantum algorithm solving the greatest common divisor (GCD) problem. This quantum algorithm possesses similar computational complexity with classical algorithms, such as the well-known Euclidean algorithm for GCD. This…

量子物理 · 物理学 2017-08-02 Wen Wang , Xu Jiang , Liang-zhu Mu , Heng Fan

In this paper, we tackle the following problem: compute the gcd for several univariate polynomials with parametric coefficients. It amounts to partitioning the parameter space into ``cells'' so that the gcd has a uniform expression over…

符号计算 · 计算机科学 2024-09-09 Hoon Hong , Jing Yang

Modern GPUs are equipped with tensor cores (TCs) that are commonly used for matrix multiplication in artificial intelligence workloads. However, because they have high computational throughput, they can lead to significant performance gains…

分布式、并行与集群计算 · 计算机科学 2025-09-01 Brian Curless , Michael Gowanlock

As a promising solution to boost the performance of distance-related algorithms (e.g., K-means and KNN), FPGA-based acceleration attracts lots of attention, but also comes with numerous challenges. In this work, we propose AccD, a…

分布式、并行与集群计算 · 计算机科学 2019-09-02 Yuke Wang , Boyuan Feng , Gushu Li , Lei Deng , Yuan Xie , Yufei Ding

This paper is concerned with a guessing codeword decoding (GCD) of linear block codes. Compared with the guessing noise decoding (GND), which is only efficient for high-rate codes, the GCD is efficient for not only high-rate codes but also…

信息论 · 计算机科学 2024-05-07 Xiangping Zheng , Xiao Ma

We introduce and analyze a new type of decoding algorithm called General Color Clustering (GCC), based on renormalization group methods, to be used in qudit color codes. The performance of this decoder is analyzed under code capacity…

量子物理 · 物理学 2017-11-20 Jacob Marks , Tomas Jochym-O'Connor , Vlad Gheorghiu

The Euclidean algorithm is one of the oldest algorithms known to mankind. Given two integral numbers $a_1$ and $a_2$, it computes the greatest common divisor (gcd) of $a_1$ and $a_2$ in a very elegant way. From a lattice perspective, it…

数据结构与算法 · 计算机科学 2023-11-28 Kim-Manuel Klein , Janina Reuter

This paper presents a variable bit-width fixed-point fast divider using Goldschmidt division algorithm and Mitchell multiplication algorithm. Described using Verilog HDL and implemented on a Xilinx XC7Z020-2CLG400I FPGA, the proposed…

信号处理 · 电气工程与系统科学 2025-08-22 Jinkun Yang

We propose a modification of the GPGCD algorithm, which has been presented in our previous research, for calculating approximate greatest common divisor (GCD) of more than 2 univariate polynomials with real coefficients and a given degree.…

交换代数 · 数学 2022-05-09 Boming Chi , Akira Terui

Granlund and Montgomery proposed an optimization method for unsigned integer division by constants [3]. Their method (called the GM method in this paper) was further improved in part by works such as [1] and [7], and is now adopted by major…

编程语言 · 计算机科学 2026-04-10 Shigeo Mitsunari , Takashi Hoshino

Elliptic curve cryptography (ECC) has emerged as the dominant public-key protocol, with NIST standardizing parameters for binary field GF(2^m) ECC systems. This work presents a hardware implementation of a Hybrid Multiplication technique…

密码学与安全 · 计算机科学 2025-06-25 Ruby Kumari , Gaurav Purohit , Abhijit Karmakar

A series of hybrid quantum-classical generalized Benders decomposition (GBD) algorithms are proposed to address unit commitment (UC) problems under centralized, distributed, and partially distributed frameworks. In the centralized approach,…

量子物理 · 物理学 2024-12-17 Fang Gao , Dejian Huang , Ziwei Zhao , Wei Dai , Mingyu Yang , Qing Gao , Yu Pan

This paper presents a novel algorithm for the modulus operation for FPGA implementation. The proposed algorithm use only addition, subtraction, logical, and bit shift operations, avoiding the complexities and hardware costs associated with…

密码学与安全 · 计算机科学 2025-01-10 W. A. Susantha Wijesinghe

In previous research, quantum resources were concretely estimated for solving Elliptic Curve Discrete Logarithm Problem(ECDLP). In [1], the quantum algorithm was optimized for the binary elliptic curves and the main optimization target was…

量子物理 · 物理学 2023-03-14 Hyeonhak Kim , Seokhie Hong

The Dadda algorithm is a parallel structured multiplier, which is quite faster as compared to array multipliers, i.e., Booth, Braun, Baugh-Wooley, etc. However, it consumes more power and needs a larger number of gates for hardware…

系统与控制 · 电气工程与系统科学 2023-07-13 Muteen Munawar , Zain Shabbir , Muhammad Akram

The Euclidean algorithm is the oldest algorithms known to mankind. Given two integral numbers $a_1$ and $a_2$, it computes the greatest common divisor (gcd) of $a_1$ and $a_2$ in a very elegant way. From a lattice perspective, it computes a…

数据结构与算法 · 计算机科学 2024-11-08 Kim-Manuel Klein , Janina Reuter

This paper presents a method to determine a set of basis polynomials from the extended Euclidean algorithm that allows Generalized Minimum Distance decoding of Reed-Solomon codes with a complexity of O(nd).

信息论 · 计算机科学 2010-09-08 Sabine Kampf , Martin Bossert
‹ 上一页 1 2 3 10 下一页 ›