
好词典

源自拉丁语 'decrementum'(减少),由 'de-'(向下)和 'crescere'(生长)组成。
❶ 指数量、数值或程度的减少过程或结果,常用于数学、计算机或商业场景中描述下降趋势。
“The software shows a steady decrement in memory usage.”
(该软件显示内存使用量持续减少。)
“A monthly decrement of 5% was recorded in sales.”
(销售额每月递减5%。)
❶ 主动减少某物的数量或数值,常见于技术操作或流程控制中。
“You need to decrement the counter by one each time.”
(每次你需要将计数器减一。)
“The system automatically decrements the stock level after each sale.”
(每完成一笔销售,系统会自动减少库存量。)
decrement operator — 计算机编程中的运算符(如--),用于将变量的值减少固定量(通常为1)。
“Use the decrement operator to reduce the loop counter.”
(使用递减运算符来减少循环计数器。)