• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

相似文献

1
A fast algorithm for computing binomial coefficients modulo powers of two.一种用于计算二项式系数模2的幂的快速算法。
ScientificWorldJournal. 2013 Nov 6;2013:751358. doi: 10.1155/2013/751358. eCollection 2013.
2
Features of digital signal processing algorithms using Galois fields GF(2n+1).使用伽罗华域 GF(2n+1) 的数字信号处理算法的特点。
PLoS One. 2023 Oct 25;18(10):e0293294. doi: 10.1371/journal.pone.0293294. eCollection 2023.
3
A new quantum-safe multivariate polynomial public key digital signature algorithm.一种新的量子安全多元多项式公钥数字签名算法。
Sci Rep. 2022 Aug 1;12(1):13168. doi: 10.1038/s41598-022-15843-x.
4
Searching protein 3-D structures in linear time.在线性时间内搜索蛋白质三维结构。
J Comput Biol. 2010 Mar;17(3):203-19. doi: 10.1089/cmb.2009.0148.
5
Hybrid Quantum Protocols for Secure Multiparty Summation and Multiplication.用于安全多方求和与乘法的混合量子协议
Sci Rep. 2020 Jun 4;10(1):9097. doi: 10.1038/s41598-020-65871-8.
6
Progression of mean age and mean expected mortality rate by duration of follow up in cohorts with a wide range of age.在年龄范围广泛的队列中,按随访时间划分的平均年龄和平均预期死亡率的变化情况。
J Insur Med. 2006;38(3):181-91.
7
Efficient edit distance with duplications and contractions.带重复和收缩的高效编辑距离
Algorithms Mol Biol. 2013 Oct 29;8(1):27. doi: 10.1186/1748-7188-8-27.
8
Distribution of PAHs in pine (Pinus thunbergii) needles and soils correlates with their gas-particle partitioning.多环芳烃在黑松针叶和土壤中的分布与其气-粒分配相关。
Environ Sci Technol. 2009 Mar 1;43(5):1336-41. doi: 10.1021/es802067e.
9
Fast Algorithms for Computing Path-Difference Distances.用于计算路径差距离的快速算法。
IEEE/ACM Trans Comput Biol Bioinform. 2019 Mar-Apr;16(2):569-582. doi: 10.1109/TCBB.2018.2790957. Epub 2018 Jan 8.
10
An O (N2 log N) restriction map comparison and search algorithm.一种O(N²log N)限制图谱比较与搜索算法。
Bull Math Biol. 1992 Jul;54(4):599-618. doi: 10.1007/BF02459636.

本文引用的文献

1
On the connection coefficients of the Chebyshev-Boubaker polynomials.关于切比雪夫 - 布贝克多项式的联络系数
ScientificWorldJournal. 2013 Aug 4;2013:657806. doi: 10.1155/2013/657806. eCollection 2013.

一种用于计算二项式系数模2的幂的快速算法。

A fast algorithm for computing binomial coefficients modulo powers of two.

作者信息

Andreica Mugurel Ionut

机构信息

Computer Science Department, Politehnica University of Bucharest, Splaiul Independentei 313, Sector 6, 060042 Bucharest, Romania.

出版信息

ScientificWorldJournal. 2013 Nov 6;2013:751358. doi: 10.1155/2013/751358. eCollection 2013.

DOI:10.1155/2013/751358
PMID:24348186
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC3856163/
Abstract

I present a new algorithm for computing binomial coefficients modulo 2N. The proposed method has an O(N3·Multiplication(N)+N4) preprocessing time, after which a binomial coefficient C(P, Q) with 0≤Q≤P≤2N-1 can be computed modulo 2N in O(N2·log(N)·Multiplication(N)) time. Multiplication(N) denotes the time complexity of multiplying two N-bit numbers, which can range from O(N2) to O(N·log(N)·log(log(N))) or better. Thus, the overall time complexity for evaluating M binomial coefficients C(P, Q) modulo 2N with 0≤Q≤P≤2N-1 is O((N3+M·N2·log(N))·Multiplication(N)+N4). After preprocessing, we can actually compute binomial coefficients modulo any 2R with R≤N. For larger values of P and Q, variations of Lucas' theorem must be used first in order to reduce the computation to the evaluation of multiple (O(log(P))) binomial coefficients C(P', Q') (or restricted types of factorials P'!) modulo 2N with 0≤Q'≤P'≤2N-1.

摘要

我提出了一种用于计算模(2^N)二项式系数的新算法。所提出的方法预处理时间为(O(N^3·\text{乘法}(N)+N^4)),在此之后,对于(0\leq Q\leq P\leq2^N - 1)的二项式系数(C(P, Q)),可以在(O(N^2·\log(N)·\text{乘法}(N)))时间内计算模(2^N)的值。(\text{乘法}(N))表示两个(N)位数字相乘的时间复杂度,其范围可以从(O(N^2))到(O(N·\log(N)·\log(\log(N))))或更低。因此,对于评估(0\leq Q\leq P\leq2^N - 1)的(M)个模(2^N)的二项式系数(C(P, Q)),总的时间复杂度为(O((N^3 + M·N^2·\log(N))·\text{乘法}(N)+N^4))。预处理之后,我们实际上可以计算模任何(2^R)((R\leq N))的二项式系数。对于更大的(P)和(Q)值,必须首先使用卢卡斯定理的变体,以便将计算简化为评估多个((O(\log(P))))模(2^N)的二项式系数(C(P', Q'))(或受限类型的阶乘(P'!)),其中(0\leq Q'\leq P'\leq2^N - 1)。