pipelining
英 [ˈpaɪplaɪnɪŋ]
美 [ˈpaɪˌplaɪnɪŋ]
n. 流水线;管道敷设(安装);管路输送
v. 用管道输送;应用流水线技术设计(pipeline的ing形式)
双语例句
- This is achieved through pipelining at the hardware level.
在硬件级别中,通过使用流水线操作来完成这个任务。 - Similarly, pipelining makes for much faster microprocessors.
与此相似,流水线会快得多地制作出微处理器。 - In order to solve these problems, a mathematical programming model was designed making use of principles of Superscalar Pipelining.
本文以解决这些问题为背景,利用超标量指令流水原理设计了一个数学规划模型。 - Software pipelining and loop unroll are two kinds of important optimized compile technique to develop loop parallelism.
软件流水和循环展开是开发循环并行性的两种重要编译优化技术。 - To reduce the resource used by RSA algorithm, systolic array is accomplished by pipelining and the parameter is generated by software cooperated with hardware.
同时为了降低FPGA的资源占用,RSA算法采用流水线方式实现脉动阵列,并通过软硬件的协同合作完成算法中素数的判定生成算法参数。 - Increasing update rate for star sensor by pipelining parallel processing method
流水线并行处理提高星敏感器数据更新率 - The concurrent nature of the processing and data transfer is what gives two-stage pipelining its edge in SPE programming.
处理和数据传输的并发本质使两阶段的管道连接很适合SPU编程。 - Jiang did not indicate that BigPipe took advantage of a browsers innate pipelining functionality, and implied that it did not when saying that no changes in existing servers or browsers was required.
Jiang并没有说BigPipe利用了浏览器所固有的管道功能,实际上却暗示了BigPipe并没有这么做,因为他说不需要对现有的服务器与浏览器进行任何改变。 - Pipelining and parallelism were main consideration of the design.
设计主要考虑了流水线操作和并行度处理。 - 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.
由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。