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

搜索资源列表

  1. keyboard

    0下载:
  2. 非常好的一个键盘驱动的文档,详细,清晰.包括键盘从中断到扫描码的处理的过程(linux版本:2.4)
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:35.66kb
    • 提供者:朱国正
  1. huibianyili

    0下载:
  2. 汇编程序从键盘输入一个字符,要求调用bios中断,并用八进制的形式显示其扫描码和ascii码-assembler input from the keyboard of a character, called bios interrupt request, and octal form indicating their scan code and code ascii
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:陈涛
  1. Keyboard

    0下载:
  2. 设计采用P3口作为扫描键盘接口,P1.0口作为输出,P1口低4位接4X4矩阵键盘的列,高4位接行。 CPU工作在查询方式下并开放中断,且将定时器T1设为最高优先级。当程序扫描到按键时调用延时防抖后再次扫描并判断键值,并转入相应的按键处理子程序,在子程序中向定时器装入初值并启动其工作,当定时器溢出时向CPU申请中断,CPU响应中断后转入中断子程序,输出预定频率的方波并送到音频放大模块进行放大输出。 -Design uses a scanning keyboard interface por
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:311.31kb
    • 提供者:陈岳
  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
    • 文件大小:833byte
    • 提供者:李巍龙
  1. 4

    0下载:
  2. 中断扫描实现计算器程序,使用键盘时需要用到的(如果使用扫描方式的话)-Interruption of scanning process to achieve a calculator, use the keyboard when needed (if the use of scanning any)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.52kb
    • 提供者:Nicholas
  1. c_dpjcx

    0下载:
  2. 定时中断处理函数,键盘扫描函数,数码管显示函数-Timer interrupt handler, keyboard scan function, LED display function
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.81kb
    • 提供者:lzm
  1. danpianji

    0下载:
  2. 初学者不能错过的c++源代码,有显示,中断,蜂鸣器,键盘扫描等基本元件的调用。-c++program code.
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4.75mb
    • 提供者:李鑫儒
  1. 4x4key

    0下载:
  2. 44键盘 中断扫描 非常成熟 能非常灵活运用于各个项目中,特别是毕业或竞赛中-44 keyboard interrupt scan is very mature and very flexible used in various projects, especially graduate or contest
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1.64kb
    • 提供者:张涟棋
  1. jianpanzhongduansaomiao

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

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

    0下载:
  2. 消防车报警源代码,有很复杂的功能 如LCD显示时间,状态,键盘扫描,红外线控制中断等等 本源码对于有单片机编程基础的很有用处 比如你单片机有一定的基础了,想做一个简单的系统试试,那下载这个参考是再合适不过了 这个相当于一个小的系统-Fire alarm source code, there is a very complex functions such as LCD display time, state, keyboard scanning, infrared control interru
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:998byte
    • 提供者:任林
  1. 4117

    0下载:
  2. 中断扫描实现计算器程序,使用键盘时需要用到的(如果使用扫描方式的话)-Interruption of scanning process to achieve a calculator, use the keyboard when needed (if the use of scanning any)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:xin17517
  1. 电机控制正反转

    0下载:
  2. 键盘处理上采用中断方式,不必使程序对键盘反复扫描,提高了程序的效率。(Keyboard processing using interrupt mode, don't have to make the program of keyboard scan repeatedly, improve the efficiency of the program.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:37kb
    • 提供者:jingjingweiei
  1. 数码管计算器

    0下载:
  2. 使用键盘+数码管显示 来做一个计算器 使用中断来显示和扫描键盘(Use keyboard + digital display to make a calculator)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:39kb
    • 提供者:jiejie1
  1. 中断法键盘扫描c程序

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

    • 发布日期:2017-12-19
    • 文件大小:5kb
    • 提供者:西游记
  1. 64-矩阵键盘中断扫描

    0下载:
  2. 64-矩阵键盘中断扫描(64- matrix keyboard interrupt scanning)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:18kb
    • 提供者:1rh53vzr
  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
    • 文件大小:908kb
    • 提供者:SSDA
搜珍网 www.dssz.com