Please help us improve the quality of example sentences! Edit on Github

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

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

Other words in sentence

处女是一个可改变的星座,而天蝎是一个稳定的星座。Virgo is a Mutable Sign and Scorpio is a Fixed Sign.

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

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

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

似懊悔着大声拍打海岸上善变的白沙。Beating remorseful and loud the mutable sands of the sea-shore.

Other words in sentence

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

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

那我们接下来要去学习一些可变的类型,我们以一个可能你们大多数人。Well now we're going to talk about some mutable types. Things you can change.

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

如果使用易变或无法辨认的具名使用权限集,将掷回编译器错误。A compiler error will be thrown if a mutable or unrecognized named permission set is used.

Other words in sentence

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

游戏的音频应可调或可变的,由用户通过选项或设置菜单。The audio for a game should be adjustable or mutable by the user through an options or settings menu.

如果您不需要关心继承的可变字段,那么实现等同性会较为简单。Implementing equality is much simpler when you needn't concern yourself with inherited mutable fields.

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

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

Other words in sentence

依后见之明,使Point成为可变的这个决定被证明对于程序清晰性和性能是昂贵的代价。In hindsight, the decision to make Point mutable turned out to be costly to program clarity and performance.

同时提出相应的一些定理或规则,从而初步解决可变属性的值域安全问题。Meanwhile, we proposed some relevant theorems or regulations to solve the security problems of mutable attribute range.

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