-
51test
51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
- 2014-05-11 19:52:16下载
- 积分:1
-
配电网零序电流故障定位方法在PSCAD中的模型搭建zerosimulation
配电网零序电流故障定位方法在PSCAD中的模型搭建,可以调整故障类型和短路电阻等进行故障模拟(The fault location method of zero sequence current in distribution network is built in PSCAD, which can adjust the fault type and short circuit resistance.
)
- 2021-02-27 18:59:36下载
- 积分:1
-
DELTA_PLC
说明: 台达PLC Modbus协议通信dll com控件(nothing)
- 2010-03-31 16:51:14下载
- 积分:1
-
Springer
Springer - WI-FI, BLUETOOTH, ZIGBEE AND WIMAX Wi-FiTM: Architecture and Functions
(Springer- WI-FI, BLUETOOTH, ZIGBEE AND WIMAX Wi-FiTM: Architecture and Functions)
- 2010-05-23 02:20:38下载
- 积分: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
-
uCGUI_uCOS-II
在STM32F4平台上移植的ucos-ii和ucgui,很适合正在学习ucos-ii和ucgui的朋友(On STM32F4 porting ucos-ii and ucgui, very suitable for studying ucos-ii and ucgui friend)
- 2014-02-23 18:49:26下载
- 积分:1
-
PWM
msp430单片机通过产生PWM波控制舵机(msp430 microcontroller to generate the PWM wave control servos)
- 2021-03-08 16:19:28下载
- 积分:1
-
STM32F107Exp23(for_ST_FW_3.10)
基于stm32f107的几乎所有基本功能模块的实现与应用源码(Stm32f107 almost all basic functional modules and application source code)
- 2012-12-14 18:06:53下载
- 积分:1
-
500w_PIC_Modified_Sine_Wave_Inverter
pic modified sine wave inverter circiut
- 2013-12-24 07:42:05下载
- 积分:1
-
KmeansMatching
It is matching algrithm using kmeans. Kmeans is a classification method.(It is matching algrithm using kmeans. Kmeans is a classification method.
)
- 2014-05-31 14:13:18下载
- 积分:1