搜索资源列表
基于AVR的数码管显示程序
- 基于AVR的数码管显示程序。是学习单片机入门级程序。本程序出自高手之手,通俗易懂。
C语言实现键盘输入的数码管显示
- 程序功能为当按下键盘上的某个键时,将该键的行号和列号显示在数码管 上。
miaobiao 简单的四个数码管显示的四位的秒表电子时钟
- 这是我做的一个简单的四个数码管显示的四位的秒表电子时钟。带有三个按键,开始,停止,清零-This is I do a simple four digital pipe display four stopwatch electronic clock. With three key, start, stop, reset
基于MAX7219的8位数码管显示
- 第5章 基于MAX7219的8位数码管显示 主要针对初学者的源程序,是数码管编程入门的好帮手。-Chapter 5, based on MAX7219 8-bit digital display the main source for beginners, digital program entry is a good helper.
Single-chip_calculator
- 这是自己用一个单片机做的计算器,用4*4键盘控制,数码管显示。-This is their own to do with a single-chip calculator, using 4* 4 keyboard control, digital tube display.
SerialDriver
- 使用单片机串口输出,来控制七段数码管显示。绝对是网上找不到的源代码,绝对自创。-The use of single-chip serial output, to control the Seven-Segment LED display. Is absolutely unable to find the source code online, the absolute self.
51singlechipclockusingtimers
- 51单片机利用定时器做的时钟,4按键操作,共阳数码管显示。-51 single-chip clock using timers do, 4 button operation, a total of positive digital display.
3-DS1302
- 51单片机的ds1302程序,注释详尽,通过串行数码管显示,包括单字节存取方式和多字节方式子程序。-51 MCU ds1302 program, detailed notes, through the serial digital control, including single-byte access mode and burst mode subroutine.
键盘显示
- 4*4键盘;进行扫描按键;当有按键按下后;将其在数码管进行显示。(Keyboard scan and display)
整型计算器(数码管显示)
- 数码管显示的整型计算器,可以进行简单的加减乘除,数码管移位显示,矩阵键盘扫描,适合单片机入门的初学者。(The digital display of the integer calculator, can be a simple digital tube display shift, add, subtract, multiply and divide, matrix keyboard scanning, SCM entry for beginners.)
数码管显示
- 数码管显示,编程的显示文件,用于初学。便于爱好者理解。(Digital display, programming display files, for beginners. Easy for lovers to understand.)
tiaosudianji
- 可调速直流电机,可用作自制小风扇。速度17级可调节,有全速开关。可用数码管显示速度级别。(Adjustable speed direct current motor can be used as self-made small fan. Speed 17 adjustable, full speed switch. You can use digital tubes to display speed levels.)
温湿度显示
- 通过DHT检测温湿度并实时在数码管上显示。(testing the temperature and humidity and display at Nixie tube)
数码管-显示1234
- 单片机四位数码管显示1234,非中断方式编程。(SCM four digital tube display 1234, non interrupt mode programming.)
数码管-显示1234中断方式
- 单片机数码管显示1234,使用中断方式编程。(Single chip digital tube display 1234, using interrupt programming.)
通讯3bit显示程序
- 89C2051驱动3位数码管显示程序,接收主机能过串口发过来的数据并显示。用于面板显示表头。(89C2051 drive 3 bit digital display program, the host can send data through the serial port and display. For panel display header.)
动态显示
- 数码管是一种半导体发光器件,其基本单元是发光二极管。数码管按段数可分为七段数码管和八段数码管,八段数码管比七段数码管多一个发光二极管单元,也就是多一个小数点(DP)这个小数点可以更精确的表示数码管想要显示的内容(The digital tube is a semiconductor light emitting device. Its basic unit is a light emitting diode. According to the number of digital tube can
数码管显示温度
- 使用温度传感器采集温度信号,使用单片机并在数码管上显示出来。(The temperature sensor is used to collect the temperature signal, and the microcontroller is used to display the temperature signal on the digital tube.)
AD采集光敏或热敏值数码管显示
- AD光敏热敏采集数码管显示,基于51单片机,C语言表示。(AD photosensitive heat sensitive collection digital tube display, based on 51 single-chip, C language.)
数码管显示
- 自己学习对数码管进行静态,动态,多位数码管的显示,学会锁存功能等基本功能。 希望大家能对数码管进行随心所欲的进行控制