-
Audio-amplifier
设计并制作一个功率可程控的高效率音频功率放大器及其参数的测量、显示装置。功率放大器的电源电压为+12V(电路其他部分的电源电压不限),负载为8Ω电阻。(Audio amplifier)
- 2015-03-09 10:05:04下载
- 积分:1
-
MYeclock
实现stc12c5a60s2单片机电子时钟的时,分,秒等基本功能。(Stc12c5a60s2 achieve single-chip electronic clock hours, minutes, seconds, and other basic functions)
- 2013-08-03 21:01:26下载
- 积分:1
-
Logic-Analyzer
基于Cy7y168013USB接口芯片的逻辑分析仪keil源码(Logic analyzer based on Cy7y168013USB interface chip keil source code)
- 2015-07-29 22:08:19下载
- 积分:1
-
VB-YKMUSB-sampling
说明: 使用vb与衡河9140示波器连接,并控制采集一列脉冲数据,对数据进行分析,计算脉宽、积分面积、平均电压,并将波形通过picture控件显示在界面上(Using vb oscilloscope connected with the value for r. 9140, and a pulse control and data acquisition data, analyze data, calculate pulse width, integration area, average voltage, and waveform display in the interface through the picture controls on)
- 2010-04-01 22:20:56下载
- 积分:1
-
MCS-51
新编MCS-51单片机应用 完本。
希望对大家有用(New MCS-51 microcontroller applications complete this. I hope useful)
- 2013-09-13 21:04:17下载
- 积分:1
-
cec13Benchmarks_matlab
CEC2013_RealParameterOptimization竞赛用全套测试函数(Benchmarks for CEC2013_RealParameterOptimization)
- 2016-10-30 18:45:08下载
- 积分:1
-
one_wire_disp
一线显示,把电源跟数据线结合起来,减少了通讯连线.控制程序是C51的.(Line shows that the power supply combined with the data lines to reduce the communication connection. Control procedures are in C51.)
- 2009-02-12 20:28:07下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
jiaotongdeng
单片机模拟交通灯显示。其中,红灯与绿灯显示时间均为50s,中间的黄灯显示时间为15s。绿灯用八位发光二极管流动闪烁作代表;红灯用八位发光二极管全亮作代表;黄灯用八位发光二极管全亮全灭闪烁作代表。刚开始显示的为绿灯。(SCM simulated traffic light display. Among them, the red and green display times are 50s, in the middle of the yellow light is displayed for 15s. Green with eight light-emitting diode flashes as a representative flow red with eight full brightness light-emitting diodes as a representative yellow with eight light-emitting diodes for all light flashes Quanmie representatives. Just beginning to show as green. Display order: green- yellow- red- yellow- green- yellow- red- ..................)
- 2014-05-29 17:15:44下载
- 积分:1
-
DS1302
很好的一个东西,希望对大家有所帮助,这是关于DS1302的一个程序(Good thing, we want to help, this is a program on DS1302)
- 2011-02-11 09:14:14下载
- 积分:1