-
suoxianghaun
飞思卡尔单片机锁相环程序,详细说明了锁相环的配置步骤以及计算方法(Freescale MCU PLL procedures, a detailed description of the PLL configuration steps and calculation methods)
- 2020-11-09 21:29:46下载
- 积分:1
-
SimageCAMMssi
仿真程序数控机床,数控机床,以模仿实际操作,有有一定的价值,很多共享!,可以直接使用。
(Simulation program CNC machine tools, CNC machine tools, to mimic the actual operation, the value of many shared Can be used directly.)
- 2012-06-08 18:49:00下载
- 积分:1
-
SCM-mat
《 单片机应用技术(C语言版)(工业和信息化高职高专“十二五”规划教材立项项目)》素材文件 (" SCM technology applications (C language) (Industry and Information Technology College" 12th Five-Year Plan " textbook project project) material file)
- 2012-12-08 20:36:59下载
- 积分:1
-
Desktop
跑马灯设计,主要是利用51单片机完成跑马灯的设计(Marquee design)
- 2012-09-18 21:59:36下载
- 积分: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
-
virtual-oscilloscope-module
本程序是虚拟示波器,可以显示多条曲线波形,调节幅值和时间(Oscilloscope can display multiple curve
)
- 2014-01-10 12:06:01下载
- 积分:1
-
EEPROM
基于51系列单片机的eeprom例程,其中包括c,hex及其相关文件,硬件电路图,相关芯片介绍。(Based on 51 series MCU eeprom routines, including c, hex and its associated files, hardware schematics, related chip introduced.)
- 2013-07-21 18:25:09下载
- 积分:1
-
CDPartner
这是一个带有时钟,闹钟的桌面宠物程式.
还有记事功能!!COOL(This is a clock, alarm clock, desktop pet programs. There Notepad function!! COOL)
- 2007-11-29 19:45:16下载
- 积分:1
-
BMP180
基于STM32F10X的气压传感器(bmp180)程序,串口输出,内含bmp180手册。(Based STM32F10X pressure sensor (bmp180) program, serial output, containing bmp180 manual.)
- 2020-12-15 16:49:14下载
- 积分:1
-
chuankoutongxin
通过51单片机实现串口通信,并在外接LED显示器上显示。(51 microcontroller via serial communications, and displayed on an external LED display.)
- 2015-09-14 15:21:33下载
- 积分:1