网站首页  词典首页

请输入您要查询的英文单词或汉字:

 

词汇 mutable
释义 mu·ta·ble 英ˈmjuːtəbəl美ˈmjutəbəlAHDmy›“tə-bəl 高COCA⁵⁶¹⁸³BNC⁶²³³⁷iWeb²³¹¹²Economist⁵³⁵⁸¹⁺¹
基本英英词源搭配记法近义反义例句Thesaurus例句
adj.可变的⁵¹;易变的⁴⁵;反复无常的副词mutably名词mutability
Adjective:
capable of or tending to change in form or quality or nature;

a mutable substance

the mutable ways of fortune

mutable weather patterns

a mutable foreign policy

来自拉丁语mutare,改变,来自PIE*mei,改变,变换,移动,词源同migrate,mutual,common.引申词义可变的,会变的。mutable point可突变位点…mutable site可变位点mutable gene易突变基因
方振宇词汇奥秘mut变换+able可…的→可变的,易变的,不定的
比较记忆mutablyadv.无常地,性情不定地衍生词im不+mutable→immutableadj.不可改变的,永恒不变的 👇immutablyadv.永远不变地immutabilityn.永远不变)
mut变换+able可…的⇒可变的,易变的,不定的钱博士mut变化+able易于⇒异变的词根记忆mut+able能…的=能变的近义词 changing变更variable可变的aimless无目的的alterable可变的changeable易变的unsettled未处理的inconsistent不一致的capricious变化无常的fluctuating上下浮动的反义词 immutable不可变的

形容词100%
用作形容词Extremelymutablesites are called “hot spots”.极端可突变的位置称为“热点”。
Thus it has no loops and nomutablevariables.因此这种没有循环,也没有可变的变量。
Influenza viruses are also astonishinglymutable.流感病毒也惊人地变化无常。
She was born to bemutableand explosive.她是一个天生变化无常和容易发火的女人。adj.changeable
同义词 alterable,erratic,fickle,fluctuating,inconstant,mercurial,unreliable,vacillating,variable,wavering
反义词 constant,invariable
alterableadjective changeable
adaptable,adjustable,flexible,fluid,malleable,modifiable,reversible. transformable,variable,variant
capriciousadjective given to sudden behavior change
any way the wind blows,arbitrary,blowing hot and cold,careless,changeful,contrary,crotchety,effervescent,erratic,every which way,fanciful,fickle,fitful,flaky,flighty,freakish,gaga,helter-skelter,humorsome,impulsive,inconstant,kinky,lubricious,mercurial,moody,mutable,notional,odd,picky,punchy,queer,quirky,temperamental,ticklish,unpredictable,unreasonable,unstable,up and down,vagarious,variable,volatile,wayward,whimsical,yo-yo
changeableadjective erratic
agitated,capricious,changeful,commutative,convertible,fickle,fitful,flighty,fluctuating,fluid,impulsive,inconstant,indecisive,irregular,irresolute,irresponsible,kaleidoscopic,mercurial,mobile,movable,mutable,permutable,protean,restless,reversible,revocable,shifting,skittish,spasmodic,transformable,transitional,uncertain,unpredictable,unreliable,unsettled,unstable,unsteady,vacillating,vagrant,variable,variant,varying,versatile,volatile,wavering,whimsical
checkeredadjective patterned
checky,diversified,motley,mutable,patchwork,plaid,quilted,spotted,variegated
fickleadjective vacillating, blowing hot and cold
arbitrary,capricious,changeable,cheating,coquettish,double-crossing,faithless,fitful,flighty,frivolous,inconstant,irresolute,lubricious,mercurial,mutable,quicksilver,sneaking,temperamental,ticklish,two-timing,unfaithful,unpredictable,unstable,unsteady,untrue,variable,volatile,whimsical,yo-yo
fluidadjective adaptable, changeable
adjustable,changeful,flexible,floating,fluctuating,indefinite,malleable,mercurial,mobile,mutable,protean,shifting,unsettled,unstable,unsteady,variable And I pointed out that lists are mutable, showed you some examples of mutation.
我提到了数组是可变的,并给你们举了一些例子。163

And this all can be done with no mutable state in the client code.
在客户代码中,这些都可以在不使用可变状态的情况下就能做到。 yeeyan

By eliminating the need to synchronize access to shared, mutable state, it is far easier to write robust, concurrent applications.
没有了共享易变状态的需要,就更容易写出健壮的并发应用程序. yeeyan

More often than not, they involve mutable object state.
而它们时常也会涉及易变的对象状态。 ibm

The early versions of anonymous types were mutable.
早期的匿名类型版本是不稳定的。 infoq

