-
12
说明: 基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分: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
-
IR-decoding-digital-display
IR decoding digital display
- 2013-10-06 00:06:17下载
- 积分:1
-
2.4G
2.4G研发详细文档,对没有无线基础的同学非常有帮助!(2.4G development with the document, very helpful to students based on no wireless!
)
- 2015-02-24 22:44:28下载
- 积分:1
-
AD
说明: 51单片机开发,AD转换模块
,模数转换,高精度(51 MCU development, AD converter module, analog-to-digital conversion, high-precision)
- 2012-10-13 10:03:11下载
- 积分:1
-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分:1
-
CRCF_src
该程序是CRC校验程序,可以查看文件的校验和,这对文件本身进行校验,也可用在其它程序中检难数据正确与否(CRC procedures can view the document and check that the document itself calibration, but also can be used in other programs Frederick hard data are correct or not)
- 2005-03-25 09:23:40下载
- 积分: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
-
dssz.com_9200_dtmf
单片机音频通信9170和9200,接收发送源程序(9170 and 9200 microcontroller audio communication, the receiver sends source)
- 2013-07-13 09:33:35下载
- 积分:1
-
help-
一份直立车模调试指南,只要有点单片机基础的都可以看懂,从传感器介绍到数据处理,滤波,到姿态的计算。。。能带给你很大的用处(An upright Cars commissioning guide, just a bit microcontroller based can understand, from the sensor introduced to data processing, filtering, to the attitude of the calculations. . . Can bring you a lot of useful)
- 2014-08-19 18:12:29下载
- 积分:1