搜索资源列表

  1. c51chengxujinji

    0下载:
  2. c51程序集锦,很好的源码,包括资料,其中包含:16进制<->10进制互换程序,24c01-24c16读写驱动程序,通用93c06-93c86系列,ACM-12864汉字液晶显示驱动程序,at29c040_card(有原理图),智能化家电控制,E-1330点阵液晶屏驱动程序,hd44780,HT1380实时时钟驱动程序,ht9200b驱动程序,单个汉字库字摸提取程序,tc2.0编译(源码),按键扫描驱动程序,串行驱动led显
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:845824
    • 提供者:fgwntg
  1. jianpan

    0下载:
  2. 4*4键盘扫描按键,依据按键值,一个LED显示相应键值-4* 4 keyboard scan button, based on key values, an LED display the corresponding key
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张文燕
  1. ep93xxScanKey

    0下载:
  2. Ep9315 arm ep9315 按键扫描程序 -Scanner button Ep9315 armep9315
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:汤立
  1. KEY

    0下载:
  2. 键盘状态扫描函数 /* 键盘扫描函数 读取当前键盘的状态 有按键按下返回相应按键值 无按键按下返回"0x00" */ -Keyboard status scan function/* keyboard scan function to read the current state of the keyboard keys have a corresponding button press to ret
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:李华
  1. scan_smallkbd

    0下载:
  2. 基于PXA255+ARM-linux的扫描按键驱动,4*5矩阵方式-Based on PXA255+ ARM-linux scan button-driven, 4* 5 matrix approach
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:fwc
  1. key

    0下载:
  2. 键盘程序实例,包括键盘按键检测和键盘扫描码返回以及密码处理等.-Keyboard instances, including the detection of keyboard keys and keyboard scan code and password to return to deal with and so on.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:张博
  1. digital_clock

    0下载:
  2. 基于AT89S52的自动报时数字闹钟. 该数字钟具有整点报时和闹钟功能,时间显示为 时.分.秒,以12小时制显示。可通过按键调整时间的小时位和分钟位,整点和闹钟均以闪烁方式报时。 程序分为以下模块:数码管显示模块,控制显示模块,定时器T0中断处理模块,定时器T1中断处理模块,键盘扫描模块,键盘处理模块,延时模块和整点闪烁模块-AT89S52 based on automatic timekeeping digital alarm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:
  1. displayHZ

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

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

    0下载:
  2. 用三星9488实现按键扫描的汇编语言程序.先判断是否有按键按下,再判断是哪个键按下.-Samsung 9488 with the achievement of key scanning assembly language program. First determine whether there is any button press, and then to determine which button press.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张雨辰
  1. MSP430SOURCECODE

    1下载:
  2. MSP430F133开发板代码包 独立按键(C) 5_1_6_1.c 扫描按键 key.s43 扫描按键(C) key.c ADC 5_1_8.s43 5_1_9_1.s43 IIC器件 test24C256.S43 键盘与显示 keyDIP.S43 键盘与显示以及低功耗 keydLPM.S43 电子琴 keyQing.S43 温度报警系统 keyDLAS_ALARM.S43
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:1076224
    • 提供者:龚毅
  1. C51Uartkey

    0下载:
  2. 51单片机串口键盘程序,可以通过串口发送键盘扫描到的按键值-51 Single-chip serial keyboard procedures, can be sent through the serial port to keyboard scan button value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:林剑福
  1. clock

    0下载:
  2. 用51单片机实现的数字钟,并附有按键扫描,用来实时的调节时间-MCU with 51 digital clock, with scanning button, used to adjust real-time time
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:CL
  1. keyscan

    0下载:
  2. 一个解决5个IO口扫描25个按键的解决方法,完整文件包,有参考意义,C51.-A solution 5 IO port scan button 25 solution, a complete package, a reference value, C51.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:王斌
  1. Keyboard

    0下载:
  2. 矩阵式扫描按键的设计,矩阵式线反转法键盘的设计,矩阵式中断扫描键盘的设计-Matrix scan button design, line matrix inversion method keyboard design, matrix design of the keyboard interrupt scan
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:挑衅性
  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-18
    • 文件大小:1024
    • 提供者:张文斌
  1. keyfunc

    0下载:
  2. 按键扫描 塔顶 DASDA FASF -Button to scan the top of the tower DASDA FASF
  3. 所属分类:CA认证

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:Jone
  1. 2008516

    0下载:
  2. 实用c程序:16进制<->10进制互换程序 89C51系列CPU编程器接收CPU程序 HT1380实时时钟驱动程序 单个汉字库字摸提取程序,tc2.0编译 按键扫描驱动程序-C practical procedures: 16 M
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:冀光辉
  1. gpiotest

    0下载:
  2. s3c44b0 uclinux gpio驱动测试程序。程序每隔一秒扫描一次相应的gpio,我的开发板上是几个按键,如果有按键按下则显示按下的按键号。-s3c44b0 uclinux gpio driver testing procedures. Procedures at intervals of one second to scan a corresponding gpio, my board is the development o
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者:陆某
  1. key

    0下载:
  2. 扫描按键的程序,51单片机的按键程序-Scan button procedure, 51 single-chip key procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:ming wei
  1. key_scan.tex

    0下载:
  2. 键盘扫描,并用数码管显示出来。有8个按键,没按下一个键表示一种数据-Keyboard scanning, and digital tube display. There are eight buttons, did not press a key that a data
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:蒙林
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org