搜索资源列表
Proteus_LED
- 在软件proteus下仿真MCU-51单片机6位LED计数器的演示例子和完整源代码(keil工程)-in software simulation under MCU-51 6 LED counter demonstration examples and complete source code (c51 engineering)
Proteus7.1+LED-C51
- 有Proteus 7.1电路与LED倒计时C51程序,可以软件仿真C51的程序状态.
PWMcontrolLED
- PWM控制LED的亮度 proteus仿真 C51程序-PWM control of LED brightness proteus simulation procedure C51
C51
- //PWM 调制程序 C51 2008-4-2 18:24:00 /*pwm 调制程序*/ /*说明: key用来控制 脉宽的高电平时间, 可以在P2.0引脚 接一个led做测试*/-//PWM modulation process C51 2008-4-2 18:24:00/* pwm modulation procedures*//* Note: key used to control the pulse width of the high time to P2.0
8LED
- C51汇编程序,八位LED动态扫描程序,Proteus仿真-MCS-51 Proteus
TLC2543
- 采用12位的串行AD转换芯片TLC2543对输入电压进行AD转换,TLC2543连到51单片机,AD转换结果通过数码管显示。该工程文件在keil环境下编译,用proteus仿真通过。-using 12-bit AD transfer chip--TLC2543 to acquire input voltage,TLC2543 is connected to C51 microprocessor,the AD transfer result will show on LED DISPLAY.The
demo-of-led-array-display
- 51单片机控制led点阵显示实例,包含keil c程序及proteus电路图。用74HC595实现串行显示。-An demo of 51 series SCM control led array to display. The file include C51 program by Keil C and circuit schematic by Proteus. Applying 74HC595 to display in serie port.
LED
- keil c51 数码管显示在Proteus中仿真-keil c51 digital display in the simulation in Proteus
Electronic-production
- 电子制作——杂志年刊程序汇总 基于89S52单片机的电子体温计 16×16点阵的制作 程控滤波器(D)设计报告 测试数据 AT89C51单片机双字中文点阵设计与仿真 51单片机和HD7279A的接口与编程 单片机从入门到精通系列讲座——数码管驱动方法 利用LCD1602的自定义字库显示汉字 单片机从入门到精通系列讲座——单片机简易频率计 用AT89S51单片机控制的智能电动车 P111G2系列可编程控制器应用集锦(1) 51单片机
danpianjishiyandagang
- 熟悉keil仿真软件、proteus仿真软件的使用。了解并熟悉单片机I/O口和LED灯的电路结构,学会构建简单的流水灯电路。掌握C51中单片机I/O口的编程方法和使用I/O口进行输入输出的注意事项。-Familiar with the keil simulation software, proteus simulation software use. MCU I/O port and the circuit structure of the LED lights, and become fami
PROTEUS
- 新概念C51单片机教程:8个LED状态流水灯 -New concept C51 MCU Tutorial: 8 LED status light water
10s-timer
- 10s计时秒表,一键启动、停止、清零,带led指示灯!带proteus仿真图!-c51,led,10s timer,one key start/stop/clear.
C51
- 一整套C51单片机C语言代码,包括花样灯,电子表,LED点阵,数字电压表,支持proteus仿真-the texts for C51 project
seg-proteus-simulation
- ptoteus仿真、keil c51、数码管、-proteus simulation、keil c51、led
C51-music-Count-down
- 资源中包含C51源代码、proteus仿真图以及编译好的hex文件 利用AT89C51单片机结合字符型LCD显示器设计的一个简易的倒数计数器,可用来煮方便面、煮开水或小睡片刻等。做一小段时间倒计数,当倒计数为0时,则发出一段音乐声响,通知倒计数终了,该做应当做的事。 定时闹钟的基本功能如下。 字符型LCD(16 ′ 2)显示器。 显示格式为“TIME 分分:秒秒”。 用4个按键操作来设置当前想要倒计数的时间。一旦按下键则开始倒计数,当计数为0时,发出一阵音乐声。
LED-Proteus
- 单片机&proteus 仿真, LED 闪烁,用 C51编程.-SCM and proteus entry, LED flashing lights. Programming with C51.
LED花样流水灯C51源代码与Proteus仿真文件
- LED花样流水灯-C51单片机源代码与Proteus仿真(LED pattern water lamp -C51 MCU source code and Proteus simulation)
单片机实验设计及源码
- 动态LED显示器设计 学习动态显示原理、Keil C51编程、调试。 参考下图完成一个6位数码管显示电路设计,实现6位字符动态显示功能,并进行电路的PCB设计。 要求: 1、采用PROTEUS-SIS模块绘制电路原理图; 2、采用Keil C完成C51编程和调试,并实现类似上图的显示功能(0~9、a~f、黑屏以及‘怪字符’的任意顺序组合);