When mutable state goes away, almost all concurrency problems go away with it.
可变状态消失时,差不多所有的并发性问题也随之消失。 ibm

After all, XSLT is missing some features that are important to a lot of algorithms, including loops and mutable variables.
毕竟 XSLT缺少对很多算法来说极其重要的特性,其中包括循环和可变的变量。 ibm

For example, a user is a mutable entity, but you might use an immutable value object to represent the user's address, just changing the address that you point to for the user if he or she moves.
例如,虽然用户是可变实体,但是您可以使用不可变值对象来表示用户的地址,如果用户移动了位置,那么只需为该用户更改您所指向的地址。 ibm

For mutable objects, the answer is not always so clear.
对于可修改对象来说,答案并不总是如此清楚。 ibm

He recognised that species were mutable, and he also proposed that traits could be inherited.
他首先承认物种会发生变异,而且他还认为物种的特质能够被遗传。 ecocn

If the programmer wants a mutable value, he should say so explicitly.
如果程序员需要一个可变的值,可以显式地指定。 infoq

If you are creating a mutable class M, you should be prepared to write a lot more documentation about the treatment of references to M than if M were immutable.
如果您要创建一个可变类 M,那么您应该准备编写比 M是不可变的情况下多得多的文档说明,以说明怎样处理 M的引用。 ibm

In FP, functions have no side effects and variables are immutable, while in OOP, mutable state and side effects are common, even encouraged.
在 FP 里,函数没有副作用,变量都是不易变的。而在 OOP中,可变状态和副作用都十分常见,甚至是被鼓励的。 yeeyan

Inner classes can refer to mutable instance fields if the inner- class expression occurs in an instance context, but this is not the same thing.
如果实例上下文中存在内部类表达式,那么内部类可引用易变的实例字段,但这不是一回事。 ibm

Making the message classes immutable and cloning mutable references such as arrays at construction time would have prevented this problem.
使得消息类不可变并在构造时克隆像数组这样的可变引用,就可以防止该问题。 ibm

Minimize mutable state.
最大限度地减少可变状态。 ibm

My penance, constant in degree, is mutable in kind: one of its variants is tranquillity.
我的赎罪,程度不变,但种类一直在变:其中一种便是平静。 yeeyan

Or a list of anything that could be mutable.
或者是包含其它有可变的结果的链表。163

Out of this, we'll see if we can assemble a more dynamic and mutable requirements gathering procedure.
除此之外,我们还会看看是否能够组织起一个更动态更可变的需求收集过程。 ibm

Pass- by- copy semantics for mutable serializable objects when running in a single address space.
在单一地址空间中运行时,易变的可序列化对象的 Pass- by- copy语义。 ibm

Perhaps the most important pattern for increasing horizontal scalability in the cloud is the minimization of mutable state.
在云中增加水平可伸缩性的最重要模式可能就是最大限度地减少可变状态。 ibm

So it is difficult to write concurrent systems built on mutable state and locks that continue to be reliable as a system grows.
因此编写构建于可变状态和锁之上、且该状态和锁随系统增长仍然可靠的并发系统很难。 ibm

Some design problems are easier to solve with mutable objects.
有一些设计问题还是使用易变对象比较容易解决。 yeeyan

Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads.
具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。 ibm

Systems designed with physical level technologies usually rely on mutable objects residing at various levels of an architecture.
采用物理层技术设计的系统通常依赖于驻留在架构不同层次上的可变对象。 infoq

The problem with shared mutable state that is, variables that are shared across the application and can be changed over time is that it plays havoc with scalability.
共享可变状态的问题也就是说,在整个应用程序中共享且随时间可变的变量在于它对可伸缩性起到了破坏作用。 ibm

There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。 ibm

When passing references to mutable objects between methods, you need to clearly document under what cases the object's ownership is being transferred.
当在方法之间传递对可变对象的引用时,您需要清楚地文档说明哪些情况下对象的所有权被转移。 ibm

Whenever mutable variables are shared between threads, you must use synchronization to ensure that updates made by one thread are visible to other threads on a timely basis.
每当易变的变量在线程间共享时,都必须使用同步来确保一个线程所做的更新,能够及时地被其他线程看到。 ibm

While mutable containers are very flexible, their dynamic nature can result in a performance hit.
虽然可变容器非常灵活,但它们的动态特性会对性能造成影响。 ibm
随便看

 

英汉汉英双解词典包含9999994条英汉翻译词条,涵盖了常用英语单词及词组短语的翻译及用法,是英语学习的必备工具。

 

Copyright © 2000-2024 tbdmj.com All Rights Reserved 更新时间:2025/3/6 17:09:51