说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 串行分布式算法
1)  serial distributed arithmetic
串行分布式算法
1.
This dissertation concisely compares the parallel distributed arithmetic with the serial distributed arithmetic and demonstrates the advantages of high-speed FIR digital filter based on parallel distributed arithmetic, then presents a novel structure of high-speed FIR digital filter.
本文通过对串行分布式算法和并行分布式算法作对比研究,分析了基于并行分布式算法的FIR滤波器速度上的优势,设计出一种新颖的高速并行分布式算法结构,并根据该算法结构实现了一种满足处理速度200MHz,12位31阶FIR数字低通滤波器。
2)  bit-serial distributed arithmetic
位串行分布式算法
1.
The bit-serial distributed arithmetic based on the ROM look-up table is employed.
本文提出了一种采用现场可编程门阵列器件FPGA实现FIR数字滤波器硬件电路的方案 ,该方案基于只读存储器ROM查找表的位串行分布式算法
3)  distributed parallel algorithm
分布式并行算法
1.
Highly efficient distributed parallel algorithm for banded linear equations;
高效的带状线性方程组分布式并行算法
2.
Application of distributed parallel algorithm for long term crude oil scheduling
分布式并行算法在长周期原油混输调度中的应用
4)  parallel distributed arithmetic
并行分布式算法
1.
This dissertation concisely compares the parallel distributed arithmetic with the serial distributed arithmetic and demonstrates the advantages of high-speed FIR digital filter based on parallel distributed arithmetic, then presents a novel structure of high-speed FIR digital filter.
本文通过对串行分布式算法和并行分布式算法作对比研究,分析了基于并行分布式算法的FIR滤波器速度上的优势,设计出一种新颖的高速并行分布式算法结构,并根据该算法结构实现了一种满足处理速度200MHz,12位31阶FIR数字低通滤波器。
2.
FIR is the core of the system, by adopting parallel distributed arithmetic, the speed of the system can be improved significantly.
设计采用了Xilinx公司的VirtexII系列芯片,作为预处理核心部分的FIR滤波器采用了并行分布式算法,提高了处理速度。
3.
Windows function design method of FIR digital filter is introduced,and the parallel distributed arithmetic is used to implement a 32 orders FIR digital filter.
阐述了有限冲击响应(FIR)低通滤波器的窗函数设计方法,利用并行分布式算法在现场可编程门阵列上实现了32阶FIR低通滤波器。
5)  Semi-serial algorithm
分组串行算法
6)  serial assignment algorithm
串行分配算法
补充资料:启发式算法

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

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

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

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