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

搜索资源列表

  1. KEY4

    0下载:
  2. Atmega128,独立键盘控制程序,通过扫描方式检测按键,并控制相应发光二极管的亮灭。开发环境:GCCAVR-Atmega128, separate keyboard control program, by scanning detection button, and control the corresponding light-emitting diode light off. Development Environment: GCCAVR
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:33432
    • 提供者:LeneMarlin
  1. zhuhangsaomiao

    0下载:
  2. 使用按键精灵进行逐行扫描,可自定义扫描范围,每次的间距等.-For progressive scan QuickMacro, self-defined scan range, each pitch.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:842
    • 提供者:drrka
  1. lesson8_t4

    0下载:
  2. 按键驱动。按键的作用控制T0中断服务函数,用于按键状态的扫描并消抖-英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 按键驱动。按键的作用控制T0中断服务函数,用于按键状态的扫描并消抖 请键入文字或网站地址,或者上传文档。 取消 À njiàn qūdòng. À njiàn de zuòyòng kòngzhì T0 zhōngduàn fúwù hánshù, yòng yú ànjiàn zhuàngtài de sǎomiá
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:13494
    • 提供者:乐乐
  1. P1

    0下载:
  2. 接收并解码来自标准键盘的基本按键的扫描码 然后在1602液晶上显示。按Back Space键可以前向删除显 示字符,按Space键可以后向删除显示字符。- Receive and decode the basic keys a standard keyboard scan codes Then in 1602 on displa
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:41435
    • 提供者:马晨曦
  1. Key_Dis---1

    0下载:
  2. 实现键盘动态扫描,按键次数在数码管上显示,属于FPGA基础应用程序-Achieve dynamic scanning keyboard, keystrokes on the digital display, is FPGA-based applications
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:812
    • 提供者:李勇
  1. Key_Dis---2

    0下载:
  2. 另外一种实现键盘动态扫描的方法2,根据按键的位置显示1-9,属于FPGA基础应用程序-Another way to achieve dynamic scanning keyboard 2, according to the location of the keys show 1-9, belonging to FPGA-based applications
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:3988206
    • 提供者:李勇
  1. Seg_Dis---3

    0下载:
  2. 三种对FPGA共阴七段数码管显示的动态扫描、静态扫描程序,用按键从1加到-Three of dynamic scanning FPGA digital display, static scanning procedures, using the keys an added 888888
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4839806
    • 提供者:李勇
  1. avr_keypad

    0下载:
  2. 1.基于FSM(有限状态机)扫描独立按键,并带 长按 功能; 2.基于FSM扫描4*4矩阵键盘。-1. Based on FSM (finite state machine) scan separate buttons, and with a " long press" function 2. Based on the FSM 4* 4 matrix keyboard scanning.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3621
    • 提供者:vergil.li
  1. tess

    0下载:
  2. 本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-This program is a ready-to display ASC code and scan code of the program keys, you can use hexadecimal and decimal display while a key is pressed and release the scan code,
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4262
    • 提供者:衣谷
  1. KEY

    0下载:
  2. 利用VHDL实现4X4键盘的扫描和译码,并且在数码管显示相应的按键值。-Use VHDL to achieve 4X4 keypad scanning and decoding, and displays the corresponding value in the digital keys.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-30
    • 文件大小:12618731
    • 提供者:冯凯
  1. jianpan

    0下载:
  2. 键盘扫描,实现多路按键同时扫描,同时将按键的值显示在数码管上-Keyboard scan
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3430147
    • 提供者:王童
  1. Desktop

    0下载:
  2. 功能:读取按键,控制LED闪烁。 首先对引脚选择寄存器PINSEL赋值为0,设置引脚连接GPIO。,然后对按键进行扫描,等到有键按下时,开始LED闪烁的程序。为了使LED有各种各样的闪烁结果,对其设计了一个表LED_TBL[],并不断调用,对P0[7:0]这8个设置为输出的I/O口进行置一或清零,得到花样流水灯的效果。当接P0.14的按键按下时,LED闪烁状态会回到最初全灭至亮状态,然后继续按照其他花式闪烁。 -Function: Reads keys, control LED flas
  3. 所属分类:uCOS

    • 发布日期:2017-04-25
    • 文件大小:73105
    • 提供者:范鹏
  1. key_test(4x4)

    0下载:
  2. FPGA扫描4*4按键,采集按键信息并通过LED显示-FPGA scan 4*4 keys,displayed be LEDs
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3076754
    • 提供者:lixing
  1. key

    0下载:
  2. 对一个按键进行扫描,长按键短按键及双击扫描程序-The scanning of a key, long short key and double-click scanner button
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:1095
    • 提供者:guo
  1. code

    0下载:
  2. 这是基于mini2440的二维码扫描程序,包含linux的按键,LED驱动还有二维码编解码,内容较多,对于初学者来说可能难度较大,但是是难得的学习资料-This is based on two-dimensional code scanner mini2440, including linux buttons, LED driver also two-dimensional code codec, more content, may be more difficult for beginners
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-28
    • 文件大小:483856
    • 提供者:林奇
  1. BLE-CC254x-1.3.2-Switch

    0下载:
  2. CC2540 BLE Stack主从设备角色切换 硬件:WEBEE CC2541 KeyFob 按键S1:改变其角色ROLE_PERIPHERAL/ ROLE_CENTRAL ROLE_PERIPHERAL: LED2:闪烁表示处于广播模式 LED1:表示连接模式(闪烁一次) ROLE_CENTRAL LED1:表示连接模式或扫描模式 扫描模式:闪烁一次 连接模式:闪烁次数=1+连接的设备数(总共可以连接3个设备) -CC2540 BLE S
  3. 所属分类:SCM

    • 发布日期:2017-05-27
    • 文件大小:10709113
    • 提供者:bamboo
  1. key-state-scanf

    0下载:
  2. 按键状态扫描,能节省io口,能学会定时器时标的用法,能学会模块化编程-key state scanf
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:44137
    • 提供者:chinaben
  1. PC-side-programming

    0下载:
  2. PC侧程序软件 (1)串口初始化,主要对串口的参数进行设置 (2)数据发送,要根据键盘的状态进行处理,若为读取按键进行数据的发送处理 (3)数据接收,当串口准备好接收数据后,进行串口扫描等待传送来的数据,并将传送来的数据进行存储和显示-PC side software (1) serial port initialization, the main parameters of the serial port settings (2) data transmission, to
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:866
    • 提供者:徐爽
  1. 4-KEY

    0下载:
  2. 程序功能:用扫描方式读取四个独立式按键的键值,同时将按键的键值在数码管上显示出来 测试说明:按动K1~k4四个按键,观察数码管显示-Program features: by scanning way read four key values of independent type buttons, at the same time will be the keys of the buttons on the digital tube display Test descr
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:68340
    • 提供者:陈伟
  1. jianpan

    0下载:
  2. 单片机实验中的键盘扫描实验,用lcd1602液晶显示屏显示按键值,c语言编写-for 51
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:25011
    • 提供者:黄大大
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com