说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式算法DA
1)  Distributed Arithmetic(DA)
分布式算法DA
2)  DA distributed algorithm
DA分布式算法
3)  Distributed Arithmetic
DA算法
1.
Implementation of High-speed and High-tap FIR Filter Based on Distributed Arithmetic and FPGA;
基于DA算法的高速高阶FIR滤波器的FPGA实现
2.
In design scheme, DA (Distributed Arithmetic),LUT (Look-Up Table) architecture and pipeline technology are used to optimize the design.
采用DA算法、LUT结构、流水线技术等对设计进行了优化。
4)  DA algorithm
DA算法
1.
These methods include: pipeline technology, CSD encoding and DA algorithm.
结合FPGA具体的硬件结构,提出了乘累加器在FPGA中实现的改进方法:流水线技术、CSD编码、DA算法,最后给出了这几种方法的实验结果。
2.
This article studies multiplying operation of FIR in FPGA and explains the principles from multiplication to FFT algorithm and DA algorithm.
对FPGA中实现FIR滤波器乘法运算进行了研究,阐述了将乘法化为FFT算法和DA算法原理,并采用这2种算法设计出了FIR滤波器。
3.
Based on the research of DA algorithm,this paper proposes a new method which has the advantage of regular configuration and demands less system resources.
本文在DA算法的基础上提出了一种新的实现方法,结构规则,节省系统资源且能有效提高运算速度。
5)  distributed algorithms
分布式算法
6)  Distributed algorithm
分布式算法
1.
Application of Distributed Algorithms in Realization of FIR Digital Filter;
分布式算法在FIR数字滤波器实现中的应用
2.
Research on the Distributed Algorithm of Operational Reliability Evaluation of Power Network and Software Implementation;
电网运行可靠性评估分布式算法研究及软件实现
3.
The CRC distributed algorithm was deduced,from which CRC distributed algorithm corresponding to polynomials of any order .
本文对CRC分布式算法进行了公式推导,该方法可以衍生出针对任何阶次生成多项式以及任意处理位宽的CRC分布式算法。
补充资料:启发式算法

计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。

有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。

有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条