52古典>英语词典>pipelining翻译和用法

pipelining

英 [ˈpaɪplaɪnɪŋ]

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

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

计算机

双语例句

  • Research on Detection and Classification Algorithms of Fabric Defects in Industrial Pipelining
    工业流水线织物疵点检测及分类算法研究
  • This is achieved through pipelining at the hardware level.
    在硬件级别中,通过使用流水线操作来完成这个任务。
  • Using existing TCP connections is easy, but implementing pipelining is not trivial.
    使用现有的TCP连接非常容易,但实现流水线并不是那么简单。
  • Design and Implementation of Level One Cache Miss Pipelining on High Performance DSP
    高性能DSP一级Cache缺失流水设计与实现
  • Pipelining and parallelism were main consideration of the design.
    设计主要考虑了流水线操作和并行度处理。
  • Such cases are rare, and most of the time pipelining works very well.
    这种情况非常少见,并且大多数时候流水线都可以很好地工作。
  • A Coating Information Management System Based on Superscalar Pipelining Model
    基于超标量指令流水模型的船舶涂装信息管理系统
  • Software pipelining and loop unroll are two kinds of important optimized compile technique to develop loop parallelism.
    软件流水和循环展开是开发循环并行性的两种重要编译优化技术。
  • 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.
    由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。