decrement
英 [ˈdɛkrɪmənt]
美 [dɪˈkrɪmənt]
n. 消耗
复数:decrements 过去分词:decremented 现在分词:decrementing 过去式:decremented
BNC.29438 / COCA.28854
英英释义
noun
- the amount by which something decreases
- a process of becoming smaller or shorter
双语例句
- Two of the nicer shortcuts are the increment and decrement operators ( often referred to as the auto-increment and auto-decrement operators).
阿普斯双曲线递减方程两种很不错的快捷运算方式是递增和递减运算符(常称作自动递增和自动递减运算符)。 - The light compensation point and dark respiration rate decreased gradually with plant growth, and the decrement was larger for low light tolerance strains than for sensitive strains.
叶片光补偿点和暗呼吸速率随发育进程逐渐降低,耐弱光品系的降幅均大于不耐弱光品系; - For this reason, each user of the buffer should increment and decrement this field when necessary.
为此,每一个数据缓存的用户必须在须要的时候增加该值或者减少该值。 - Do not use an increment or decrement operator on the same object in more than two subexpressions of the same expression.
一个表达式里,不要在两个或更多的子表达式中对同一对象做自增或自减操作。 - In the past, some browsers had intermittent errors when the end comment marker (&>) was interpreted as the decrement operator.
过去,一些浏览器把注释结束标记(&>)解释成自减运算符而发生间断性错误。 - Increment and decrement operators produce the value of the variable as a result.
递增和递减运算符结果生成的是变量的值。 - Decrement the count and end the while loop.
减少计数并终止while循环。 - This is a default decrement that you cannot change.
这是默认减少量,您无法更改。 - If the decrement leaves threadcount at zero, we know that there are no threads running, so it's time to exit.
如果互斥量threadcount的值减小到了零,我们知道这时已经没有线程在运行了,该退出程序了。 - 3.1.4 Auto increment and decrement
3.1.4自动递增和递减