CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - 键盘扫描码

搜索资源列表

  1. ps2_keyboard

    0下载:
  2. PS2键盘控制程序实验的内容是用EDK建一个简单的系统并加入自定义的外设(一个ps2键盘控制器) 当键盘按下时会有相应的键扫描码输出显示到PC终端
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:5004
    • 提供者:刘安
  1. keyboardScan

    0下载:
  2. PS2接口键盘扫描码截取电路,VHDL程序。该程序能够捕获PS2键盘按下的按键值,并将其扫描码转换成ASCII码。
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-17
    • 文件大小:1386
    • 提供者:宁新
  1. key_4x4.rar

    0下载:
  2. 4x4键盘结合LED动态显示,里面包含了键盘扫描、2进制转10进制BCD码、LED编码和LED动态显示,4x4 keyboard combination LED dynamic display, which contains the keyboard scan, 2 to 10 hexadecimal BCD hex code, LED codes and LED dynamic display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:134368
    • 提供者:hao
  1. Verilog_PS2

    0下载:
  2. 使用verilog,键盘输入,显示其扫描码在数码管上。-Using verilog, keyboard input, indicating its scanning code on the digital control.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:502037
    • 提供者:hhy
  1. key

    0下载:
  2. Verilog HDL编写的键盘扫描程序,考虑了判断按键弹起的问题。程序按一定的频率用低电平循环扫描行线,同时检测列线的状态,一旦判断有一列为低则表示有键被按下,停止扫描并保持当前行线的状态,再读取列线的状态从而得到当前按键的键码;等待按键弹起:检测到各列线都变成高点平后,重新开始扫描过程,等待下一次按键。-Written in Verilog HDL keyboard scanner, taking into account to determine key bounce problem. P
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2201609
    • 提供者:力文
  1. PLD

    0下载:
  2. PLD实验代码,包括格雷码计数器、键盘扫描和LED点阵显示、SRAM读写、LCD12864显示汉字。-PLD experimental code, including the Gray code counter, keyboard scanning and LED dot matrix display, SRAM read and write, LCD12864 display Chinese characters.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:132209
    • 提供者:马昭鑫
  1. keypadinterfacecontroller

    0下载:
  2. 设计并实现一个4X8键盘接口控制器,含有时序产生电路、键盘扫描电路、弹跳消除电路、键盘译码电路、按键码存储电路、显示电路。要求:当按下某一键时,在数码管上显示该键对应的键值-Design and implement a 4X8 keypad interface controller, with timing generator circuit, the keyboard scanning circuit, bounce elimination circuit, the keyboard deco
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:6178
    • 提供者:zhuimeng
  1. ps2scan

    0下载:
  2. verilog编写的巨好用的键盘扫描码源程序,适合初学者,解释清晰-written in giant verilog useful keyboard scan code source, suitable for beginners, to explain clearly
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:1481
    • 提供者:上关蓝乡
  1. Key

    0下载:
  2. verilog键盘扫描码完整程序,已在quartus ii软件上验证。-verilog keyboard scan code complete program has been in quartus ii software verification.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:87947
    • 提供者:Mefrank
  1. PS2-VGA-lcd1602

    1下载:
  2. 通过PS/2的键盘输入,在VGA(800×600)上显示输入的字符,其显示具有空格、回车、退格,一频显示完后滚动显示的功能。并且也能在LCD1602上显示键值和对应的扫描码。对于初学者具有很好的参考价值,并具有完整的工程、原理介绍、代码注释,希望能给各位朋友带来帮助 -Through PS/2 keyboard input, VGA (800 × 600) display the characters entered, the display has a space, carriage r
  3. 所属分类:VHDL编程

    • 发布日期:2013-01-25
    • 文件大小:2795360
    • 提供者:刘渝
  1. PS2_keyboard_driver

    0下载:
  2. verilog写的键盘按键扫描接口,并在7段数码管上显示断码和通码,在LED流水灯上实现滚动显示。想学习PS2键盘扫描这块的童鞋可以下载看看,代码写的还行。-verilog to write a keyboard key scan interface displayed on the 7-segment digital tube broken code and pass code, scrolling display on the LED light water. Want to learn a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:498280
    • 提供者:
  1. Matrix-keyboard-and-display

    0下载:
  2. 1、 了解普通4×4键盘扫描的原理。 2、 进一步加深七段码管显示过程的理解。 3、 了解对输入/输出端口的定义方法。-1, to understand the principles of ordinary 44 keyboard scan. 2, to further deepen the seven segment display understanding of the process. 3, to understand the input/output port defini
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-04
    • 文件大小:1356142
    • 提供者:于治成
  1. ps2_scan

    0下载:
  2. 把PS/2键盘发射的扫描码通码转换成ASCII码-ps_scan, transfer ps keyboard information to ASCII
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1755
    • 提供者:张成旭
  1. PS2_2c5

    0下载:
  2. 基于FPGA的PS2键盘接口设计。学习用FPGA设计简单通信协议的方法。学习键盘的工作原理,扫描码的ASCII码的转换。-PS2 keyboard interface design based on FPGA. Learn simple communication protocol FPGA design methods. Learning keyboard works, scan code ASCII code conversion.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:761593
    • 提供者:叶东林
  1. Design-matrix-keyboard-

    0下载:
  2. 1、了解普通4×4键盘扫描的原理。 2、进一步加深七段码管显示过程的理解。 3、了解对输入/输出端口的定义方法。 -Design matrix keyboard interface circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:60278
    • 提供者:漆广文
  1. PS2_ctrl

    0下载:
  2. (1)对输入的时钟进行分频,得到190Hz 和25Hz 时钟信号,提供给其它模块作为时 钟输入; (2)键盘扫描模块:接收键盘的输入PS2C 和PS2D,并得到键盘扫描码xkey(15:0); (3)数码管显示电路:将键盘扫描模块输出的扫描码显示在七段数码管。-(1) the input clock frequency division, get 190Hz and 25Hz clock signal, provided to other modules as the time
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:433124
    • 提供者:panda
搜珍网 www.dssz.com