CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 按键扫描程序

搜索资源列表

  1. keyscan

    0下载:
  2. 键盘的扫描程序,对于按键的长按、短按都有清晰的设置-Scanner keyboard, the keys according to the long and short set by the all clear
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:26282
    • 提供者:xiongling
  1. Musinstru

    0下载:
  2. 按键扫描程序,中间包含有消除抖动程序,利用计数器-Scanner button, there is the elimination of jitter between the procedures include the use of counter
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:16166
    • 提供者:xiongling
  1. 16key

    0下载:
  2. 16*16键盘51单片机C语言扫描程序,数码管显示按键值-16*16key to mcu51
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:13667
    • 提供者:ramend
  1. KEY

    1下载:
  2. MSP430按键相关程序 包括按键扫描 按键显示-MSP430-related procedures, including key button keystroke scan showed ``````````````
  3. 所属分类:Other windows programs

    • 发布日期:2014-07-31
    • 文件大小:2390
    • 提供者:chendianyin
  1. 16keyboardshowtheCPU6LED

    0下载:
  2. 本设计是基于51单片机的小型cpu及六位显示。该系统由4*4矩阵输入器、cpu部分以及由6位LED显示管组成得显示器。输入器由16个按键开关组成;cpu部分由51单片机、晶振片以及电容等组成;显示器由一个6位的7段译码管及电阻构成。Cpu可以通过调用事前输入的程序对是否有键被按下进行扫描和确认并根据程序进行代码的调用与存储,并通过LED6位显示器进行输出。该显示具有存储功能,可以将输出的数字保存一段时间以供人眼阅读。-The single-chip design is based on 51 s
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4116
    • 提供者:rt4
  1. C51_Source

    0下载:
  2. 51单片机源程序:1-流水灯、2-数码管动态扫描、3-数码管移动、4-输入输出口、5-喇叭、6-按键程序、7-定时器0、8-定时器1、9-中断、12-红外测试、14-24c02_EEPROM读写、21-红外解码数码管显示-51 MCU source: 1- water lamps, 2- Digital control dynamic scan, 3- digital tube mobile, 4- input and output ports, 5- Speaker, 6- key progr
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:205740
    • 提供者:a120730125
  1. 315M-TX

    0下载:
  2. 我是做射频的,从来没有写过单片机,第一次写的单片机程序。 原理图是315M发射电路,类似PT2262,但和PT2262的发射时序不同。原理图上面有详细说明。 C程序的按键扫描没有加消抖,麻烦指导一下。 程序写的很傻瓜很傻瓜,希望大侠不要笑话我。-I do RF, never wrote a single-chip microcontroller program, first written. Schematic 315M transmitting circuit,
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1107
    • 提供者:mr zhang
  1. KEY

    0下载:
  2. 按键扫描程序 * * 开始点亮P1LED * * 按P34 LED向右移一位 * * 按P35 LED向左移一位-Key shift
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:453069
    • 提供者:pei
  1. new

    0下载:
  2. 这是一个基于51单片机的六路抢答器C程序,包括按键扫描程序,八位数码管程序,蜂鸣器程序等。-This is a 51 microcontroller-based six-way Responder C program, including key scanner, eight digital tube procedure, buzzer procedures.
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:1122
    • 提供者:杨备备
  1. EX7_KEY_INT

    0下载:
  2. C51程序,芯片at89s52,硕飞科技ME850开发板的按键初始化程序,按键扫描-C51, the chip at89s52, Shuo-Technology ME850 key development board initialization procedure, key scan
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:12727
    • 提供者:_2232659113
  1. 中断法键盘扫描c程序

    0下载:
  2. 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:西游记
  1. STM8模块化程序 状态机按键扫描3.0

    0下载:
  2. STM8模块化程序 状态机按键扫描3.0(STM8 module program state machine key scan 3)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:616448
    • 提供者:jiangyimfs
  1. 1-2-15-按键双击和长按程序

    2下载:
  2. 在stm32工程中,长按和短按的代码书写, 调用的读取按键状态的底层函数。封装成的按键函数代码。下面是函数的头文件,和.c文件的代码。使用定时器来扫描按键。(In STM32 project, the code of long press and short press is written, and the underlying function of reading key status is called. Encapsulated key function code. The follo
  3. 所属分类:其他

    • 发布日期:2019-07-25
    • 文件大小:4483072
    • 提供者:guyuerenwei
搜珍网 www.dssz.com