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

搜索资源列表

  1. 矩阵键盘键值lcd显示演示程序

    0下载:
  2. 此程序为单片机开发过程中的按键扫描程序。采用汇编 语言编写,经调试通过。-procedure for microcontroller development process button scanning procedures. Using language compilation, debugging through.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3900
    • 提供者:刘建
  1. 改进型按键扫描程序

    0下载:
  2. 4个IO口实现16个按键
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2010-10-21
    • 文件大小:1457
    • 提供者:sheva21
  1. 按键扫描程序

    0下载:
  2. stm32的按键扫描程序,欢迎下载!!!!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-12-22
    • 文件大小:116953
    • 提供者:lhhsea
  1. lpc2368键盘扫描程序

    0下载:
  2. 按键扫描程序,按键功能可以根据自己需要改变,keil工程
  3. 所属分类:源码下载

    • 发布日期:2012-04-14
    • 文件大小:234931
    • 提供者:fortunecjs
  1. key_inc_dec.rar

    0下载:
  2. 具有连加功能的的按键扫描程序,长按有快速加数的作用,类似于p3的快进功能,在51平台上实现,另附proteus电路,Even increase with the key function of the scanning process, a long press summand has the role of rapid, similar to p3 of the fast-forward function, realize the 51 platform, Proteus separate c
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:15865
    • 提供者:yazhou
  1. 4x4keypad

    0下载:
  2. 4*4按键扫描程序,通过行翻转法对键值进行求解,AVR Mega16,可对程序稍作修改就可使用!-4* 4 keypad scanner, through the reversal method to solve the key, AVR Mega16, the procedure can be used with some slight modifications!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:27759
    • 提供者:jiben042
  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-02
    • 文件大小:16166
    • 提供者:xiongling
  1. 4x4

    0下载:
  2. 4*4键盘算法,采用扫描法‘按键扫描程序 P1.0--P1.3为行线 P1.4--P1.7为列线-4* 4 keyboard algorithm, using scanning method "button P1.0 program P1.3- to scan lines P1.4 P1.7-- for the column
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:120374
    • 提供者:peter
  1. jiay

    0下载:
  2. 特别简单的按键扫描程序,代码量很少,便于调用-Particularly simple push-button scanning program, code the amount of small, easy to call
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:14297
    • 提供者:李普
  1. key_scanner

    0下载:
  2. 一个本人修改的按键扫描程序,主要针对4x4键盘-I modified a key scanner
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:3377
    • 提供者:yzm
  1. keyscan

    0下载:
  2. 按键扫描程序,附带有去抖动功能程序,可以参考应用于产品中-KEYSCAN
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1097
    • 提供者:op
  1. c51scankey

    0下载:
  2. c51按键扫描程序.能区分长按或短按.-c51 scan key.it can get long press and short press.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:1454
    • 提供者:kevin
  1. 30f6013AKey

    0下载:
  2. 单片机的一个按键扫描程序,所用单片机为pic的30f6013A。-A key scanner microcontroller, the microcontroller pic with the 30f6013A.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:876
    • 提供者:shuyu
  1. WL005

    0下载:
  2. wl005 --- 按键扫描程序,用于键盘的扫描。行列键盘值的读取。-wl005--- key scanner for scanning the keyboard. Read the value of the ranks of the keyboard.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:16409
    • 提供者:xtihc
  1. ASM

    0下载:
  2. 按键扫描程序 ASM。1. 键盘采用4*5矩阵键盘,含有两个组合键. 2. 硬件连接比较混乱,且各个按键的排列与面贴上的键码对应混乱.如果采用教科书上常规矩阵键盘的 扫描方式实现比较繁琐. 3. 需要识别两个双键,但这两个双键位置比较特殊K17,K18和K19,K20. 4. 基于2,3两点.这里采用列,行分别输出全零,读取行,列的引脚电平信息.综合这两组信息查表获取键值. 对于单键按下,有两个位为0.对于两个按键按下,有3或4个位为0. -Key scanne
  3. 所属分类:Scanner

    • 发布日期:2017-03-29
    • 文件大小:11134
    • 提供者:dong
  1. keyboard

    0下载:
  2. 89c52单片机做的一个按键扫描程序及其源码-89c52 microcontroller to do a button and its source code scanner
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:8840
    • 提供者:qwe123
  1. App_Key

    0下载:
  2. 按键扫描程序,这个是我自己写的按键状态机扫描。(Key scan program, this is my own button state machine scanning.)
  3. 所属分类:单片机开发

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

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

    • 发布日期:2018-01-02
    • 文件大小:616448
    • 提供者:jiangyimfs
  1. 新型的按键扫描程序

    1下载:
  2. 新型的按键扫描程序.rar 我非常坚信这种按键处理办法的便捷和高效,你可以移植到任何一种嵌入式处理器上面,因为C语言强大的可移植性。 同时,这里面用到了一些分层的思想,在单片机当中也是相当有用的,也是本文的另外一个重点。(I'm very confident that this button handling is easy and efficient, and you can transplant it to any embedded processor because of the po
  3. 所属分类:单片机开发

  1. key_scan

    0下载:
  2. MSP430f5529的按键扫描程序,编译环境为IAR 功能:按键加减;长按加速。(The key scan program of MSP430f5529)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-05
    • 文件大小:932864
    • 提供者:sky233
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com