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
双语例句
- 3.1.4 Auto increment and decrement
3.1.4自动递增和递减 - We decrement so to speak the variable and then where will we go next in terms of the flow control, the flow of this program.
可以这么说,我们递减这个变量,然后按照控制流,即程序流进入到下一语句。 - It will be a practical way for the sludge of a city to combine the sludge disposal with sludge stabilization, decrease decrement, innocuity and resource.
然后指出使污泥处置与污泥稳定化、减量化、无害化及资源化相结合将成为解决城市污泥问题的最终出路。 - Characteristics of Anaerobic Digestion of Fruit and Vegetable Waste and Solid Decrement
果蔬废弃物厌氧消化特征及固体减量研究 - Finally, the phenomenon of diameter decrement of the alignment valve, the work-harden and the heatingi-up are expeained.
最后对校正气门发生减径、加工硬化和温升等现象作了初步的探讨。 - But notice unlike a for loop, if you want to declare a variable or increment or decrement to variable, you've got to do that yourself.
但请注意不像for循环,如果你想声明一个变量,或者变大或变小一个变量,你需要自己完成。 - For this reason, each user of the buffer should increment and decrement this field when necessary.
为此,每一个数据缓存的用户必须在须要的时候增加该值或者减少该值。 - The log decrement are suitable for determining interface bond damage.
对数衰减率适宜于测定界面粘结的破坏。 - Two of the nicer shortcuts are the increment and decrement operators ( often referred to as the auto-increment and auto-decrement operators).
阿普斯双曲线递减方程两种很不错的快捷运算方式是递增和递减运算符(常称作自动递增和自动递减运算符)。 - If the decrement leaves threadcount at zero, we know that there are no threads running, so it's time to exit.
如果互斥量threadcount的值减小到了零,我们知道这时已经没有线程在运行了,该退出程序了。