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

搜索资源列表

  1. ZLG72899(INT)

    0下载:
  2. 本程序采用了中断法访问ZLG7289芯片,内容包括一个完整的程序,经调试运行无误,对于想用这个芯片来作你的键盘扫描非常不错。-the adoption of the law interrupted visit ZLG7289 chips, which include a complete set of procedures, commissioning, operation and truthful, want to use this chip for scanning your keyboar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21547
    • 提供者:shmyang
  1. Kb_sniff

    0下载:
  2. 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6157
    • 提供者:漆光耀
  1. keycode

    1下载:
  2. 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1494
    • 提供者:wushishan
  1. key4x4.PIC单片机上4X4键盘中断方式实现键盘扫描程序

    1下载:
  2. PIC单片机上4X4键盘中断方式实现键盘扫描程序,C语言源代码,4X4 Single-chip PIC keyboard interrupt the way the keyboard scanner, C-language source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-08-04
    • 文件大小:1654
    • 提供者:ann
  1. keyinterrupt

    0下载:
  2. msp430 中断方式4*4矩阵键盘扫描 结果有led显示-msp430 interrupt 4* 4 matrix keyboard scanning results led display
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:16157
    • 提供者:将军
  1. keyscaner

    1下载:
  2. 自己设计的矩阵键盘扫描程序,实现5X4键盘扫描,带有去抖和中断功能。-Their own design matrix keyboard scanner, to achieve 5X4 keypad scanning, to shaking and interrupt functions with.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-04-12
    • 文件大小:1802
    • 提供者:杨明
  1. 22

    0下载:
  2. 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:32833
    • 提供者:
  1. PS2Key

    0下载:
  2. 用单片机控制键盘的程序,利用中断获得键盘扫描码并转换为ASCII码,在1602液晶上显示字符。C语言编写,KEIL环境下编译,键盘驱动写得相当好。-Single-chip microcomputer to control the keyboard with the procedure, the use of interrupted access to the keyboard scan code and converted to ASCII code, in the 1602 character
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:23470
    • 提供者:目前源
  1. alarm

    0下载:
  2. 十六路无线报警器 源代码,有很复杂的功能 如LCD显示时间,状态,键盘扫描,红外线控制中断等等 本源码对于有单片机编程基础的很有用处 比如你单片机有一定的基础了,想做一个简单的系统试试,那下载这个参考是再合适不过了 这个相当于一个小的系统-16 Wireless Road, alarm source code, there are very complicated functions such as LCD display time, status, keyboard sca
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:42898
    • 提供者:何强
  1. C51_calculator_program

    0下载:
  2. 计算器C51程序 单片机小制作时写的一些小程序,在最小系统上运行成功,采用的是中断键盘扫描.-C51 single-chip calculator program written in a small production at a number of small procedures, the minimum system to run successfully, used to scan the keyboard interrupt.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1905
    • 提供者:gmxiong
  1. 33

    0下载:
  2. 键盘扫描有中断方式和查询方式 键盘子程序(AVR) -There is disruption of the keyboard scan mode and query mode Subroutine keyboard (AVR)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:833
    • 提供者:李巍龙
  1. Touch_Program

    0下载:
  2. 单片机驱动触摸屏,并在串口打印出触摸点的坐标。本代码另外还包括:中断键盘扫描,和触摸点的算法程序。-Single-chip-driven touch screen, and print out the serial touch-point coordinates. In addition, the code include: interruption of the keyboard scan and touch-point program of the algorithm.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:48310
    • 提供者:许强
  1. lesson10

    0下载:
  2. 一个在定时器中断中使用键盘扫描的小程序:-keyboard scan
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:2080
    • 提供者:inra
  1. Stm32.Share

    1下载:
  2. STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:102694
    • 提供者:whqxy
  1. zhongduanjianpan

    0下载:
  2. 这是个中断键盘扫描程序,C语言编写,可以在KEIL C用。-This is the keyboard interrupt scanner, C language, can be used in the KEIL C.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:18593
    • 提供者:王山
  1. interrupt-key

    0下载:
  2. 中断键盘扫描程序 适合新手 欢迎批评指正-Interrupt keyboard scanner suitable for novices welcome criticism
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:12706
    • 提供者:张招
  1. jianpanzhongduansaomiao

    0下载:
  2. msp430中断键盘扫描,经调试可以使用-msp430 interrupt keyboard scan can be used by the debugger
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:207308
    • 提供者:王克柔
  1. KBI_C

    0下载:
  2. 按下键盘按键,串口发送对应的键值 键盘中断,键盘扫描,键值识别,键值转换 -Press the keyboard keys, serial port to send the corresponding key Keyboard interrupt, keyboard scanning, identification keys, key conversion
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-01
    • 文件大小:175907
    • 提供者:鞠宝锋
  1. 中断法键盘扫描c程序

    0下载:
  2. 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:西游记
  1. 05.TOUCH触摸键盘检测(中断方式)

    1下载:
  2. 通过触摸按键芯片单片机对触摸按键的状态进行扫描。以便后续对其状态进行判断(The touch key chip is used to scan the status of the touch key. In order to judge its status later)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:929792
    • 提供者:SSDA
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com