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

pipelining

英 [ˈpaɪplaɪnɪŋ]

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

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

计算机

双语例句

  • This is achieved through pipelining at the hardware level.
    在硬件级别中,通过使用流水线操作来完成这个任务。
  • In order to solve these problems, a mathematical programming model was designed making use of principles of Superscalar Pipelining.
    本文以解决这些问题为背景,利用超标量指令流水原理设计了一个数学规划模型。
  • The increasing load time latency for sophisticated Web pages is not a new issue, nor is the use of some form of pipelining to effect performance gains.
    复杂网页不断攀升的加载时间延迟问题已经不是什么新话题了,也有不少人提出使用某种管道技术来提升性能。
  • It also improves caching and instruction pipelining.
    它还可以改进缓存和指令流水线。
  • You can use pipelining in the exchange management shell to modify the external postmaster address on all Hub Transport servers in the exchange organization at the same time.
    可以通过在exchange命令行管理程序中使用管道传输,同时在exchange组织中的所有集线器传输服务器上修改外部邮局主管地址。
  • Design and Implementation of Level One Cache Miss Pipelining on High Performance DSP
    高性能DSP一级Cache缺失流水设计与实现
  • 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.
    由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。
  • 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并没有这么做,因为他说不需要对现有的服务器与浏览器进行任何改变。
  • The pipelining technique described above is an example of using asynchronous processing to enhance performance.
    本文介绍的流水线技术是使用异步处理以提高性能的示例。
  • Using asynchronous message passing and pipelining, it promises to offer more control than thread pools and better performance than manual threading.
    借助于异步消息传递与管道,它可以提供比线程池更好的控制,也比手工线程方式具备更好的性能。