英文字典中文字典


英文字典中文字典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       







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

overflow    音标拼音: ['ovɚfl,o] [,ovɚfl'o]
n. 溢值,超值,泛滥
vt.
vi. (使)泛滥,(使)溢出,(使)充溢

溢值,超值,泛滥(使)泛滥,(使)溢出,(使)充溢

overflow
溢位; 溢位; 超( 上 )限; 超限; 溢数; 上溢 OF; OFL

overflow
溢出 溢位 超限

overflow
n 1: a large flow [synonym: {flood}, {overflow}, {outpouring}]
2: the occurrence of surplus liquid (as water) exceeding the
limit or capacity [synonym: {overflow}, {runoff}, {overspill}]
v 1: flow or run over (a limit or brim) [synonym: {overflow},
{overrun}, {well over}, {run over}, {brim over}]
2: overflow with a certain feeling; "The children bubbled over
with joy"; "My boss was bubbling over with anger" [synonym:
{bubble over}, {overflow}, {spill over}]

Overflow \O`ver*flow"\, v. i.
1. To run over the bounds.
[1913 Webster]

2. To be superabundant; to abound. --Rogers.
[1913 Webster]


Overflow \O"ver*flow`\, n.
1. A flowing over, as of water or other fluid; an inundation.
--Bacon.
[1913 Webster]

2. That which flows over; a superfluous portion; a
superabundance. --Shak.
[1913 Webster]

3. An outlet for the escape of surplus liquid.
[1913 Webster]

{Overflow meeting}, a meeting constituted of the surplus or
overflow of another audience.
[1913 Webster]


