CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 消抖

搜索资源列表

  1. keytest

    0下载:
  2. 采用外部中断和延时消抖控制按键,能很好地避免按键误动作,实验效果很好-External interrupt and delay debounce control buttons, the button can well avoid malfunction, the experiment works well
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:638
    • 提供者:滕浩
  1. Timer-key-debounce

    0下载:
  2. 通过定时器定时来给按键消抖,每隔一段时间进行一次定时中断。-Timer key debounce
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1337
    • 提供者:杨光
  1. ex2_key

    0下载:
  2. VHDL-按键消抖实验程序,采用EMP240处理器,希望对大家有用-VHDL-key debounce experimental procedures used EMP240 processor, we hope to be useful
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:314861
    • 提供者:李希光
  1. Experiment03

    0下载:
  2. 这个功能是按键消抖,通过模块化的建模思想来编程的-This feature is key debounce, modular modeling idea to programming
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:124567
    • 提供者:george ma
  1. lesson8_t4

    0下载:
  2. 按键驱动。按键的作用控制T0中断服务函数,用于按键状态的扫描并消抖-英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 按键驱动。按键的作用控制T0中断服务函数,用于按键状态的扫描并消抖 请键入文字或网站地址,或者上传文档。 取消 À njiàn qūdòng. À njiàn de zuòyòng kòngzhì T0 zhōngduàn fúwù hánshù, yòng yú ànjiàn zhuàngtài de sǎomiá
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:13494
    • 提供者:乐乐
  1. key_piano

    0下载:
  2. 按键消抖,Verilog编写,可用用,在quartus仿真过,也下载到FPGA开发板啦,可用。-Verilog code, available to use, in the quartus simulation, also downloaded to the FPGA development board, is available.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-23
    • 文件大小:6702555
    • 提供者:孟稳
  1. hanming

    0下载:
  2. 汉明码实验认证及消抖,系统性原理供初学者学习-Hamming experimental certification
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4571452
    • 提供者:周煜
  1. Buttons

    0下载:
  2. 按键按下、弹起、长按、组合算法,中断延时消抖.-Button is pressed, bounce, long press, the combination of algorithms, interrupt latency jitter elimination.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:4658
    • 提供者:刘子建
  1. a_11d

    0下载:
  2. 要求通过对状态字IBFB和OBFA的测试来控制程序运行。外设信号STBB和ACKA由消抖电路产生。-Required to run through the status word IBFB and OBFA tests to control procedures. ACKA STBB and peripheral signals generated by the debounce circuit.
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:2282923
    • 提供者:bei
  1. sw_xiaodou

    0下载:
  2. 基于verilog的按键消抖控制led程序-Based verilog button debounce control led program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:421497
    • 提供者:weiwei
  1. saomiao

    0下载:
  2. 这是一个4*4矩阵键盘扫描函数,用状态机实现,不用延时以消抖,只需在一个定时10~12ms左右的中断函数里调用,从而节省了单片机时间-This is a 4* 4 matrix keyboard scan function, using the state machine implemented without delay in order to eliminate shaking, just a timer interrupt function calls in about 10 ~ 12m
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:xuzhen
  1. keyin

    0下载:
  2. 这是一款用!! VHDL!!!语言编写的!! 按键消抖!! !!。-This is a written in!!!! VHDL!! language !!!button away shaking!!!。
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1455
    • 提供者:薛冰
  1. key_debuouce

    0下载:
  2. veriolg 按键消抖的程序,可以写成模块,后面直接调用-verilog key debounce
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:792
    • 提供者:lxn
  1. Three-elevator-controller

    0下载:
  2. 三层电梯控制器,包括发声模块、报警模块、主控制模块、数码管显示模块、分频模块、消抖模块。-Three elevator controller
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:15760
    • 提供者:shaomin
  1. keyscan

    0下载:
  2. verilog4*4键盘扫描代码源文件和工程,有消抖,已验证可用。可直接用quartus ii 打开-verilog4* 4 keyboard scan codes source file, there is debounced, verify available.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-28
    • 文件大小:438016
    • 提供者:师小强
  1. delay(systick)

    0下载:
  2. stm 32 滴答定时器消抖 按键 C文件-stm 32 Debouncing timer tick button C file
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2439
    • 提供者:Sam
  1. filter

    0下载:
  2. 实现简单的滤波,一般用于按键的消抖,简单实用,直接调用就可以实现轻松地滤波。-Simple filtering, generally used debounced keys, simple and practical, direct calls can be achieved easily filtered.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-11
    • 文件大小:546
    • 提供者:林稷安
  1. KEY

    0下载:
  2. 简单易懂,不占用任务定时器和延时的按键识别程序,无需去延时消抖,即可识别长按、短按、连续短按。-Simple and easy to understand, do not take the task timer and delay the key recognition program, without the need to delay the shake, you can identify the long press, short press, continuous short press
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:6034
    • 提供者:孟凡进
  1. KEY1

    0下载:
  2. 基于stm32f4的按键消抖程序:包括配置系统时钟,按键端口初始化,设置中断模式,配置KEY连接的IO口及其中断,配置中断触发条件并使能。-Based on stm32f4 keys away shaking procedures, including configuration system clock, KEY port initialization, interrupt mode, the configuration is the KEY link of I/o port and inte
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:436014
    • 提供者:天使
  1. key_detect

    0下载:
  2. 由verilog编写的简单的按键消抖模块。主要是由“电平检查模块”和“10ms延迟模块”组合合成。-Verilog prepared by the simple key debounce module. Mainly synthesized by a combination of level examination module and module 10ms delay
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1536
    • 提供者:陈忠德
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com