pipelining
英 [ˈpaɪplaɪnɪŋ]
美 [ˈpaɪˌplaɪnɪŋ]
n. 流水线;管道敷设(安装);管路输送
v. 用管道输送;应用流水线技术设计(pipeline的ing形式)
双语例句
- Technology of pipelining solid-slurry Code for design of transmission pipeline engineering
管道输送固体料浆工艺输气管道工程设计规范 - The pipelining technique described above is an example of using asynchronous processing to enhance performance.
本文介绍的流水线技术是使用异步处理以提高性能的示例。 - In order to solve these problems, a mathematical programming model was designed making use of principles of Superscalar Pipelining.
本文以解决这些问题为背景,利用超标量指令流水原理设计了一个数学规划模型。 - Pipelining and parallelism were main consideration of the design.
设计主要考虑了流水线操作和并行度处理。 - Using existing TCP connections is easy, but implementing pipelining is not trivial.
使用现有的TCP连接非常容易,但实现流水线并不是那么简单。 - Using asynchronous message passing and pipelining, it promises to offer more control than thread pools and better performance than manual threading.
借助于异步消息传递与管道,它可以提供比线程池更好的控制,也比手工线程方式具备更好的性能。 - Design and Implementation of Level One Cache Miss Pipelining on High Performance DSP
高性能DSP一级Cache缺失流水设计与实现 - The concurrent nature of the processing and data transfer is what gives two-stage pipelining its edge in SPE programming.
处理和数据传输的并发本质使两阶段的管道连接很适合SPU编程。 - Now that we have a couple of basic tools for pipelining and redirection, let's look at some of the common UNIX and Linux text processing commands and filters.
现在,我们具备了一些基本的工具来实现管道和重定向,让我们研究一些常见的UNIX和Linux文本处理命令和过滤器。 - Since you do not have to wait for a list to be generated ( stop and go) or allocate a thread to processing the loop ( pipelining), this can be the most efficient method.
由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。