搜索资源列表

  1. keyboardscan

    0下载:
  2. 单片机键盘扫描程序:(其中KS1为判断有无按键闭合程序,TIM为延时6ms子程序)-SCM keyboard scanning procedures : (KS1 keys to determining whether closure procedures, TIM for the delay blinking Subroutine)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:刘福昌
  1. keycode

    0下载:
  2. 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:wushishan
  1. Evsdiskey

    0下载:
  2. 51单片机的键盘扫描程序,当有键盘输入是,将在LED上显示,且蜂鸣器将发出相应的响声.-51 SCM keyboard scanning procedure, when a keyboard is that the LED will show that but buzzer will issue corresponding beep.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:
  1. keyscan

    0下载:
  2. 是一个单片机键盘扫描程序,是用C语言写的,还可以吧。-SCM is a keyboard scanning procedure is written in C language, but also it.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-13
    • 文件大小:60416
    • 提供者:刘杰
  1. key4X4

    0下载:
  2. 键盘扫描,4*4矩阵键盘,外接89s51串行口输出-keyboard scan, 4* 4 matrix keyboard, external serial port output 89s51
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:chen
  1. KETSET

    0下载:
  2. 4*4键盘扫描实验程序 请提出意见(本人刚学单片机)-4* 4 keyboard scan experimental procedure request for comments (I just learning SCM)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:GE
  1. KeilC51

    0下载:
  2. 本文档包括单片机系统中常用到的时钟中断、通讯及键盘扫描等模块(见所附源程序)的说明。这些模块使用前后台系统模型。为达到最大的灵活性, 需要在用户工程中定义config.h文件, 在其中定义各模块可选参数的设置,而不是直接更改源代码。-this document, including SCM system clock used to the interruption communications and keyboard scanning
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:yanyan
  1. mykeyscan

    0下载:
  2. 自己做的4×4键盘扫描,加入了按下消抖动,松开输入数据的简单功能。-Do their own 4 × 4 keyboard scanning, joined the press extinction jitter, release a simple function of the input data.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:
  1. key_prog

    0下载:
  2. 简单易懂的4*4键盘扫描及显示程序。对编写其他形式的键盘扫描程序有一定的指导意义.-easy-to-read 4* 4 keyboard and display program. To the preparation of other forms of keyboard scan procedures are certain guiding significance.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-13
    • 文件大小:143360
    • 提供者:xht
  1. key_cYUYAN

    0下载:
  2. 非常实用的键盘扫描程序,4×4键盘扫描程序。-Very useful keyboard scanner, 4 × 4 keypad scanner.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:leiw
  1. keyboard4_4

    0下载:
  2. 该代码是4乘4标准键盘扫描程序的源代码,用VHDL编写的,我在调试的时候忘记设置复位键了,大家也要注意了-The code is 4 x 4 standard keyboard scan a program's source code, prepared by the use of VHDL, I remember when debugging set the reset button, we have to pay atten
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:yuxyoo
  1. key_state_mechine

    0下载:
  2. 4*4矩阵键盘扫描函数,用状态机实现,不用延时以消抖,只需在一个定时10~12ms左右的中断函数里调用,从而节省了单片机时间-4* 4 matrix keyboard scan function, the state machine to achieve, not delay to eliminate buffeting, only in a regular 10-12ms about the interruption function
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:lkh
  1. keyC

    0下载:
  2. 一个51单片机C语言的矩阵键盘扫描和处理程序,对于单片机初学者或者应用人员是个很好的模块-a 51 microcontroller C language keyboard matrix scanning and handling procedures, For beginners, or application MCU staff is a very good module
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:赵振刚
  1. VHDLKEYBOARD

    0下载:
  2. 此模块用 VHDL 硬件描述语言来实现,对键盘设计的实际操作检验表明,此模块响应迅速、识别准确,较好地实现了键盘扫描和去抖动功能, 达到了预期的设计目的。同时,将状态机、扫描线、计数器等相关参数稍作改动,就可以扩展到实现不同键盘矩阵的设计-VHDL hardware descr iption language to achieve the keyboard design of the actual operation of testin
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:62464
    • 提供者:章菁
  1. key_sc

    0下载:
  2. 键盘扫描 键盘扫描 键盘扫描 键盘扫描-keyboard scanning keyboard scanning keyboard scanning keyboard scanning keyboard scan Keyboard scanning k eyboard scanning keyboard scan
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:
  1. 4x4zd

    0下载:
  2. 单片机开发的4*4键盘扫描程序,C语言编写-MCU development of the 4* 4 keyboard scanning procedures, C language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:许杰
  1. juzhengjianpanshaomiao

    0下载:
  2. 一个嵌入式矩阵键盘扫描程序,格式是pdf ,附有电路原理图-an embedded keyboard matrix scanning procedure is pdf format, with circuit diagram
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-13
    • 文件大小:132096
    • 提供者:gjh
  1. Key123

    0下载:
  2. 单片机键盘扫描程序源代码,要下载的快-SCM keyboard scanning source code, to download fast
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:断剑
  1. f2812key

    0下载:
  2. 在tmsf2812下,4*4的键盘扫描程序,如果想改进,可以用中断去做-in tmsf2812, 4* 4 keyboard scanning process, if we want to improve, you can use the interruption to do
  3. 所属分类:DSP编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:小杉
  1. MCU_PWM

    0下载:
  2. 4x4键盘扫描输入需要电机转动的相位,6为数码管显示当前的角度等功能。单片机程序用C51编写。--4x4 keyboard input scanning needs of phase motor rotation, six digital control display the current perspective, and other functions. C51 microcontroller with the preparati
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:117760
    • 提供者:helei
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org