-
uDisk_WM_DEVICECHANGE
通过WM_DEVICECHANGE来检测u盘的传播者源代码(through WM_DEVICECHANGE to detect u site promoters source code)
- 2006-12-23 08:18:11下载
- 积分: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
-
luyou
使用51单片机和cc2530模块组成的路由器程序,可以实现收发和存储功能(51 machines use a single product and get the router module cc2530 program)
- 2016-08-23 16:44:30下载
- 积分:1
-
exe6_10820_person_phoneNum_static
static members source code for object oriented environment
- 2017-01-07 00:20:18下载
- 积分:1
-
Timers
c8051f060中定时器设置的参考程序,用于定时器的设置(The timer is set to the C8051F060 reference procedures, used to set the timer)
- 2015-03-06 18:39:07下载
- 积分:1
-
Character-code-tools
1.可以自动生成十六进制字编码。
2.可以自动C语言格式字符编码。
3.支持GBK和ASCII字符编码查询。(1 can automatically generate a hexadecimal character encoding.
2 can automatically format the C language character encoding.
3 support GBK and ASCII character encoding query.撤消修改)
- 2014-01-04 16:42:20下载
- 积分:1
-
GUI.H
GUI用户界面用来显示电路波形,即示波器,STM32编程实现(STM32 and GUI for application to show electronic waves accounting for testing the circuits.)
- 2014-05-03 15:26:27下载
- 积分:1
-
FIRA
西北工业大学 C++ 描述 FIRA 5vs5 仿真足球(Northwestern Polytechnical University C++ description of FIRA the 5vs5 simulation soccer)
- 2012-05-26 07:34:56下载
- 积分:1
-
430
msp430f149三相逆变电源源代码,可以输出6路spwm信号(msp430f149 spwm)
- 2014-05-09 16:39:55下载
- 积分:1
-
8、交通灯
绿灯亮时,准许车辆通行,黄灯闪烁时,已越过停止线的车辆可以继续通行;没有通过的应该减速慢行到停车线前停止并等待,红灯亮时,禁止车辆通行。给行人看的叫人行横道灯,通常指由红、绿(绿为蓝绿)二种颜色灯组成用来指挥交通通行的信号灯,红灯停,绿灯行。(When the green light is on, the vehicle is allowed to pass. When the yellow light is flashing, the vehicles that have crossed the stop line can continue to pass.You should slow down to stop and wait at the stop line. No traffic is allowed when the red light is on.Pedestrian crossing lights for pedestrians, usually denoted by red, green (green, blue, green), two color lamps used to direct traffic signals, stop at red lights and green.)
- 2018-03-20 14:09:14下载
- 积分:1