immutability n.不變性,不易性。
n. 不變性,不易性。 “immutability of god“ 中文翻譯: 神的不變性“immutability of species“ 中文翻譯: 種的不可變性“immusical“ 中文翻譯: 不和調的“immurement“ 中文翻譯: 監禁“immutable“ 中文翻譯: adj. 不可改變的;永遠不變的。 adv. -bly ,-ness n. “immured in a cold dungeon“ 中文翻譯: 監禁在冰冷的地牢中“immutable - variable“ 中文翻譯: 不變的“immure“ 中文翻譯: vt. 1.禁閉,監禁。 2.〔immure oneself〕使隱居,使足不出戶。 3.把…鑲在墻上,把…埋在墻里。 immure oneself in books 埋頭讀書。 n. -ment “immutable law of business“ 中文翻譯: 事務上不易之法則“immuration“ 中文翻譯: 監禁
immutable |
|
Basketball league owners and managers wanted to change this traditional perception of the immutability of these statistics and in the 1960s began a concerted effort to make basketball the game of choice by hand - picking more colorful as well as professional players and by making alliances with the commercial sponsors of athletic equipment 籃球聯盟的老板和經理們想要打破這些統計數字永遠不會改變的傳統印象,于是在1960年代開始同心協力,精選較具特色且具職業水平的球員,并且和運動用品的贊助商結盟,努力要讓籃球成為人人喜愛的比賽。 |
|
As a spiritual phenomenon particularly possessed by the human kind , belief is driven by human kind ' s instinct of exceeding finity and imperfectibility , as well as pursuing infinity and immutability . belief contains very complex structure and social content . it has many forms with moral belief as an important one . moral belief refers to the strong and well - formed belief of some moral model , regulation system and moral ideal , with deep and firm passion and strong responsibility to perform one ' s obligation , moral belief is the conformity of moral understanding , moral sensibility and moral will on the base of moral practice . moral belief can maintain the authority of morality substantially , promote the consciousness of moral body , realize the moral solicitude towards self , society and nature , and create the moral custom of rational self - discipline 信仰具有極為復雜的結構和社會內容,表現為多種形式,道德信仰是其中一種重要的形式。道德信仰是指道德主體對某一道德模式、規范體系和道德理想深刻而有根據的堅信,醇厚且執著的情感以及對履行道德義務的強烈責任感,是道德認識、道德情感和道德意志在道德實踐基礎上實現的有機統一。道德信仰能通過信仰的形上神圣性從根本上維護道德的權威,促成外在道德規范在道德主體行為中的自覺體現,實現人對自身、人對社會以及人對自然的道德關懷,營造理性自律的社會道德風尚。 |
|
Those characters showing as follows : ( 1 ) the thought orientation is immutability , which the rural matters settled by peasantry , ( 2 ) the restricted functions of the budget system soft up , ( 3 ) the types of the treasury of villages and towns take on hysteresis quality , ( 4 ) items of agricultural taxation are unreasonable , ( 5 ) the self - financing income content and the lecying of mode in villages and towns are variable 這些特征分別為: ( 1 )農村事情由農民辦的思維定位固定性; ( 2 )預算制度約束功能的軟化性; ( 3 )鄉鎮國庫建設滯后性; ( 4 )農業稅稅種的不合理性; ( 5 )鄉鎮自籌收入內容和征收方式的變化性。 |
|
Considering the monotony and regularity of euclid arithmetic , the paper proposes a new multiple attribute decision making approach based on the ordinal euclid arithmetic , and the monotony , regularity and metathesis immutability of the ordinal euclid arithmetic are proved too 基于算子有序性的構建思想,本文提出并構建了基于有序歐幾里德算子的區間數多屬性決策算法模型,證明了有序歐幾里德算子的單調性、齊次性和冪等性。 |
|
It also discusses a number of significant semantics changes such as the introduction of implicit boxing , immutability of boxed value types , and the removal of support for default constructors within value classes 還討論若干重大語義更改,例如隱式裝箱的引入、裝箱的值類型的不變性,以及對值類內部的默認構造函數的支持的移除。 |
|
The notion of immutability an object whose value cannot change once it s created is invaluable in multithreaded situations since read - only access to immutable objects doesn t have to be synchronized 由于對不變對象的訪問不需要同步,所以在多線程條件下,不變的概念(一個對象的值在創建后不可更改)是無價的。 |
|
Contains a mutable reference to an immutable array , so as long as that reference is held fixed , you get all the thread - safety benefits of immutability without the need for locking 含有對一個不可變數組的一個可變的引用,因此,只要保留好那個引用,您就可以獲得不可變的線程安全性的好處,而且不用鎖定列表。 |
|
Keyword was included in the java language to assist developers in creating immutable classes , and enable compilers and runtime environments to optimize on the basis of declared immutability 關鍵字是為了幫助開發人員創建不可變類,并允許編譯器和運行時環境以聲明的不可變性為基礎進行優化。 |
|
Constant data are obvious candidates for immutability , and objects with complex and frequently changing states are generally inappropriate candidates for implementation with immutable classes 常量數據顯然符合不變性,而狀態復雜且頻繁更改的對象通常不適合用不變類來實現。 |
|
Immutability is what enables the flyweight pattern , which uses sharing to facilitate using objects to represent large numbers of fine - grained objects efficiently 不變性啟用了flyweight模式,該模式利用共享使得用對象有效地表示大量細顆粒度的對象變得容易。 |
|
One of the most surprising failings of the jmm is that immutable objects , whose immutability was intended to be guaranteed through use of the Jmm的其中一個最驚人的缺點是,不可變對象似乎可以改變它們的值(這種對象的不變性旨在通過使用 |
|
While immutability may not necessarily make sense for all classes , most programs have at least a few classes that would benefit from being immutable 盡管不變性可能未必對于所有類都有意義,但大多數程序中至少有一些類將受益于不可變。 |
|
The run - time system should take care of any semantics required to guarantee this immutability . a simple copy is often not sufficient 運行時系統應通過相關語義來保證這種不變性(簡單的復制通常是不夠的) 。 |
|
“ and others , i extolled the virtues of immutability - immutable objects cannot get into an inconsistent state ” (和其他文章中) ,我贊揚了不可變的優點,不可變對象不能進入不穩定的狀態。 |
|
Package , is a good example of how to harness the power of immutability while still permitting occasional modifications 類是如何既利用不變性的能力,又仍允許偶爾修改的一個良好示例。 |
|
Brian goetz explains some of the benefits of immutability and some guidelines for constructing immutable classes 中, brian goetz說明了不變性的一些長處和構造不變類的一些準則。 |
|
Classes for representing complex numbers or arbitrary - precision rational numbers would be good candidates for immutability 表示復數或精度任意的有理數的類將比較適合于不變性。 |
|
Regular readers of this column will not be surprised to hear me extolling the virtues of immutability 本欄目的普通讀者聽到我贊美不可變性的優點時不會感到意外。 |
|
The java programming language s implementation of immutability isn t tight enough for two reasons Java編程言語中,對于不變性的實現不夠嚴格,有兩個原因: |