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

搜索资源列表

  1. interrupt-programming

    0下载:
  2. 键盘中断、鼠标中断、屏幕显示、dos功能调用等关于中断操作的源码-Keyboard interrupts, mouse interrupt, the screen display, dos function calls and other operations on the interrupt source
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:27077
    • 提供者:王丽丽
  1. key

    0下载:
  2. 实现键盘中断,程序开始显示*号,当有任意键按下时显示“ok”,然后继续显示*好,十次按键后结束-Achieve keyboard interrupt, the program began to show* No, when any key is pressed display " ok" , then continue to show* well, after the end of the ten key
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:756
    • 提供者:陈悦鹏
  1. KBI

    0下载:
  2. Freescale为控制器AC60键盘中断-Freescale keyboard interrupt the controller AC60
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:102809
    • 提供者:wayne
  1. freescale-5

    0下载:
  2. Freescale H08C键盘中断子函数(c) -Freescale H08C keyboard interrupt subroutine (c)
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1332
    • 提供者:幻影
  1. key_scan

    0下载:
  2. pic18f4520单片机键盘中断扫描 有定时器产生200ms扫描4x4键盘一次(注意:单片机定义输入端口要加上拉电阻)-pic18f4520 microcontroller scans the keyboard interrupt timer generates a 200ms scan 4x4 keyboard (note: the microcontroller input port to define the pull-up resistor)
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2829
    • 提供者:蔡超
  1. juzhengjianpan

    0下载:
  2. 矩阵键盘中断扫描,用于单片机上的一个小程序-Matrix keyboard interrupt the scan, for a small program on the microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:19425
    • 提供者:缪盛
  1. mcu

    0下载:
  2. 为51单片机初学者编写的几个简单的应用程序,包括键盘、按键、中断等一些源代码。at89s52测试通过。-51 SCM beginners write a few simple applications, including keyboard, buttons, and some other interrupt source. at89s52 test.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:181464
    • 提供者:
  1. SM59R_series_KBI_APN(TC)

    0下载:
  2. 台湾Syncmos单片机59R系列KBI(键盘中断)详细使用说明-Taiwan Syncmos MCU 59R Series KBI (keyboard interrupt) Detailed instructions for use
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:167058
    • 提供者:Keep_deeping
  1. 20PS2KEY

    0下载:
  2. 20 键小键盘 中断服务程序 经过实际调试 很好用-20KEY interrupt programming
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3061
    • 提供者:周园
  1. MC68HC908GP32_KB

    0下载:
  2. MC68HC908GP32按键操作包括键盘扫描,键盘中断,键值识别,键盘编码等。 -MC68HC908GP32 key operation including keyboard scanning, keyboard, key identification, keyboard coding.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:86886
    • 提供者:han
  1. Keyboard-Interrupt-Functions-in-C

    0下载:
  2. 文章阐述了用C语言改写Linux0.01键盘模块的技术要点,包括ASCⅡ码映射表、键盘处理子程序跳转表、键盘处理程序、键盘中断程序的编程方法及关键代码. -vImplementation of Linux 0. 01 Keyboard Interrupt Functions in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:234325
    • 提供者:Tom
  1. Russian-box-source-in-asm

    0下载:
  2. 本程序是俄罗斯方块程序,用汇编写的,程序用的是16H的键盘中断,这个中断先把键盘输入放到键盘缓冲区。-This program is a Tetris program, written in assembler, the program is keyboard interrupt 16H, this interrupts the first keyboard input into the keyboard buffer.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:13284
    • 提供者:danny
  1. keyinterrupt

    0下载:
  2. 键盘中断触发程序,4*4键,拿上来给大家分一下,有数码管显示,代码不长,易于学习-Keyboard interrupt trigger, 4* 4, to take up to divide, digital display, the code is not long, easy to learn
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:21845
    • 提供者:lun
  1. piano

    0下载:
  2. 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。 -An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang i
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:1975
    • 提供者:Zhaiyf
  1. KEYINTS

    0下载:
  2. 微机实验课键盘中断源代码代码。按一次键盘即推出任务-Keyboard interrupt source code of computer experiment course code. Time you press the keyboard that launch the task
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:709
    • 提供者:范静洁
  1. sound

    0下载:
  2. 简单的Turbo C 下的模拟电子琴程序,用键盘数字键模拟电子琴,空格键停止,适合C语言初学者了解键盘中断。-Turbo C sound program, analog keyboard with the keyboard number keys, space bar to stop, suitable for beginners to learn C language keyboard interrupt.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:954
    • 提供者:王贵仁
  1. SMT32keyboard-scan

    0下载:
  2. 矩阵键盘中断扫描方式,控制流水灯等。红牛板测试通过。-Scan matrix keyboard interrupt, control water lights. Red Bull board test passed.
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:4443499
    • 提供者:家保
  1. KEYBD

    0下载:
  2. wince 6.0 s3c6410 矩阵键盘 中断方式-wince 6.0 s3c6410 matrix keyboard interrupt
  3. 所属分类:Windows CE

    • 发布日期:2017-11-21
    • 文件大小:23431
    • 提供者:叶平
  1. keyboard

    0下载:
  2. 通过合理配置串口文件,响应键盘中断并进行处理。-Response keyboard interrupt processing through the rational allocation of serial file.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:4474
    • 提供者:李丽
  1. KEY

    0下载:
  2. 飞思卡尔 JM60单片机开发 键盘中断相关程序代码-Freescale the JM60 microcontroller development keyboard interrupt related code
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:113327
    • 提供者:dj
« 1 2 3 4 5 6 78 9 10 11 12 ... 33 »
搜珍网 www.dssz.com