CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 键盘扫描码

搜索资源列表

  1. LCDkeyboardforARM

    0下载:
  2. 这是ARM单片机下的LCD与键盘源码。采用的是键盘扫描方法。-This is the ARM microcontroller source code under the LCD and keyboard.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:324234
    • 提供者:lxxx8888
  1. CH452L

    0下载:
  2. CH452 是数码管显示驱动和键盘扫描控制芯片。CH452内置时钟振荡电路,可以动态驱动8 位数 码管或者64 只LED,具有BCD 译码、闪烁、移位、段位寻址、光柱译码等功能;同时还可以进行64 键的键盘扫描;CH452 通过可以级联的4 线串行接口或者2 线串行接口与单片机等交换数据;并且可 以对单片机提供上电复位信号。-CH452 is a digital display and keyboard scan control chip driver. CH452 built-in
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:367274
    • 提供者:小老鼠
  1. P1

    0下载:
  2. PS2 接收并解码来自标准键盘的基本按键的扫描码然后在1602液晶上显示。按Back Space键可以前向删除显示字符,按Space键可以后向删除显示字符。-Receive and decode standard PS2 keyboard from the basic scan code and then displayed on LCD in 1602. Press Back Space key can be removed prior to the show characters, pres
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:35886
    • 提供者:lisipan
  1. ASM

    0下载:
  2. 按键扫描程序 ASM。1. 键盘采用4*5矩阵键盘,含有两个组合键. 2. 硬件连接比较混乱,且各个按键的排列与面贴上的键码对应混乱.如果采用教科书上常规矩阵键盘的 扫描方式实现比较繁琐. 3. 需要识别两个双键,但这两个双键位置比较特殊K17,K18和K19,K20. 4. 基于2,3两点.这里采用列,行分别输出全零,读取行,列的引脚电平信息.综合这两组信息查表获取键值. 对于单键按下,有两个位为0.对于两个按键按下,有3或4个位为0. -Key scanne
  3. 所属分类:Scanner

    • 发布日期:2017-03-29
    • 文件大小:11134
    • 提供者:dong
  1. 81

    0下载:
  2. PC键盘第二套扫描码集,作者:QQ 64134703 ,电子毕业设计,欢迎咨询-PC keyboard scan code set, the author: QQ 64134703, e-graduate design, please consult
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:63418
    • 提供者:黄先生
  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-02
    • 文件大小:132209
    • 提供者:马昭鑫
  1. RENJIJIAOHU

    0下载:
  2. 利用实验箱提供的键盘扫描电路和显示电路,做一个扫描键盘和数码显示实验,把按键输入的键码在六位数码管上显示出来 实验程序可分成三个模块。 ① 键输入模块:扫描键盘、读取一次键盘并将键值存入键值缓冲单元。 ② 显示模块:将显示单元的内容在显示器上动态显示。 ③ 主程序:调用键输入模块和显示模块。 -Experimental box provided by the keyboard scanning circuit and display circuit, do a scan ke
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:12052
    • 提供者:cmx
  1. keyboard_interrupt_service_routine

    0下载:
  2. 09H号中断服务程序(kbint过程) 完成常规的操作 处理键盘数据:将获取的扫描码通过查表转换为对应的ASCII码送缓冲区。对于不能显示的按键,则转换为0,且不再送至缓冲区 键盘I/O功能程序(kbget子程序) 从缓冲区中读取转换后的ASCII码 功能调用(主程序) 循环显示键入的字符 -keyboard interrupt service routine
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6900
    • 提供者:zyx
  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-15
    • 文件大小:6178
    • 提供者:zhuimeng
  1. jianpansaomiao

    0下载:
  2. 键盘扫描 矩阵键盘接口(反转法): 使用双向接口,行列交叉点连键,行列数接近。 行出低,检列码;列出低,检行码;键值等于行列码之和。-Keyboard scan matrix keyboard interface (inversion method): Use two-way interface, the ranks of the intersection with keys, the number of close ranks. Line out is low, check out
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:44257
    • 提供者:jiangwei
  1. PIC16f877-keyboard-scanning-

    0下载:
  2. 该文件为PIC16f877键盘扫描程序,保证是源码,而且可靠。-The file is PIC16f877 keyboard scanning procedures to ensure that source, and reliable.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:868
    • 提供者:zengnaizhang
  1. dapianji

    0下载:
  2. 里面包含跑马灯,数码管显示,键盘扫描,电话号码拨码移动。-Which contains the Marquee, LED display, keyboard scanning, telephone number, dial code movement.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:270583
    • 提供者:杨帆
  1. keytest1

    1下载:
  2. 键盘按下与松开都会显示扫描码,并且按“ESC”键退出-Press and release the keyboard scan code will be displayed, and press the " ESC" key to exit
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1193
    • 提供者:魏阳
  1. hongwaiyaokongwendu

    0下载:
  2. DS18B20温度采集 ...Ir_work(void)....红外键值散转程序 ...Ircordpro(void)...红外码值处理函数 ...void Getch()...键盘扫描-DS18B20 temperature acquisition ... Ir_work (void ).... infrared key bulk transfer process ... Ircordpro ??(void) ... IR code value processing functio
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:38651
    • 提供者:张均平
  1. Demo

    0下载:
  2. VC++将键盘的扫描码转换成虚拟键值,很不错的demo-VC++ to the keyboard scan code into a virtual key, very nice demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:10588
    • 提供者:吴文霞
  1. Demo

    0下载:
  2. vc将键盘的扫描码转换成虚拟键值的程序的源码,很不错的demo-vc the keyboard scan code into a virtual key of the program source code, very good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:11310
    • 提供者:
  1. KEY

    0下载:
  2. 键盘程序 出口:A,为键码值 占用:R0,R2,R4,R6,R7,2字节堆栈 此子程序没有键盘扫描功能,要实现键盘扫描,需要在主程序中循环调用-Keyboard program exit: A, for keycode occupation: R0, R2, R4, R6, R7, 2 bytes of stack not the keyboard scanning function of this subroutine to achieve the keyboard scanni
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:1280
    • 提供者:wangxiaolei
  1. VCPP-key-changeto-virkey

    0下载:
  2. vc 写的将键盘的扫描码转换成虚拟键值 vc 写的将键盘的扫描码转换成虚拟键值-vc wrote the keyboard scan code into a virtual key
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:25400
    • 提供者:zhujianqi
  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

    0下载:
  2. 51单片机的一个基于C语言的PS2键盘扫描识别程序,添加相应的扫描码库后即可下载到板子上使用-51 single-chip a PS2 keyboard scan identification procedures based on the C language, add the appropriate scan code library can be downloaded to the board
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:22996
    • 提供者:张圣
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com