decrement a的意思
decrement a中文翻譯:
減量a
相似詞語短語
decrement───n.漸減;減縮;衰減率
decremental───減少
decrements───n.漸減;減縮;衰減率
excrementa───糞便
recrement───n.廢物;[生理]回吸液;再吸收物質
recremental───adj.渣滓的;廢物的
recrementitial───新的
retirement age───退休年齡
retirement pay───[勞經]退休金
雙語使用場景
To ensure the quality of a translation, the increment, decrement and distortion of information must be controlled effectively.───要保證譯文的質量,就必須對翻譯過程中信息的增量、減量和失真進行有效的控制。
One way would be to increment a variable every time a thread is created, and decrement it whenever a thread terminates. When it reaches zero again, close the whole process.───一種解決方法是增加一個變量,每創建一個新的線程該變量就加1,每終止一個線程該變量就減1,當該變量再次為零時,就關閉整個進程。
These include pre- and post-increment/decrement ( i++, --foo ), add/sub/mult/div assign operators ( a+=3, b*=2, c/=2.2, d-=6.2 ).───其中包括前后加/減(i++、--foo), 加減乘除賦值運算符(a+=3、b*=2、c/=2.2、d-=6.2)。
Class to increment or decrement a value and store the value in a single atomic operation.───類來遞增或遞減值并在單個原子操作中存儲該值。
You should never decrement a version number; doing so could cause unpredictable update behavior.───任何情況下都不應遞減版本號;遞減版本號可能導致不可預知的更新行為。