Vocapedia
Log inTry for Free

Looking up...

Explore

  • Words of the Year
  • Recent Lookups
  • Community Collections
  • How to Say

Dictionaries

  • English
  • Vietnamese
  • Japanese
  • Chinese
  • Spanish
  • French
  • Korean
  • German
  • Hindi
  • Italian

MY LEARNING

  • My Dictionary
  • My Collections
  • Reviews

Resources

  • Learning Resources
  • How It Works
  • Study Guides
  • Language Tips
  • FAQ
  • Getting Started
  • For Individuals
  • For Teachers

Community

  • Forum
  • Blog
  • Help Center
  • Partnerships

About

  • About Vocapedia
  • Contact Us
  • Feedback

Legal

  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Accessibility
  • GDPR Compliance
© 2026 Vocapedia. All rights reserved.

debounce

/diːˈbaʊns/
防抖

The button's click event was debounced to prevent accidental double-clicks.

按钮的点击事件经过防抖处理,以避免意外的双击。


科技
技术

在计算机科学中,通过延迟或合并事件来避免因快速重复触发导致的问题

Debouncing the search input ensures the API isn't spammed with requests on every keystroke.

对搜索输入进行防抖处理,确保在每次按键时不会频繁请求API。

常用于处理用户输入、按钮点击或传感器数据,以避免重复事件触发。

工程
技术

在电子工程中,通过滤波消除机械开关或按钮因接触不稳定导致的噪声信号

The circuit uses a hardware debounce to clean up the signal from the push button.

该电路使用硬件防抖来清理来自按钮的信号。

通常通过RC电路或软件算法实现。

搭配

debounce time防抖时间software debounce软件防抖hardware debounce硬件防抖

同义词

throttledelayfilter

反义词

instantimmediate

相关短语

throttleword
限制事件触发频率
event loop短语
事件循环机制

专业提示

如何区分防抖与节流

防抖(debounce)会在事件停止触发一段时间后才执行一次操作,适合处理输入框、搜索框等场景;节流(throttle)则会以固定间隔执行操作,适合处理滚动、resize等连续事件。

黄金法则

防抖的实现时机

防抖通常在事件触发时开始计时,若在计时结束前再次触发事件,则重新开始计时。计时结束后才执行操作。

词源

组合词,由前缀de-(「去除」)和动词bounce(「反弹」)构成,原指机械开关因接触不稳定导致的信号抖动,后在计算机科学中引申为防止重复事件触发。

用法说明

在中文技术文档中,通常译为「防抖」或「消抖」。注意与「节流」(throttle)区分:「防抖」是延迟或合并事件,而「节流」是限制事件触发频率。

单词拆解

de-
去除、消除
prefix
+
bounce
反弹、抖动
root
英汉词典

Learning Progress

Track your learning journey!

• Save words to build your vocabulary

• Monitor your daily streak

• Get personalized review reminders

• See words learned statistics

Log in to access advanced features and track your progress!

Go to Dashboard →

Words of the Year

The most notable words that defined each year. Discover the vocabulary that shaped our world.