并发计算
Sign in to saveAlso known as concurrent programming, concurrent, concurrent computation, concurrent execution
form of computing in which several computations logically execute during overlapping time periods
Wikidata facts
- Subclass of
- computer programming
Show 3 more facts
- topic's main category
- Category:Concurrent computing
- Commons category
- Concurrent programming
- partially coincident with
- parallel computing
Sources (3)
via Wikidata · CC0
Article · 中文
并发计算(英語:Concurrent computing,或譯為並行處理、共時計算),是一種程式計算的形式,在系統中,至少有兩個以上的計算在同時運作,計算結果可能同時發生。用來實作並行系統(Concurrent system)的程式語言與各種演算法,統稱為並行計算。 並行程式通常被設計為互動式的運算過程,因為它的運算過程是不確定的,在設計上的難度較高。設計並行程式最大的挑戰,在於確保不同運算執行步驟間的互動或是通訊,能以正確的順序進行,同時,也要確保在不同執行步驟間共享的資源,能夠正確被存取。在這個領域的先驅人物有艾兹赫尔·戴克斯特拉、東尼·霍爾與泊·派克·漢森等人。
Abstract from DBpedia / Wikipedia · CC BY-SA