Keypad

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 邢小云
操作系统 未知
开源组织
适用人群 未知
 软件概览

Attach a popup keypad to a text field for mouse-driven entry. Use this to provide more secure entry for sensitive fields, or to add unusual characters into the text. Features include:

* Works with input fields and text areas.
* Control over keypad layout.
* Randomisation of keys.
* Custom styling of keypad.
* Show/hide animations.

  • 原文:https://playground.arduino.cc/Code/Keypad/ Creation 构造函数: Keypad(makeKeymap(userKeymap), row[], col[], rows, cols) const byte rows = 4; //four rows const byte cols = 3; //three columns char keys[ro

  • matrix_keypad 矩阵按键驱动分析 //主要函数调用过程 matrix_keypad_probe matrix_keypad_parse_dt //根据设备树构造 pdata pdata->num_row_gpios = nrow = of_gpio_named_count(np, "row-gpios"); pdata->num_col_gpios = ncol = of_gpio_n

  • ARM:AM3517 linux2.6.37 TI官方开发板AM3517EVM 我想移植一个8*5的GPIO矩阵键盘,在linux源码/drivers/input/目录下有很多种键盘驱动程序,但是 能用到自己项目上的似乎只有matrix-keypad键盘驱动,我在board-am3517evm.c中定义好了键盘资源,如下: static const unsigned int matrix_keyp

 相关资料
  • Source hihoCoder Problem 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 The numberic keypad on your mobile phone looks like below: 1 2 3 4 5 6 7 8 9 0 Suppose you are holding your mobile phone with single

  • jQuery Keypad 一个可以定制外观的jQuery虚拟键盘插件。键盘的字母与数字能够随机排列。键盘能够以各种动画效果显示如:淡入和滑落等。