-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分: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
-
mswatch
桌面监视器,带键盘监视功能
可用于关闭一些广告窗口或不希望出现的任意窗口,键盘监视功能带回放器,可播放鼠标键盘的操作过程(desktop monitor, with the keyboard function can be used to monitor the closure of some advertising window or do not want to see is the arbitrary window, Keyboard surveillance function with playback device that can broadcast mouse keyboard operation process)
- 2007-04-17 17:35:00下载
- 积分:1
-
chuankou
单片机串口发送程序,试一次课设做的,非常非常好用(Chip serial transmission program, try again Lesson set, very, very easy to use)
- 2013-06-05 00:13:11下载
- 积分:1
-
19
说明: 单片机c语言 初学者有用 有例子哦 (SCM c language for beginners there are examples of useful oh)
- 2009-09-17 21:23:41下载
- 积分:1
-
Visual_Studio_2010_Shortcuts
Microsoft Visual Studio 2010 Express
快速功能鍵(Microsoft Visual Studio 2010 Express
Keybinding Brochures)
- 2014-01-21 14:51:30下载
- 积分:1
-
nec_part3
A Beginner’s Guide to
Modeling with NEC vol 3
- 2014-10-15 08:30:40下载
- 积分:1
-
无线信道时延扩展仿真
无线信道时延扩展仿真
一、仿真目的
在数字通信中,无线信道所表现出的时延扩展将有可能引起接收信号的码间串扰。实验的目的是从时域角度方面对移动信道的多径环境引起的接收信号时延扩展现象进行仿真。(wireless channel delay spread simulation
One, the simulation purpose
In digital communication, wireless channel delay spread shown will likely cause the received signal crosstalk code. The aim of the experiment is to delay the received signal due to multipath environment of mobile channel in time domain and the phenomenon of simulation.)
- 2014-06-17 23:41:02下载
- 积分:1
-
RGB_Colour1618447212003
RGB Colour Wheel for Visual Basic
- 2016-01-28 22:22:18下载
- 积分:1
-
vbplc
说明: vb与plc通讯帮助解决vb与plc通讯之间的问题(vb and Communications plc)
- 2010-04-21 01:44:57下载
- 积分:1