搜索资源列表
My_calculator_for_c51
- 用单片机系统实现8位的加减乘除运算,外接16位矩阵键盘输入,通过lcd显示结果。在keil上运行良好。-microcontroller systems with eight of the arithmetic operators, 16 external keyboard input matrix, LCD display results. Keil in running good.
iqu_f
- 8088计算器开发,查询方法,实现矩阵键盘输入控制
Pwrbutton.rar
- wince5.0 数字键盘驱动程序,矩阵键盘输入源代码,wince5.0 digital keyboard driver, keyboard input source matrix
scan_LED
- 1) 输入设备为4*4矩阵键盘,分别代表0~F; 2) 输出设备为四位数码显示管,初始值显示0000,当按下某一键时,最右边的一位数码显示管显示最新一次所按按键的数值,而之前的显示值左移,例如,第一次按‘1’键,则显示0001;第二次按‘3’键,则显示0013;第三次按‘5’键,则显示0135;第四次按‘7’键,则显示1357;第五次按‘9’键,则显示3579,第四次按‘F’键,则显示579F-1) input device for the 4* 4 matrix keyboard,
12864
- 51单片机驱动12864液晶屏显示,通过矩阵键盘输入数字,在液晶屏上显示。C语言编程,Proteus仿真成功,包含源代码和仿真工程,下载即可运行-51 Microprocessor 12864 LCD display, keyboard input through the matrix of numbers, displayed on the LCD screen. C language programming, Proteus simulation successfully, includin
calculator
- 用VHDL在quartus2下实现的计算器。输入为4*4矩阵键盘,输出为共用数据线的数码管。可以实现简单数学运算、逻辑运算、进制转换、连续运算等功能。-Using VHDL in quartus2 achieve calculator. Input 4* 4 matrix keyboard, the output data lines for sharing of digital control. Can achieve a simple mathematical operations, log
jianpan
- 用FPGA单片机软核实现键盘扫描,键盘为4X4矩阵键盘,输入相应键值,用数码管显示-keyboard
key-led
- key-led 矩阵键盘输入号码 数码管显示(6位)-key-led matrix keyboard input numbers digital tube display (6)
51keyboard
- 51单片机矩阵键盘实验,将输入的数字以及平方后的数字用数码管显示出来!-51 Singlechip keyboard matrix experiment, the input figure and the square of the figure after the digital tube display!
juzhenjianpan
- 该矩阵键盘程序,可实现复位、上下翻、确定键,输入任意键值等功能-The matrix keyboard program, can be realized reset, up and down turn, determine the key, enter any key functions
LCD160289s52juzhen
- LCD1602英文输入仿真,采用89s52为主控制器,1602液晶显示,矩阵键盘,适合汉字字库制作前,输入拼音试验-LCD1602 English input simulation, using 89s52-based controller, the 1602 LCD, matrix keyboard, pre-production for Chinese character input alphabet test
senddata
- 用矩阵键盘输入你拨的号码,用LCD1602显示所拨号码,按F键进行电话拨出-Matrix keyboard you dial the number, using LCD1602 displays the number dialed, press F key on the phone to allocate
ElectronicLocks
- 电子密码锁为三位密码,由输入部分,控制部分和输出部分组成。其中输入部分包括4×4矩阵键盘、弹跳消除电路、键盘扫描电路、键盘译码电路;控制部分包括按键存储电路、密码修改电路、比较电路;输出部分主要是七段译码显示器。当输入三位正确密码时,一个L1发光二极管亮,指示门打开;当输入密码错误时,另外一个发光二极管亮,此时可以通过开锁开关(复位开关)重新输入密码。若想实现密码更改,可重新按下上锁开关设置密码,即实现密码更改功能。-Electronic locks on the three passwords
1
- 51做的密码锁,将密码存在24C256里 1、八位数码管动态显示 2、具有密码设定和修改功能 3、密码输入错误报警功能 4、4*4矩阵键盘输入 5、具有密码3次错误锁死功能 6、具有万能密码解锁功能-51 locks to do, there 24C256 password, 1, eight digital dynamic display 2, with password settings, and modify the function 3, the password
Electronic-locks
- 密码锁 用单片机和矩阵键盘设计的 有三次输入机会,没输对便锁定。-Electronic locks
verilog_矩阵键盘.doc
- 工 程:4x4矩阵键盘 日 期:2011-08-3 最后修改: 功 能:键盘 说 明:ROW【3:0】设为输入,COL【3:0】设为输出。 如果没有按键按下,则ROW【3:0】一直被上 拉为高电平,且 COL【3:0】有低电平输出, ROW【3:0】中才有可能低电平输入。
55-1602液晶按键输入显示
- 基于STC89C52单片机,采用创新算法,实现了矩阵键盘的扫描,并在LCD1602液晶屏上显示(Based on STC89C52 microcontroller, using innovative algorithm to achieve the matrix keyboard scanning, and displayed on the LCD1602 LCD screen)
矩阵按键(STC15)
- 矩阵键盘就是按照矩阵的形式输入的一种形式,属于比较简单的编程(JUZHENJIANPANJIUSHIANZHAOJUZHENDEXINGSHISHURUDEYIZHONGXINGSHI)
keyscan1602
- 基于FPGA的4*4矩阵键盘输入,1602液晶屏显示,以及四个LED灯输出。(Based on the 4*4 matrix keyboard input of the FPGA, 1602 LCD screen display, and four LED lights output.)
矩阵键盘检测电路
- 基于FPGA实现矩阵键盘输入键值的检测、防抖、移位和显示等功能。