-
The parallel hybrid algorithm is implemented on an MIMD Platform.
这种并行混合学习算法已经在多指令流多数据流(MIMD)平台实现。
-
This parallel hybrid algorithm hasbeen implemented on an MIMD platform.
这种并行混合学习算法已经在MIMD平台实现了。
-
Finally, an extended distributed parallel algorithm for the GA and MIMD model is presented.
最后,提出了该算法基于MIMD模型的扩展分布式并行算法。
-
MIMD systems can be further classified into throughput-oriented systems, high-availability systems, and response oriented systems.
多指令流多数据流系统可以进一步分为面向吞吐量的系统、高利用率的系统和面向响应时间的系统。
-
The long wave infrared image signal processor system is a special purpose multiprocessor system which has a typical MIMD structure.
长波红外图象信息处理机是一种专用多处理机,它具有典型的MIMD结构。
1. 多指令流多数据流MIMD是用于实现并行性的技术。MIMD计算机具有多个异步和独立工作的处理器。在任何时钟周期内,不同的处理器可以在不同的数据片段上执行不同的指令,也即是同时执行多个指令流,而这些指令流分别对不同数据流进行操作。MIMD架构可以用于诸如计算机辅助设计、计算机辅助制造、仿真、建模、通信交换机的多个应用领域。 MIMD机器可以是共享存储器或分布式存储器类别。共享存储器机器包括UMA、NUMA、COMA等。分布式存储器机器包括NORAM等。