平行演算法
Sign in to saveAlso known as parallel algorithms
algorithm which can do multiple operations in the same time
Research
14,752 papers- Parallel Multi-Deque Partition Dual-Deque Merge sorting algorithm using OpenMP.Scientific reports · 2023
- A Parallel Multiobjective PSO Weighted Average Clustering Algorithm Based on Apache Spark.Entropy (Basel, Switzerland) · 2023
- Parallel Algorithm for Discovering and Comparing Three-Dimensional Proteins Patterns.IEEE/ACM transactions on computational biology and bioinformatics · 2024
- A parallel Canny edge detection algorithm based on OpenCL acceleration.PloS one · 2024
- A Hybrid Parallel Balanced Phasmatodea Population Evolution Algorithm and Its Application in Workshop Material Scheduling.Entropy (Basel, Switzerland) · 2023
via PubMed
Article · 中文
在計算機科學中,平行演算法(英語:Parallel algorithm),或並行演算法(英語:concurrent algorithm),是一種演算法,將計算程序分解成許多更小的步驟,並將這些步驟交由不同的運算裝置,同時進行運算,之後將運算結果合併,求出解答。與傳統的循序演算法不同,因為它可以改善多核心處理器架構下的運算速度,而日漸受到重視。
Abstract from DBpedia / Wikipedia · CC BY-SA