-
7620
飞思卡尔的风单片机源程序,希望有帮助哦,记得好好刊登在用看(Freescale wind microcontroller source code, hope helpful Oh, I remember the good published in see)
- 2013-01-23 01:39:23下载
- 积分:1
-
DGCL
DGCL (An Efficient Density and Grid Based Clustering Algorithm for Large Spatial Database)的实现代码,费了很长时间才实现的(DGCL (An Efficient Density and Grid Based C. lustering Algorithm for Large Spatial Databas e) the realization of code, and a very long time to achieve the)
- 2007-06-19 10:58:52下载
- 积分:1
-
24l01
这是24L01开发头程序,希望对大家有帮阻(24L01 This is the first development process, we hope to help a resistance)
- 2006-10-16 09:20:32下载
- 积分:1
-
CCU6
很适合英飞凌单片机的初学者,可作为初学者的很好的参考资料。(Infineon microcontroller is suitable for beginners, as a good reference for beginners.)
- 2015-02-04 09:39:57下载
- 积分:1
-
yinyue
单片机控制的音乐播放器的proteus仿真以及源程序,导入单片机通过测试过能正常工作,希望对须要的人有所帮助。(Music player SCM proteus simulation and control of the source code, import the microcontroller through tested to work properly, we want to help people who need.)
- 2015-07-12 17:14:51下载
- 积分:1
-
CC2430_FDMA
说明: 程序为基于Zigbee无线通信的点对多点无线通信源程序。ZigBee堆栈是在IEEE 802.15.4标准基础上建立的,定义了协议的MAC和PHY层。CC2430为基于51核心的高性能芯片。程序的编译平台为chipcon公司的IAR..(program of CC2430 )
- 2010-04-21 17:51:23下载
- 积分:1
-
lightwater
简单的流水灯程序,另外包括按键控制led灯程序,适合初学者(Simple water lights, led lights additionally includes key control procedures, suitable for beginners)
- 2013-07-15 13:27:44下载
- 积分:1
-
ATK-SIM900A
SIM900开发板配套STM32 GPRS代码(SIM900 STM32 GPRS driver)
- 2013-11-26 10:54:05下载
- 积分: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
-
RTD2660_AV1_AV2_131015
RTD2660 RTD2660H 源码 可点TTL LVDS屏 可做AV VGA DVI HDMI接口(RTD2660 RTD2660H source point TTL LVDS screen can do the AV VGA DVI HDMI Interface)
- 2015-09-23 15:41:36下载
- 积分:1