CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 按键处理

搜索资源列表

  1. R8C25TEMP

    0下载:
  2. 基于瑞萨R8C25单片机,IIC控制温度传感器(p3_4<->SDA,p3_5<->SCL)。(利用三次去抖动处理是可以完成按键处理的!!)-Renesas R8C25 MCU IIC control temperature sensor (p3_4 <-> SDA p3_5 <-> SCL). (Using three debounce processing can be completed key handling)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-17
    • 文件大小:120985
    • 提供者:
  1. cyuyantuixiangzi-

    0下载:
  2. 本游戏一共4关,由易到难,每一关都有初化、按键处理、重置及退出功能。 (1)初始化包括屏幕初始化和每一关卡的初始化,屏幕被初始化宽80像素,高25像素。 (2)按键处理包括移动小人和移动箱子,通过移动上下左右键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3)每一关都可以重置,按空格键可以重置当前关。 (4)按Esc键可以在任何时候退出游戏。 - This game is a total of 4 off, from easy to difficul
  3. 所属分类:Other Games

    • 发布日期:2017-12-05
    • 文件大小:22398
    • 提供者:轻风起舞
  1. pic12f675

    0下载:
  2. pic12f675的按键处理程序,非常适合工控场合的哦-The pic12f675 button process, very suitable for industrial applications.
  3. 所属分类:SCM

    • 发布日期:2016-07-10
    • 文件大小:1024
    • 提供者:york
  1. MCU-KEY-SCAN

    0下载:
  2. 从网上找到的一片单片机按键扫描程序,按键处理方法非常经典,仅需三条语句-To find a single-chip key scan program from the Internet, the key approach is very classic, only three statements
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:2011348
    • 提供者:doors2010
  1. led-module

    0下载:
  2. 通过按键处理模块送来的信号,对led进行控制-Through the key processing module sent signals to control led
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:650
    • 提供者:林伟
  1. Tetris-

    0下载:
  2. 用51单片机实现俄罗斯方块,有按键处理程序,液晶屏显示-Tetris MCU with 51 key handler, LCD display
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:87704
    • 提供者:ganliin
  1. glutEx5

    0下载:
  2. 通过设置材料使得桌面和四条腿的颜色各不相同,分别为:(1, 0, 0), (0, 1, 0), (1, 1, 0), (0, 1, 1), (0, 0, 1); 通过设置材料使得茶壶为金黄色; 添加按键处理,移动场景中的光源,并能改变光源的颜色; 修改茶壶的镜面反射系数,使之对光源呈现高光; 在场景中添加一个聚光光源,其照射区域正好覆盖茶壶,并能调整改聚光光源的照射角度和朝向。-By setting the material makes the desktop and the f
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:9078508
    • 提供者:金倩倩
  1. keypress

    0下载:
  2. 基于状态机的按键处理程序。克服延时消抖的效率低下-State machine based on the key handler. Overcome the delay debounce inefficient
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:1342
    • 提供者:yejiabing
  1. O3_maker

    1下载:
  2. 这是一个实际臭氧发生器工程里面的控制器的源代码,用三星常用的S3F9454芯片开发的,里面含有轻触按键处理不同状态的功能事件,该软件已经生产应用了,可以放心使用或学习参考-Program function: 1:when power is on ,ozone maker is working for 3 mintues,after 4 hours it works again, 2:if ozone is out of service ,power the key ,ozone
  3. 所属分类:SCM

    • 发布日期:2016-10-03
    • 文件大小:4096
    • 提供者:pengzhaoyi
  1. keyboard

    0下载:
  2. 基于51单片机tiny系统的连续按键处理程序。-Continuous button handler based on the of 51 microcontroller tiny system.
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:94666
    • 提供者:XJ
  1. key_handdle

    0下载:
  2. 没有延时的按键处理程序,工程中的实用按键去抖动程序。-Without delay button handler
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:1076
    • 提供者:淘生
  1. offerkeyevent

    0下载:
  2. 按键处理,实现向上,下,左右和ok的按键-failed to translate
  3. 所属分类:Symbian

    • 发布日期:2017-11-16
    • 文件大小:1398
    • 提供者:zhangjunfeng
  1. a4

    0下载:
  2. 1. 通过设置材料使得桌面和四条腿的颜色各不相同,分别为: (1, 0, 0), (0, 1, 0), (1, 1, 0), (0, 1, 1), (0, 0, 1); 2. 通过设置材料使得茶壶为金黄色; 3. 添加按键处理,移动场景中的光源,并能改变光源的颜色; 4. 修改茶壶的镜面反射系数,使之对光源呈现高光; 5. 在场景中添加一个聚光光源,其照射区域正好覆盖茶壶,并能调整改聚光光源的照射角度和朝向。 -1 by setting materials such f
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-04
    • 文件大小:5968601
    • 提供者:马晓东
  1. Separate-keys

    0下载:
  2. 独立按键处理,状态机,LED PICC PIC16F877A-Separate keys, state machines, LED PICC PIC16F877A
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:76602
    • 提供者:康琰
  1. main

    1下载:
  2. 关于LCDHT1621驱动与显示功能源码,按键处理,中断定时处理,芯片为FM8PE53-the source is LCD-HT1621 driver and display function, and keyboard process, the timer function, the chip is FM8PE53
  3. 所属分类:assembly language

    • 发布日期:2014-07-08
    • 文件大小:8192
    • 提供者:ZhouGong
  1. button

    0下载:
  2. 短长按键处理好方法,分享给大家学习学习,很好用-A good way to deal with short-long key share for everyone to learn to learn, easy to use
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6842
    • 提供者:陈斌
  1. CLOCK

    0下载:
  2. 采用AT89S51开发的数字钟程序及原理图,用四位LED数码管显示时间。程序中含LED显示程序及按键处理程序。-Developed using AT89S51 digital clock program and schematic, with four LED digital tube display time. Program buttons with LED display program and processes.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:46047
    • 提供者:应耿宾
  1. clock

    0下载:
  2. 51单片机测试使用DS1302时钟芯片,并用按键处理修改时间信息-51 single test using the DS1302 clock chip, and use keys to modify the time information processing
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:42942
    • 提供者:杨智超
  1. an-jian-chu-li-cheng-xu

    0下载:
  2. 此文档讲了如何精巧的写按键处理程序,实验证明此方法非常有效-This document speaks of how sophisticated write key handler proved that this method is very effective
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:8748
    • 提供者:mengandding
  1. code-

    0下载:
  2. 添加按键处理,移动场景中的光源,并能改变光源的颜色;修改茶壶的镜面反射系数,使之对光源呈现高光;在场景中添加一个聚光光源,其照射区域正好覆盖茶壶,并能调整改聚光光源的照射角度和朝向。-Add keys, move the light source in the scene, and change the color of the light source modify teapot specular reflection coefficient, making it appear bright
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6698722
    • 提供者:ruanjj
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com