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

搜索资源列表

  1. 4x4key

    0下载:
  2. 本代码以端口中断方式,实现外围4x4键盘的扫描,消抖,并读取键值-The code to port interrupt, to achieve external 4x4 keyboard scan, debounce, and read the key
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:938
    • 提供者:胡伟
  1. yaoyaobang

    0下载:
  2. 32*64摇摇棒,使用51MCU,8KROM,可以储存8*1024/32=256个16*16的汉字,减去程序控件,大概可以储存200个汉字。采用外部中断控制摇摆方向,通过一定的延时来平衡扫描时间和摆动时间。外部中断触发信号来自硬件水银开关的来回通断。-32* 64 shook his stick, use 51MCU, 8KROM, can store 8* 1024/32 = 256 16* 16 characters, minus the program control, can store
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:25743
    • 提供者:Sacred
  1. keyboard_int

    0下载:
  2. AVR单片机 中断唤醒的键盘扫描 加入抗抖动 完整程序-AVR microcontroller interrupt wake-up full keyboard scan program with anti-jitter
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:zhengtao yu
  1. jianpanC

    0下载:
  2. 独立键盘在单片机上的一个实现。利用TIMER0中断,CPU在不停的扫描程序,60ms到,执行按键驱动,函数在48ms执行一次,60ms再次执行,避免了CPU资源的浪费。-Independent on the keyboard in a single-chip implementation. Use TIMER0 interrupt, CPU in constant scanner, 60ms that the implementation of key drivers, perform a fu
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:701
    • 提供者:tufei
  1. src

    0下载:
  2. 基于51单片机的数码管驱动程序,利用定时器中断逐位扫描-Based on 51 single-chip digital control driver, use the timer interrupt bit by bit scan
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2289
    • 提供者:LI
  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. KB

    0下载:
  2. 通过使用“行扫描”法识别按键,实现一个中断方式的16键键盘程序。-By using the " line scan" method identification key to achieve a 16-key keyboard interrupt the program.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:305488
    • 提供者:Galaxy
  1. 16_keyboard

    0下载:
  2. 4X4键盘扫描程序,处理器使用AT89S52,无中断-4X4 keyboard scanner, processor use AT89S52, without interruption
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:10706
    • 提供者:文文
  1. 25409747

    0下载:
  2. 里面含有多个单片机实验 流水灯 串口同行 中断 矩阵式键盘扫描-里面含有多个单片机实验 流水灯 串口同行 中断 矩阵式键盘扫描
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:135242
    • 提供者:badsu
  1. 99

    0下载:
  2. 简单的单片机控制99秒计时器。利用中断的99秒计时器 ,动态扫描两位数码管。-Simple chip microcomputer to control the 99 second timer.Using interrupt timer for 99 seconds, two digital tube dynamic scanning.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:718
    • 提供者:李联斗
  1. shumaguan_experiment

    0下载:
  2. 实验箱中包括6位数码管,用扫描显示方法,其中段和位分别通过xxx4和xxx2来实现。xxx由译码地址决定。比如,cs接8000译码输出。用C语言实现: 1.首先实现定义一个数组,主程序中对其赋值(非压缩bcd码),由定时器中断程序实现6位扫描显示。 2.实现由储存BCD码的每一个字节的最高位表示小数点,并且将显示范围扩展到0——F,而非简单的BCD码。 3.用次高位和第5位表示闪烁和消隐,分别实现闪烁和消隐的功能。-shu ma guan experiment of 8051
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:28697
    • 提供者:马路
  1. qq

    0下载:
  2. arm9 处理器 用中断检测扫描按键的方法-using arm9 scanning
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:zhiwei
  1. src-V0.1.0-2012-02-041210

    0下载:
  2. 程序员:钱树勇 采用定时中断检测4*4按键;次程序只支持短按模式(若需要支持长按模式,请搜索我的另一程序源码:src-V0.1.1-2012-02-041701.rar);具有松手检测功能。采用定时扫描模式,无死循环代码,所以更少占用Cpu资源(按键测试正常工作,不理解代码者可留言或至新浪博客:钱树勇留言)-Timer interrupt to detect the 4* 4 buttons this program only recognizes the short mode (need
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:1576
    • 提供者:钱树勇
  1. stm32-key-44

    1下载:
  2. STM32F103系列 44按键中断、扫描 串口输出-STM32F103 series 44 Key interrupt, scan Serial output...
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1359756
    • 提供者:xiaohua
  1. keyboard

    0下载:
  2. 51单片机矩阵键盘扫描程序,测试通过,性能良好,定时中断实现-scanning program of keyboard on MCU51
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:891
    • 提供者:刘华山
  1. TimerAddTemp

    0下载:
  2. 基于STM32的使用。中断,定时器,键盘扫描等。定时开关。-ucos2development with vc++
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:1213108
    • 提供者:TANG
  1. led2

    0下载:
  2. 基于89c52编写的电子时钟,proteus仿真成功,包含程序和仿真文件,键盘扫描及时间用到了两个时间中断,带闪烁显示-Based on the the 89c52 write the electronic clock, proteus simulation is successful, contains the procedures and simulation files, keyboard scan, and time used two time interrupts, with a fl
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:59720
    • 提供者:gala
  1. clock

    0下载:
  2. 改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=0的页面,若找到,则置换页面,第一次扫描过程中不修改访问位。
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:453356
    • 提供者:vivi
  1. shizhong

    0下载:
  2. 这是一个简单的时钟综合实验,能够了解始终的工作原理,外部中断原理,单片机控制的多位数码管扫描显示电路,数码管动态显示的原理。-This is a simple clock experiments, always be able to understand the working principle, the principle of external interrupt, a number of microprocessor controlled digital tube to scan the
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:3310
    • 提供者:
  1. MicroHeater

    1下载:
  2. 三星9454汇编写的加热器的程序框架,包括按键扫描,按键处理,中断时基信号,定时功能全部实现-S3C9454 the heater for the conductor,the dunction is contain the key scan program,then time interrupt,it is all ok
  3. 所属分类:assembly language

    • 发布日期:2015-12-04
    • 文件大小:3072
    • 提供者:施伟伟
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com