搜索资源列表

  1. Keypad

    0下载:
  2. 一个通用嵌入式产品按键处理程序,包含去抖,快进键,长按键,可方便的做成各种组合键。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3521
    • 提供者:tomyin
  1. 长按键获取GPS信息附送到指定服务器

    0下载:
  2. 本程序可实现长按C键,获取GPS信息,并提示是否上传到指定服务器.程序退出需要输入密码"123"
  3. 所属分类:Symbian

    • 发布日期:2009-06-03
    • 文件大小:119528
    • 提供者:saiv000@126.com
  1. Symbian全局长按键录音上传到网络

    2下载:
  2. 本程序只要开着,在任何界面下长按C键开始录音,再次长按C键停止录音,并给全局提示是否上传至网络.上传完成后网络自动断开.无接入点提示.
  3. 所属分类:Symbian

    • 发布日期:2009-06-03
    • 文件大小:205855
    • 提供者:saiv000@126.com
  1. C51按键长按与短按程序

    1下载:
  2. 一个51MCU适用的按键长按与短按源程序
  3. 所属分类:源码下载

    • 发布日期:2011-12-10
    • 文件大小:663
    • 提供者:bzlwp@126.com
  1. 多级菜单

    1下载:
  2. /*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:Rover
  1. scan_key

    0下载:
  2. 这是一个扫描16个键并可返回32个键号的小MCU程序,它对16上按键分单按和长按两种情况做区分.-This is a scan 16 keys can be returned to the 32 keys of the small MCU procedures, its key points on the 16- and-under by two of the heart.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:练达荣
  1. OffScreen

    0下载:
  2. 一个关屏并锁按键程序(首创),其它人写的都是关屏程序,而没有锁按键程序-Guan Ping and a lock button (first), and others are written by Guan Ping procedures, and processes without lock keys
  3. 所属分类:Windows CE

    • 发布日期:2024-05-05
    • 文件大小:138240
    • 提供者:苏海平
  1. Keil_key

    0下载:
  2. 一个采用Keil C编写的嵌入式单片机按键驱动,全部采用C语言描述,为本人原创。本程序实现在最少使用单片机引脚的情况下实现最大的按键数,例如使用N根线能实现N*(N-1)个按键,使用按键对照表,并且实现了长按、短按、复用键等功能。-Keil C used to prepare an embedded single-chip key drive, all using C language descr iption, for my orig
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. Keypad

    0下载:
  2. 一个通用嵌入式产品按键处理程序,包含去抖,快进键,长按键,可方便的做成各种组合键。-A generic product keys embedded processing, including debounced, fast-forward button, long keys can be convenient to make various combinations of keys.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:tomyin
  1. KEY_TIME

    0下载:
  2. 51查询按键例程,支持长按键,附带各种时间软件定时器-query keys for 51,press longtime to be supported
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:施红雷
  1. key

    0下载:
  2. 一款比较优秀的键盘扫描程序,可识别短按/长按键,扫描速度快。-a good key scan program,it is a faster scaning,it can identify the short press or long press key.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:smthk
  1. 123

    0下载:
  2. 用汇编写的按键控制数码管显示0-512的程序,包含长按键快速加减-Written with the compilation of the digital keys to control display of the 0-512 procedure, including the long-fast plus or minus keys
  3. 所属分类:汇编语言

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:zjq
  1. keydisposal

    0下载:
  2. 按键处理 不同的处理方式 有长按键 只处理一次-keydisposal different
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:harryking
  1. button

    0下载:
  2. 基于嵌入式linux下的button按键驱动实现代码。利用状态机实现去抖动、短按及长按键等功能。具有参考价值。-Under the button based on embedded linux key driver to achieve the code. Using the state machine to achieve to jitter, short and long key press functions. With a re
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:zhuxiaosan
  1. key

    0下载:
  2. 这是我收集的几种按键的扫描方法,有长按,短按。用C语言编写的,便于移植。-This is my collection of several key scanning method, and a long press, short press. With the C language, and easy to transplant.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:17408
    • 提供者:谢运军
  1. keyboard

    0下载:
  2. Keyboard程序,实现长按键和短按键的功能,使用于实际产品中-KEYboard
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:op
  1. 按键处理框架(短按,长按,连续按键)

    0下载:
  2. 单片机c语言按键扫面程序框架,有短按,连续按,长按1,长按2等功能。方便移植(key scan procedures fr a mework on C, there is a short press, continuous press, long press 1, long press 2, and other functions. Convenient transplantation)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:chich
  1. 57-按键长按短按效果

    0下载:
  2. 57-按键长按短按效果(57- button length, press the short effect)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:15360
    • 提供者:1nh79drb
  1. 9.按键(单击、双击、长按)

    0下载:
  2. 单个按键实现,单击、双击、长按得不同功能(Single button implementation, click, double click, long press different functions)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:3454976
    • 提供者:dou_cao
  1. 按键程序

    0下载:
  2. 实现短按,长按和组合键的模块化,更好的移植在其他的程序中实现功能(Realize the function of key combination)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:橙子丶123
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org