Overflow \O`ver*flow"\, v. t. [imp. & p. p. {Overflowed}; p. pr.
& vb. n. {Overflowing}.] [AS. oferfl?wan. See {Over}, and
{Flow}.]
1. To flow over; to cover woth, or as with, water or other
fluid; to spread over; to inundate; to overwhelm.
[1913 Webster]

The northern nations overflowed all Christendom.
--Spenser.
[1913 Webster]

2. To flow over the brim of; to fill more than full.
[1913 Webster]

179 Moby Thesaurus words for "overflow":
abound, abundance, affluence, alluvion, alluvium,
ample sufficiency, ampleness, amplitude, avalanche, bonanza,
bountifulness, bountiousness, bristle with, bumper crop, cascade,
cataclysm, cataract, cloud of words, congestion, copiousness,
crawl with, creep with, deluge, diffuseness, diffusion,
diffusiveness, drown, effusion, effusiveness, engorgement, engulf,
engulfment, extravagance, exuberance, exuberate, fecundity,
fertility, fill, flood, flooding, flow, fluency, foison,
formlessness, full measure, fullness, generosity, generousness,
glut, great abundance, great plenty, gush, gushing, hyperemia,
inundate, inundation, know no bounds, landslide, lavishness,
liberality, liberalness, logorrhea, lots, luxuriance, luxuriate,
macrology, maximum, more than enough, much, myriad, myriads,
numerousness, opulence, opulency, outpour, outpouring, overabound,
overabundance, overbrim, overbrimming, overburden, overcharge,
overfill, overflowing, overfreight, overfullness, overgrow,
overkill, overload, overmuch, overplus, overrun, overrunning,
overspill, overspread, overswarm, overweight, overwhelm, palilogy,
plenitude, plenteousness, plentifulness, plenty, pleonasm,
plethora, pour, pour out, pour over, prevalence, prodigality,
productiveness, productivity, profuseness, profusion, proliferate,
prolificacy, prolificity, pullulate, quantities, rain, rampancy,
rankness, redundancy, reiteration, reiterativeness,
repetition for effect, repetitiveness, repleteness, repletion,
rich harvest, rich vein, richness, riot, riotousness, run over,
run riot, satiety, saturation, scads, shower, slop, slosh, spate,
spill, spill out, spill over, spillage, stream, submerge,
submersion, substantiality, substantialness, superabound,
superabundance, superfluity, superflux, supersaturation, surcharge,
surfeit, surplus, surplusage, swamp, swarm, swarm with, sweep,
talkativeness, tautology, teem, teem with, teemingness, the Deluge,
the Flood, tirade, torrent, washout, wealth, well, whelm,
whelming

The condition that occurs when the result of a
calculation is too big to store in the intended format. For
example, the result of adding one to 255 cannot be represented
as an {unsigned}, eight-bit integer. In a {signed integer}
representation, overflow can occur when an integer becomes
either too positive or too negative.

Overflow can also occur in the exponent of a {floating point}
number representation. The term "{underflow}" is sometimes
used for negative overflow of the exponent.

Ignoring overflow will result in nonsensicle results such as
255 1 = 0. At the hardware level, the {ALU} typically
indicates overflow by setting an overflow flag bit which the
program can test. Programming languages will typically
respond to overflow by raising some kind of {signal} or other
error condition to halt normal execution.

Some languages attempt to avoid overflow by providing
(optional) variable length number representation
({multiprecission arithmetic}) so that the maximum number
representable is limited only by the amount of storage
available.

(2008-05-30)


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





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


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

































































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


  • 如何优雅地使用 Stack Overflow? - 知乎
    从我个人使用的经历来聊聊:如何更好的使用stackoverflow。 1 使用英文搜索 这是个英文网站,很多问题和回答都是英文的,所以首先养成用英文来搜索你的问题。 比如你在遇到这样一个问题:python 列表如何删除元素? 这时候你就可以像下面这样搜索答案,然后在搜索结果中慢慢寻找符合你问题的答案。
  • python 中 numpy 运算出现 overflow 问题,如何排查原因? - 知乎
    4 尝试对非数值数据进行数学运算:numpy 中的数据类型大多用于存储数值数据,如果尝试对非数值数据(例如字符串或布尔值)进行数学运算,则会出现 "overflow" 错误。 对策:请确保你尝试进行数学运算的数据是数值数据。
  • fluent老是报告浮点数异常,该怎么办? - 知乎
    浮点异常的原因,可能的原因有: 1 网格质量 不合格。在fluent里,如果网格质量低于0 2,可能就没法计算了。如果质量超过0 2,但还比较低的话,根据我的经验,可以使用fluent里面自带的 improve功能,给处理一下,提高网格质量,然后再计算。 2 初始化出现问题。 瞬态计算 的初始值设定很重要
  • Math StackExchange和Math Overflow在各方面有何异同?
    Math StackExchange和Math Overflow在各方面有何异同? 另外请问大家能否详细介绍一下这两个网站? 这两个网站的日活跃人数怎么样? 这两个网站在数学界是什么水平? 显示全部 关注者 19
  • 大伙,win11资源管理器卡顿的问题,有人解决了吗? - 知乎
    慢的原因分析: 原因1:win11默认每个资源管理器使用单独的explorer exe进程 相比于在进程内开一个窗口,新创建一个进程,需要对进程初始化,增加了额外的耗时。 解决办法 : 在文件夹选项中,去掉“在单独的进程中打开文件夹窗口”前面的勾。
  • win10系统休眠功能是做什么的,可以清理吗? - 知乎
    如何清理休眠文件(hiberfil sys) 如果使用了休眠功能,那么打开系统盘就会有一个很大(5 36G)的hiberfil sys文件,它是将用户正在运行的程序,保存在这里,再启动系统就很快了。如要清理它(不用休眠功能,或者临时腾出空间),可以这样操作: 1、开始→所有程序→附件→右键命令提示符→以
  • solidworks零件透明怎么解决(没有隐藏透明度也正常)? - 知乎
    如果是消费级显卡(Geforce)就把设置——性能——增强的图形性能关掉。 SW的这项功能对消费级显卡适配极差,不建议打开。 如果是专业卡(RTX Professional Quadro)建议在达索官网下载经认证的R515或者R525驱动,而不是在Nvidia官网下载。
  • 标准的中文电子邮件格式是什么样的? - 知乎
    发开发信相信做业务的基本上都是经常要做的事情,发开发信也是有非常多的一个技巧方法的,今天主要分享一下平时写邮件经常会遇到的邮件格式的问题。 1、发邮件无subject主题, 或者随便找一个以前的邮件直接回复一下. 后果:以前的邮件是针对以前的某一件事情,邮件正文和主题都和现在的





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