看词语>英语词典>pipelining翻译和用法

pipelining

英 [ˈpaɪplaɪnɪŋ]

美 [ˈpaɪˌplaɪnɪŋ]

n.  流水线;管道敷设(安装);管路输送
v.  用管道输送;应用流水线技术设计(pipeline的ing形式)

计算机

双语例句

  • Increasing update rate for star sensor by pipelining parallel processing method
    流水线并行处理提高星敏感器数据更新率
  • Using asynchronous message passing and pipelining, it promises to offer more control than thread pools and better performance than manual threading.
    借助于异步消息传递与管道,它可以提供比线程池更好的控制,也比手工线程方式具备更好的性能。
  • In order to solve these problems, a mathematical programming model was designed making use of principles of Superscalar Pipelining.
    本文以解决这些问题为背景,利用超标量指令流水原理设计了一个数学规划模型。
  • Such cases are rare, and most of the time pipelining works very well.
    这种情况非常少见,并且大多数时候流水线都可以很好地工作。
  • Software Pipelining on Transport Triggered Architecture
    传输触发体系结构处理器的软件流水
  • This is achieved through pipelining at the hardware level.
    在硬件级别中,通过使用流水线操作来完成这个任务。
  • Design and Implementation of Level One Cache Miss Pipelining on High Performance DSP
    高性能DSP一级Cache缺失流水设计与实现
  • One key technique is called pipelining.
    其中一项关键技术是流水线操作。
  • Yet pipelining is faster in that more loads are finished per hour.
    然而每小时要完成许多工作量时,流水线操作要快得多。
  • 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.
    由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。