搜索资源列表
-
0下载:
秒表计时器 通过51单片机 数码管现实秒表 开关可以调节时间 对时间进行调整 可以计时-Stopwatch timer stopwatch by the microcontroller digital switch can be adjusted real time to adjust to the time
-
-
0下载:
一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -C51 microcontroller serial port to receive a (break) and send routine can be used to interrupt the microcontroller 51 receives the test
-
-
0下载:
MCS-51单片机的输入/输出有两种基本方式,直接端口方式与总线方式。通过本实验可以掌握MCS-51单片机直接端口方式的输入/输出,特别是学会运用MCS-51单片机的位操作功能-MCS-51 microcontroller I/O There are two basic ways, directly with the Bus port. We can get through this experiment, MCS-51 single-chip mode of direct port I/O,
-
-
0下载:
51单片机编程 适合学习单片机的一起共享-51 Microcontroller Programming
-
-
0下载:
基于51单片机的C语言程序期末总复习题,全部都是精华,有了它,考试想挂科都难!-Based the 51 microcontroller C language program ending review questions, all the essence, with it, the examination hanging branches immune!
-
-
0下载:
基于51单片机开发板的电路程序图,51单片机是学习单片机最基础的入门。-Figure 51 MCU development board circuit program, 51 MCU is the most basic entry-learning microcontroller.
-
-
0下载:
基于AT89C51单片机和555芯片构成的多谐振荡电路设计一电容测量电路,这种测量方法主要是通过一块555芯片来测量电容大小。让555芯片工作在直接反馈无稳态的状态下,555芯片输出一定频率的方波,其频率的大小跟被测量的电容之间的关系是:f=0.772/(R*Cx) ,固定R的大小,其公式就可以写为:f=k/Cx,只要能够测量出555芯片输出的频率,就可以计算出测量的电容。计算频率的方法可以利用单片机的计数器T0和中断INT0配合使用来进行测量。
文件内含有proteus工程及keil工程建
-
-
1下载:
有源RFID,远距离射频识别。包含C源程序,运用于51单片机、msp430单片机-Active RFID, long-range radio frequency identification. Contains the C source code, used in 51 microcontroller, msp430 microcontroller
-
-
0下载:
51单片机的应用,寄存器以及指令的应用,准确。-51 microcontroller applications, register and instruction, and accurate.
-
-
0下载:
AD9833是一款DDS函数信号发生芯片,通过51单片机的控制可以产生不同频率的正玄波、方波和三角波-AD9833 is a DDS Function generator chip, the microcontroller controls through 51 different frequencies can produce sine wave, square wave and triangular wave
-
-
0下载:
SRF-04超声波测距的51单片机C语言代码-51 microcontroller C language code SRF-04 Ultrasonic Ranging
-
-
1下载:
STC15系列单片机的外部中断0(INT0)和外部中断1(INT1)的触发有两种方式,上升沿和下降沿均可触发方式和仅下降沿触发方式。在实际应用中,有时候需要上升沿触发。这时有两种方案可以解决。
1.将触发方式设置成仅下降沿触发。当外部电路产生一个上升沿时,通过硬件电路加一个三极管进行反向变成下降沿。
2.这种方法不需要改变硬件电路。将触发方式设置成上升沿和下降沿均可触发方式。外部中断产生一个上升沿时,进入中断服务函数,这时在中断服务函数里做进一步处理,检测当前INT0的电平状态。如果是高电
-