CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 按键显示

搜索资源列表

  1. 按键显示 加减数码管显示

    0下载:
  2. 按键显示 加减数码管显示 简单易学的 单片机51 汇编程序-The pressed key demonstrated that the addition and subtraction nixietube demonstrated simple easy to study monolithic integrated circuit 51 assembly programs
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-26
    • 文件大小:13001
    • 提供者:jdiajdoajsd
  1. anjian

    0下载:
  2. 做一个扫描键盘和数码显示实验,把按键输入的键码在六位数码管上显示出来。 实验程序可分成三个模块: ①键输入模块:扫描键盘、读取一次键盘并将键值存入键值缓冲单元。 ②显示模块:数码管显示键值。 ③主程序:调用键输入模块和显示模块 -A keyboard and digital display scanning experiment, the key input in the key code on the six digital tube display. Experiment
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:18049
    • 提供者:冰鸽
  1. keydisp

    0下载:
  2. 4*4按键显示扫描程序, 按键显示扫描程序-4* 4 keypad scanner display, keypad scanner display
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1468
    • 提供者:
  1. LC75823Roll

    0下载:
  2. 程序实现LC75823驱动,循环滚动显示0~9,A~Z,初始不断向左轮转显示,可通过按键任意更改滚动方向。-Procedures realize LC75823-driven, cycle Scrolling 0 ~ 9, A ~ Z, the initial continuous rotation to the left shows that can change the scroll direction of arbitrary keys.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:438733
    • 提供者:李新龙
  1. anjian

    0下载:
  2. 51系列单片机实验课程:按键显示程序 (在数字键上按数字,在液晶显示器上显示)-51 Series single-chip experimental curriculum: key display program (in the figure by the number keys on the LCD display)
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:38802
    • 提供者:cuityb
  1. KEY_Int

    0下载:
  2. 这是关于按键显示的基本程序,主芯片仍是51单片机-This is on the button to display the basic procedures, main chip is still the single-chip 51
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:32251
    • 提供者:陈伯芝
  1. key_LIGHT

    0下载:
  2. 这是关于根据按键显示灯亮的源代码,主芯片是51单片机-This is a button on the display lights in accordance with the source code, the main chip is a single-chip 51
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:17125
    • 提供者:陈伯芝
  1. AVRkey

    0下载:
  2. AVR单片机控制下的实时按键显示,已测试通过,有makefile文件。-AVR single-chip real-time under the control of key shows that have been tested, there makefile file.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:24009
    • 提供者:倩倩
  1. test

    0下载:
  2. 51单片机C语言开发的按键显示,针对LED静态显示的代码-C language development of 51 single-chip key show for the LED display static code
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1850
    • 提供者:siubr
  1. PIC单片机C语言编程键盘显示

    0下载:
  2. PIC单片机C语言编程,通过键盘按键显示相应的数字!!!有仿真图
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-11-21
    • 文件大小:82948
    • 提供者:minghui
  1. 用c实现按键的状态分析法的程序

    1下载:
  2. 本程序就是非常有用的状态分析法实现按键程序,用c语言编写,在51内核的单片机中成功实现,对于嵌入式开发者非常有用,该程序只用了4个按键,实现了时钟显示、调整、定时、遥控、闹钟等许多功能,适合于有一定基础的开发者用。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-07-27
    • 文件大小:3018
    • 提供者:xinbuqianjin
  1. 独立按键 显示 例程

    0下载:
  2. 独立按键 显示 例程 用于mspf169使用 本人测试过了 很好 !
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 单片机定时器实现秒计时和显示

    0下载:
  2. 1 基础部分: (1) 用51的p1口作为数据输出口,p2口为共阴数码管位选信号,利用定时器0实现秒计时和显示。 (2) 上电复位后,显示00。 (3) 按键按下S2键后开始计数。采用加法计数形式。计到60停止。蜂鸣器鸣响。 (4) 鸣响2秒后停止,恢复显示00。 (5) 当再次按下S2键后重复1-4过程。 2 提高部分: 利用S2,S4,S6完成进入设置;进行数字十位和个位设置;存储,启动等动作; 工作过程如下: (1)第一次按下S6,进入十位数设置;此时,每按下S4一次
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-16
    • 文件大小:263168
    • 提供者:anbao
  1. 键盘显示

    1下载:
  2. 4*4键盘;进行扫描按键;当有按键按下后;将其在数码管进行显示。(Keyboard scan and display)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-16
    • 文件大小:61440
    • 提供者:lanlanlan
  1. 嵌入式课程大作业程序

    4下载:
  2. 在freertos操作系统下实现计算器 时间显示的功能,在空闲在空闲状态下显示时间,在需要计算时按下按键显示计算机(In the FreeRTOS operating system, the realization of the calculator time display function, in idle, idle time display time, in need of calculation, press the button to display the computer)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:4900864
    • 提供者:没经验我
  1. 单片机读取矩阵键盘并在4LED上显示按键值

    0下载:
  2. 单片机读取矩阵键盘并在4段数码管上显示按键值(SCM read matrix keyboard, and display button value in the 4 section of the digital)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-18
    • 文件大小:29696
    • 提供者:不再沉默
  1. LCD1602显示带按键键值

    0下载:
  2. 利用LCD1602显示带按键键值,每当按下一个按键的值,1602会显示按键对应的键值(Use LCD1602 display with key values, each press a key value, 1602 will display the key corresponding to the key value)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-16
    • 文件大小:29696
    • 提供者:666+1
  1. 8X8按键

    1下载:
  2. 8x8矩阵按键测试程序,stm32f103实现,带LCD显示,keil5开发(8x8 matrix button test procedures, STM32F103 implementation, with LCD display, keil5 development)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-12
    • 文件大小:2883577
    • 提供者:haha321
  1. 矩阵按键+LCD12864

    0下载:
  2. 12864显示0123456789ABCDEF(display on the LCD12864)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:21504
    • 提供者:Cliche
  1. 独立按键

    0下载:
  2. 采用C语言编写在51单片机中运用矩阵键盘,实现独立按键控制显示数码管(Using C language, in the 51 single-chip microcomputer, the use of matrix keyboard, independent keys to control the display of digital tubes)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:31744
    • 提供者:huanneng
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com