-
HUST
华中科大第八届的程序 拿了赛区的二等奖 关于飞思卡尔智能车电磁组(sensor group)
- 2014-01-17 13:00:55下载
- 积分:1
-
18b20
使用51单片机和18B20采集温度,并用数码管显示(Use 51 And 18B20 collecting temperature and with digital display)
- 2013-09-20 09:16:20下载
- 积分:1
-
calculator
这是基于单片机的计算器程序,可以实现加减乘除的功能(This is based on single-chip calculator program, Math functions can be achieved)
- 2011-11-11 13:32:40下载
- 积分: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
-
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
-
MSP430_2
MSP430F261x基本模块实验——汇编代码(MSP430F261x basic modules experiment- assembly code)
- 2014-04-24 21:27:32下载
- 积分:1
-
1602vD
建立单片机控制系统,研发需要的产品上面需要更完美的展现。(Establishment of MCU control system, research and development needs of the above products need to be more perfect show.)
- 2012-06-08 09:06:48下载
- 积分:1
-
car
汽车华容道,实现汽车华容道各种布局的路径的解法。(Car Huarong, Huarong realize various automotive solution path layout.)
- 2015-01-23 21:20:25下载
- 积分:1
-
LQmma7455C52
单片机内刻录程序,包含C语言和汇编语言两个版本。实现7455C5与单片机的串口通信,信息传输。(Microcontroller burning program, contains two versions of the C and assembly language. 7455C5 microcontroller serial communication, information transfer.)
- 2013-01-31 16:38:03下载
- 积分:1
-
AD4351-PLL
锁相环芯片ADF4351的控制程序,调用非常方便(fan yi bu liao a。。。。。)
- 2015-12-03 17:22:45下载
- 积分:1