并行程序英文解释翻译、并行程序的近义词、反义词、例句
英语翻译:
【计】 concurrent program
分词翻译:
并行的英语翻译:
【计】 P
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program
【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
网络扩展解释
并行程序
并行程序是一种计算机程序的形式,该程序可以利用多个处理器同时执行。它通过将任务分解为多个子任务并同时处理来提高计算机的运行效率。
拼音
bìng xíng chéng xù
英语解释翻译
Parallel Program
A parallel program is a form of computer program that can execute simultaneously by using multiple processors. It enhances the computational efficiency of a computer system by dividing a task into multiple sub-tasks and processing them simultaneously.
英文读音
/ˈpærəlɛl ˈproʊˌɡræm/
英文用法
Parallel programs are commonly used in scientific computing, data processing, and other fields that require complex computations.
英文例句
- Parallel programs can significantly reduce the time required to solve complex problems.
- Developing a parallel program requires careful consideration of the hardware architecture and programming model.
- Parallel programming is becoming increasingly important as more computing resources become available.
英文近义词
- Concurrent program:A program that can execute multiple tasks at the same time.
- Distributed program:A program that runs on multiple computers connected by a network.
- Synchronous program:A program that executes tasks in a fixed order.
英文反义词
- Serial program:A program that executes tasks one after another.
英文单词常用度
Parallel program是一个常用的计算机科学术语,在科学计算、数据处理等领域被广泛使用。