-
FAT32
FAT32文件系统移植到UC/OS中,实现对sd卡的操作(FAT32 file system migration to UC/OS, the realization of the operation of the sd card)
- 2011-07-04 15:43:17下载
- 积分:1
-
SCM-papers-report
单片机论文报告 我的课程设计报告 供大家参考(SCM papers report my curriculum design report for your reference)
- 2013-09-10 19:33:25下载
- 积分:1
-
DAvE_XC866_v2[1].3
RF1100无线模块与英飞凌CX8868位微控单片机(i can t)
- 2011-10-08 16:00:59下载
- 积分:1
-
kuanfang-
以dac7811带动的宽放的编写程序,
以dac7811带动的宽放的编写程序
以dac7811带动的宽放的编写程序,,(In dac7811 driven liberalization of programmingIn dac7811 driven liberalization of programming)
- 2013-09-04 08:26:14下载
- 积分:1
-
freescale-smartcar
第九届飞思卡尔智能车程序 国赛第四
底层文件都是自己写的
3个ccd labview上位机(Ninth Freescale smart car race fourth country program)
- 2016-04-18 16:38:53下载
- 积分:1
-
KeilC51
该手册是Keil 软件公司8051 单片机软件开发工具的介绍是为新用户和有兴趣的读者准备的使用指南只需要阅读本书就可以正确地运行和使用该软件这本用户指南包括以下章节的内容(The handbook is a Keil software 8051 software development tools introduced for new users and readers interested in the use of guidelines to prepare only need to read this book can be run correctly and use the software that the user s guide includes the following chapters content)
- 2008-04-21 18:34:38下载
- 积分:1
-
MMA7660
MMA系列加速度计MMA7660数据采集与处理程序,是基于X128单片机(MMA series accelerometer MMA7660 data acquisition and processing procedures, is based on X128 microcontroller
)
- 2013-06-07 19:39:25下载
- 积分: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
-
LED
旋转LED的实现,实现用单片机控制电机转速,采用无线供电方式哦(Rotate the LED, achieving MCU control motor speed, the use of wireless power supply oh)
- 2013-11-03 18:25:32下载
- 积分:1
-
key_Queue
3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)
- 2013-12-15 15:04:19下载
- 积分:1