搜索资源列表
key
- AT89C52的组合按键识别程序,已经调试成功
Timer
- 51单片机定时功能的多种用处源代码,其中包含多段LED扫描显示,组合按键功能,菜单功能
comb_key
- 自己写的一个组合按键小程序,已经实现了,采用4X4矩阵按键-Wrote it myself, a combination of key small program has been achieved, using 4X4 matrix keypad ..
AD_KEY
- 本资料为基于单片机的AD按键的程序。能用单IO口实现多按键处理,实现了短按,长按和组合键等功能。本程序的编译器为CVAVR,程序可移植性好,能轻易的移植到其他带ADC的单片机上去。-This information is based on single-chip AD button procedure. Can achieve single-IO I deal with many keys, according to achieve short and long by a combination
KeyboardWatch
- 《键盘小助手》是一款可以屏蔽键盘任意按键,系统组合键的小程序,使用Hook编写-" The keyboard' s Little Helper" is a screen keyboard can be any key, the system key combinations of small programs, using Hook write
adjust_clock
- 可调电子时钟,led显示,组合按键可调节时间。-Adjustable electronic clock, led display, combined buttons adjustable time.
ASM
- 按键扫描程序 ASM。1. 键盘采用4*5矩阵键盘,含有两个组合键. 2. 硬件连接比较混乱,且各个按键的排列与面贴上的键码对应混乱.如果采用教科书上常规矩阵键盘的 扫描方式实现比较繁琐. 3. 需要识别两个双键,但这两个双键位置比较特殊K17,K18和K19,K20. 4. 基于2,3两点.这里采用列,行分别输出全零,读取行,列的引脚电平信息.综合这两组信息查表获取键值. 对于单键按下,有两个位为0.对于两个按键按下,有3或4个位为0. -Key scanne
key_1
- 带有任意组合键,引导键,及单键长按,连_发功能的按键扫描函数.doc-qq
Wendukongzhi_temp_control
- 1. 采用三个测温点对温度进行平均及最大温差控制,以消除温度失恒,模块损坏所造成的损失。 2. DS18B20测温芯片温度数值采集 3. 可实现按键消抖,单击,双击,长击,组合击多种功能 4. 可实现6位LED数码管对温度,错误代码等各种指示功能显示 -1 using three temperature measurement points on the temperature and the average and maximum temperature control, to
key
- spi键盘处理,包括所有的6个键的功能处理以及组合按键的操作 -spi key
ScreenKeyboard
- 本程序是模拟键盘的软件,包含了键盘所有的按键以及集成的一些组合按键,对于想操纵键盘的学习有很大的帮助-Write a VB analog keyboard software contains some combination of keys, keyboard keys and integrated a great help for learning to manipulate keyboard
4x4key_scan
- 1、该段程序是4*4键盘扫描程序,功能比较全,根据实际情况可在次基础上进行修改; 2、已调试通过,实现了组合按键功能 连发功能-1, this section of the program is 4* 4 keyboard scanning procedures, full-feature comparison, can modify the times on the basis of the actual situation 2, has been debugging through
Full-function-keyboard
- 全功能键盘: 支持消抖、长按、组合按键、按两次、三次等-Full-function keyboard: Support debounce, long press, the combination of keys, press twice, three times, etc.
SmartBool
- 基于STM8L低功耗系列芯片,开发一款智能手持血糖监测设备的源码,包含了进入halt()休眠模式,和多功能组合按键的实现,以及通信协议部分的实现,模拟IIC外设读取,与静态LCD显示驱动的编写。-STM8L-based low-power chips, developed an intelligent hand-held blood glucose monitoring device source code, including entering halt () Sleep mode, and
button
- 查询方式矩阵或非矩阵按键,包含单击按键,长时按键,连续按键,组合按键,代码虽小,功能强大。本人原创,可以参考。请勿盗用。-Query matrix or matrix keys, including click buttons, long buttons, for keys, key combination, the code is small and powerful. I original, you can reference. Do not steal.
usart-_KEY
- stm32 定时器按键,能识别长按和组合按键,通过串口发送出来-stm32 timer button can identify long press and combination of buttons to send out through the serial port
KEY
- 类似电脑键盘组合按键触发的功能。利用51单片机实现。有两个独立按键,当把两个独立按键都按下后,蜂鸣器发出“滴”的一声后就停。直到松开任一个按键后,才能重新进行下一次的组合按键触发。-Similar to the function of the keyboard combination of keys. The use of 51 single chip microcomputer. There are two independent buttons, when the two independe
KeyBoard2012-04-16
- 多按键扫描,去抖,组合按键输入,串口输出-MULTY KEY SCAN
VB屏蔽任意按键
- VB屏蔽任意按键,借助“键障”,我们可以屏蔽任何一类键位,如所有字母键、所有数字键、F1-F24键、方向键;可以屏蔽组合快捷键,如Win键、Alt+Tab键、Alt+Esc键、截图键等。(VB shield any key, the key obstacle, we can shield any key, such as all letter keys, all digital key, F1-F24 key, key direction; can shield the shortcut key
按键程序
- 实现短按,长按和组合键的模块化,更好的移植在其他的程序中实现功能(Realize the function of key combination)