搜索资源列表

  1. key

    0下载:
  2. 矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现-Matrix keyboard driver, unsigned char key (void) to call this function as long as you realize
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:lzshbobos
  1. jdy_general

    0下载:
  2. Keil c工程,提供了完整的矩阵键盘和点阵式LCD操作。 LCD包括128*64的无字库和有字库,320*240无字库型号的支持。-Keil c project by providing a complete matrix keyboard and dot-matrix LCD operation. LCD, including 128* 64 free font and font, 320* 240 without the su
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:148480
    • 提供者:liuyonggang
  1. KEY4X4

    0下载:
  2. 4*4的矩阵键盘 少秒软件 提供给初学的朋友-4* 4 matrix keyboard few seconds of software available to the beginner friends
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:huang
  1. keyboard

    0下载:
  2. 矩阵键盘的vhdl编程,非常的实用,带有去抖动 -Matrix keyboard VHDL programming, very practical, with a to-jitter
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:297984
    • 提供者:zjc
  1. ATMEGA128_46key_LCD1602

    0下载:
  2. ATMEGA128控制4×6矩阵键盘,LCD1602 使用protues软件可仿真 附带图片可观看效果-ATmega128 controlled 4 × 6 matrix keyboard, LCD1602 simulation software can be used protues picture to watch the effect of incidental
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:113664
    • 提供者:张文
  1. PassWordAndMusic

    0下载:
  2. 毕设时做的程序,实现密码锁和音乐播放的功能,音频信号通过LM386放大,驱动喇叭,P1口实现矩阵键盘输入密码-Completed when the procedures established to achieve the password lock and music player features, audio signal amplification through the LM386 to drive speakers, P1
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:57344
    • 提供者:邹娜
  1. displayHZ

    0下载:
  2. 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:姚晓光
  1. mcucontrolkeyboard

    0下载:
  2. 进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原 型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:姚晓光
  1. 4X4key

    0下载:
  2. 4X4行列式矩阵键盘驱动 -Determinant 4X4 matrix keyboard driver
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:jhq
  1. jianpansaomiao

    0下载:
  2. 矩阵键盘扫描应用,利用中断方式实现 在51中可以很好的应用-Matrix keyboard scanning applications, the use of interruption means 51 can be a very good application
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:qiuyouquan
  1. pxa270Keypad

    0下载:
  2. PXA270矩阵键盘测试程序,精简明了,需要的兄弟赶紧-PXA270 matrix keyboard test procedures, streamlining and clear, the brothers need to hurry
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:周阳超
  1. LCD

    0下载:
  2. 通过矩阵键盘向液晶1602中写入数据(16个按键分别代表1234567890ABCDE其中第16个按键作用是清屏光标返回)-Through the matrix of the keyboard to the LCD 1602 in the write data (16 keys represent the first of which 1234567890ABCDE key role of 16 ching-screen cursor
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:36864
    • 提供者:李飞
  1. 4x4keyboard

    0下载:
  2. 4x4矩阵键盘扫描,读入键值,没有按键操作返回0xff,有的话返回输入的键值-4x4 matrix keyboard scanning, reading into the key, there is no button operation to return 0xff, so the return of the key input
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张文斌
  1. KeyPad

    0下载:
  2. pxa270矩阵键盘的驱动代码,具有很强的参考价值-PXA270 matrix keyboard driver code, has a strong reference value
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-21
    • 文件大小:399360
    • 提供者:钱锋
  1. 4x4keyboard

    1下载:
  2. 用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 using the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in digital tube display ea
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:小昭
  1. nrf401

    0下载:
  2. 用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 using the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in digital tube display ea
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:316416
    • 提供者:小昭
  1. xxq

    0下载:
  2. 51单片机做的12864+图形温度计+ds1302+ds18b20+矩阵键盘,适合初学者学习单片机,做得不错的-51 Singlechip do 12864+ Graphics thermometer+ Ds1302+ Ds18b20+ Matrix keyboard, suitable for beginners to learn single-chip, performing quite well
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:81920
    • 提供者:xxq
  1. keyboard

    0下载:
  2. 矩阵键盘的控制,在keil 51 中完全可以运行的,而且很齐全。-Matrix keyboard control, completely in keil 51 can run, and makes it complete.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:xueshaojie
  1. jianpan

    0下载:
  2. 这是我用verilog语言编写的矩阵键盘源程序 -This is what I use Verilog language source matrix keyboard
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:hejunbo
  1. key+lcd

    0下载:
  2. 这是单片机驱动液晶显示器12864和键盘的源代码,其中12864的驱动芯片是ST7290,键盘是4*4的矩阵键盘。-This is a single-chip LCD driver and keyboard 12864 source code, of which 12,864 of the driver IC is ST7290, the keyboard is a 4* 4 matrix keyboard.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:廖芳宇
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org