-
PN532-master
this is a LCD library for 128x64. But u can use it for your way
- 2017-08-30 12:17:16下载
- 积分:1
-
jiaotongxinhaodeng
交通信号灯的功能与实现,自己做的,注意端口(stc89c52rc keil)
- 2014-07-16 15:04:15下载
- 积分:1
-
DoubleFibe
Study on LD Pumped Yb3+ -doped Double-clad Fiber Lasers数值分析对线形腔LD泵浦掺镱的双包层光纤激光器进行研究,分析了单端泵浦和双端泵浦的泵浦光及激光输出功率和增益在光纤中的分布,结果表明,非均匀泵浦比较适合高功率光纤激光器。(Study on LD Pumped Yb3+-Doped Double-clad Fiber Lasers numerical analysis of the linear cavity of the LD-pumped Yb-doped double-clad fiber laser research, analysis of single-ended and double-end-pumped pumped pumped optical and laser output power and gain distribution in optical fibers, results show that more suitable for non-uniform-pumped high power fiber lasers.)
- 2008-02-12 13:10:49下载
- 积分:1
-
51mcu
很好的单片机学习资料,c语言开发,值得去参考学习(it is nice to have it to learn mcu)
- 2013-11-12 18:30:41下载
- 积分: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
-
3.HX711串口STM32例程
称重模块,oled显示重量,RTC时钟显示时间,矩阵按键修改时间(Weighing module, OLED display)
- 2020-06-19 17:20:02下载
- 积分:1
-
HT66FU50naozhong
使用Ht66fu50单片机设计闹钟,使用12864显示,DS1302时钟芯片,DS18B20温度传感器,蓝牙的相关硬件,该作品获得天津市合泰杯三等奖。(Use Ht66fu50 microcontroller design alarm clock, use 12864, DS1302 clock chip, DS18B20 temperature sensor, Bluetooth related hardware, the work won the third prize of Tianjin cup of Thailand.)
- 2021-03-22 20:39:16下载
- 积分:1
-
dianchangxunjian
一款电厂巡检软件,很简单的C++处理程序,适合初学者使用,C++(A plant inspection software, very simple C++ handler for beginners, C++)
- 2014-02-23 15:48:29下载
- 积分:1
-
98877
51单片机的设计实例,利用51单片机在实际应用中的景丹例程,供初学用。(51 microcontroller design example, use SCM in the practical application of King Dan routines for beginners to use.)
- 2015-01-23 23:31:46下载
- 积分:1
-
1602-static-display-program
stc系列单片机系统与1602液晶静态显示程序(1602 static display program)
- 2013-12-17 09:43:19下载
- 积分:1