-
5PS2MOUSE1
51单片机模拟PS2鼠标KEIL C51程序,单片片机采用STC12C系列,代码注释详细,
(51 single-chip analog PS2 mouse KEIL C51 program, a single piece of machine with STC12C series of code comments in detail,)
- 2012-08-20 06:52:01下载
- 积分:1
-
ADXL345
讲解 角度传感器的原理,内部结构,引脚功能,以及相关运用(Angle sensor to explain the principles of the internal structure of pin functions, and related use)
- 2011-09-01 01:42:49下载
- 积分: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
-
jiyudanpianjikongzhidezhinengxiaoche
一个简单的小车单片机C语言控制,适合初学者(A simple car microcontroller C language control, suitable for beginners)
- 2014-02-20 22:15:28下载
- 积分:1
-
bp_drag
fluent软件中关于模拟二维流化床的均匀流化作用的程序代码。(the fluent software simulation of two-dimensional fluidized bed uniform fluidization program code.)
- 2012-12-25 15:15:53下载
- 积分:1
-
VB--PIC
使用VB与PIC采集,采用软件中断方式,使用研华1710集成卡。(Using VB with PIC acquisition, the software interrupt, use the the Advantech 1710 integrated card.)
- 2012-09-30 00:27:14下载
- 积分:1
-
HUST
华中科大第八届的程序 拿了赛区的二等奖 关于飞思卡尔智能车电磁组(sensor group)
- 2014-01-17 13:00:55下载
- 积分:1
-
MC9S12XS128changyongmokuai
MC9S12系列单片机的学习的资料,里面包括了其重要的技术模块及编程技巧,能帮助大家更好的了解和使用这款单片机(MC9S12 series MCU learning materials, including its important technical modules and programming skills, to help people better understand and use the single chip microcomputer
)
- 2013-10-16 10:01:22下载
- 积分:1
-
GEADVANCE3D_Sinogram
数据转换为正弦图,最终输出的正弦图为平均正弦图。(Data into sine figure, final output sine the graph is the average sinogram.)
- 2013-10-07 15:26:07下载
- 积分:1
-
Sat889c51snd1C
at89c51snd1单片机SCMM的mp3播放程序源码
(SCMM at89c51snd1 microcontroller mp3 player source code)
- 2012-07-16 09:46:46下载
- 积分:1