英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

pipeline    音标拼音: [p'ɑɪpl,ɑɪn]
n. 管道线

管道线

pipeline
管道;流水线;管线

pipeline
管线

pipeline
n 1: gossip spread by spoken communication; "the news of their
affair was spread by word of mouth" [synonym: {grapevine},
{pipeline}, {word of mouth}]
2: a pipe used to transport liquids or gases; "a pipeline runs
from the wells to the seaport" [synonym: {pipeline}, {line}]

pipeline \pipeline\, pipe line \pipe line\
1. A line of pipe with pumping machinery and apparatus for
conveying liquids, gases, or finely divided solids, such
as petroleum or natural gas, between distant points.
[Webster 1913 Suppl. PJC]

2. fig. an information channel direct from the source.
[PJC]

3. the set of stages and processes from the invention or
design of a product to its ultimate use, production, or
commercial sale. Used commonly in the phrase

{in the pipeline}, i. e. still in preparation or under
development.
[PJC]


Pipe-line \Pipe"-line`\, v. t.
To convey by a pipe line; to furnish with a pipe line or pipe
lines.
[Webster 1913 Suppl.]

67 Moby Thesaurus words for "pipeline":
adjutage, bush telegraph, catheter, channel, coming, conduit,
confidential information, connection, contact, conveyor, cooking,
drainpipe, duct, efflux tube, fire hose, flue pipe, flume, funnel,
garden hose, gas pipe, grapevine, grapevine telegraph, hose,
hosepipe, imminent, in the offing, in the works, inside dope,
inside information, insider, line, main, nipple, on the way,
organ pipe, origin, passage, pipe, pipette, piping,
put through channels, ready, reed, reed pipe, siamese,
siamese connection, siphon, snorkel, soil pipe, source, standpipe,
steam pipe, stem, straw, supplier, tap, the lowdown, tube, tubing,
tubulation, tubule, tubulet, tubulure, under way, waste pipe,
water pipe, wellspring

A sequence of {functional units} ("stages")
which performs a task in several steps, like an assembly line
in a factory. Each functional unit takes inputs and produces
outputs which are stored in its output {buffer}. One stage's
output buffer is the next stage's input buffer. This
arrangement allows all the stages to work in parallel thus
giving greater throughput than if each input had to pass
through the whole pipeline before the next input could enter.

The costs are greater latency and complexity due to the need
to synchronise the stages in some way so that different inputs
do not interfere. The pipeline will only work at full
efficiency if it can be filled and emptied at the same rate
that it can process.

Pipelines may be synchronous or asynchronous. A synchronous
pipeline has a master clock and each stage must complete its
work within one cycle. The minimum clock period is thus
determined by the slowest stage. An asynchronous pipeline
requires {handshaking} between stages so that a new output is
not written to the interstage buffer before the previous one
has been used.

Many {CPUs} are arranged as one or more pipelines, with
different stages performing tasks such as fetch instruction,
decode instruction, fetch arguments, arithmetic operations,
store results. For maximum performance, these rely on a
continuous stream of instructions fetched from sequential
locations in memory. Pipelining is often combined with
{instruction prefetch} in an attempt to keep the pipeline
busy.

When a {branch} is taken, the contents of early stages will
contain instructions from locations after the branch which
should not be executed. The pipeline then has to be flushed
and reloaded. This is known as a {pipeline break}.

(1996-10-13)


请选择你想看的字典辞典:
单词字典翻译
pipeline查看 pipeline 在百度字典中的解释百度英翻中〔查看〕
pipeline查看 pipeline 在Google字典中的解释Google英翻中〔查看〕
pipeline查看 pipeline 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • pipeline是什么? - 知乎
    pipeline,中文意为管线,意义等同于流水线。 最典型的就是Gpu渲染管线,它指明渲染一个画面需要经过多少到工序。还有就是应用于爬虫框架里面。它就是指某个项目或者框架里面需要用到流水线的设计来简化设计,降低复杂度并提高性能。是一种设计方法,是我们将现实中的社会分工借鉴并运用到
  • 请问医药行业所说的“研发管线”是什么? - 知乎
    “管线”就是“pipeline”的硬翻。pipe-管,line-线。 在不同领域,pipeline意思都不大一样,甚至差别很大。比如在我老公他们生信领域,pipeline指研发流程,但在医药研发领域,“pipeline”特指在 一个时间截面 上,一个药企的一个治疗领域,或者一个药企本身,或者一整个研究领域的,处于 不同研发
  • 深度学习论文中的pipeline 是什么意思? - 知乎
    深度学习论文中的pipeline 是什么意思? 《In-hand Object Scanning via RGB-D Video Segmentation》中有一句“Our pipeline tak… 显示全部 关注者 14 被浏览
  • 如何画出深度学习顶会中既好看又清晰的模型图?有哪些实用的工具和技巧? - 知乎
    分享一个我之前做毕设的时候,我的博后导师推荐给我的一个画矢量图的软件:Inkscape Inkscape是矢量图形编辑器,以自由软件许可发布与使用。该软件的开发目标是成为强大的绘图软件,且能完全遵循与支持XML、SVG及CSS等开放性的标准格式,而且是跨平台的应用程序,支持Windows、Mac OS X、Linux及类UNIX
  • 哪里有标准的机器学习术语 (翻译)对照表? - 知乎
    学习机器学习时的困惑,“认字不识字”。很多中文翻译的术语不知其意,如Pooling,似乎90%的书都翻译为“…
  • 请问pipepline、sar、sigma delta adc 推荐哪个? - 知乎
    在选择pipeline、SAR(逐次逼近寄存器型)或sigma-delta ADC(模拟数字转换器)时,确实需要考虑多种因素,包括应用场景、性能需求、功耗限制以及你个人的兴趣和专长。 1 Pipeline ADC:这种ADC具有高速和高精度的特点,但设计复杂度也相对较高。
  • 在游戏开发过程中,Pipeline指的是什么? - 知乎
    在游戏开发过程中,Pipeline指的是什么? 貌似pipeline有多种含义,渲染算法上的,以及研发流程上的,我更关心第二种。 期望详细解答,感谢! 显示全部 关注者 26 被浏览
  • SOTA,benchmark和baseline分别是什么意思? - 知乎
    SOTA是state of the art的缩写,指某特定时间背景下的最高水准。例如,SOTA model 最先进的模型。 benchmark通常指的是一个(标准的)衡量规定或是评估标准。具体的可以理解成,在某个标准的数据集上用某种规定的方式(进行实验)并且用某几个指标来衡量算法的性能,这样规定被称为benchmark。由于
  • 如何知道一个期刊是不是sci? - 知乎
    欢迎大家持续关注InVisor学术科研!喜欢记得 点赞收藏转发!双击屏幕解锁快捷功能~ 如果大家对于 「SCI SSCI期刊论文发表」「SCOPUS 、 CPCI EI会议论文发表」「名校科研助理申请」 等科研背景提升项目有任何想法的话,十分欢迎大家来戳一戳芳老师(一般人芳老师是不会告诉ta客服微信滴: invisor003
  • dx11和dx12有什么区别? - 知乎
    dx11 如果说是半自动 api 的话,dx12 就是全手动 api。 在 dx11 里面你创建各种资源描述结构,再把数据一给,写几个 shader,简单几步就完成了整个 pipeline 的构建,至于到底怎么给 gpu 上下传数据,怎么处理资源同步问题,具体怎么执行命令怎么调度等等都不用管,由框架和驱动程序帮你完成。 缺陷





中文字典-英文字典  2005-2009