-
EVcharge
考虑电动汽车的出行需求以及电网的波动特性,建立了电动汽车参与削峰填谷的控制策略(Travel demand and the volatility characteristics of the grid to consider electric vehicles, electric vehicles involved in the establishment of a load shifting control strategy)
- 2021-03-30 10:59:10下载
- 积分:1
-
mega16_cymometer
avrmega16的频率计源码,在2m以内误差为1-3hz,1602显示(avrmega16 the frequency of source, in less than 2m error 1-3hz, 1602 show)
- 2009-02-19 14:36:41下载
- 积分:1
-
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
-
bujindianji
单片机at89c52控制步进电机,愿跟大家一起分享(Microcontroller at89c52 control stepper motor, is willing to work with you to share with)
- 2012-11-29 18:44:27下载
- 积分:1
-
1.2
Indexing addrresses in NASM assembly
- 2014-01-07 04:19:50下载
- 积分:1
-
aqz
该程序用于对数据的采集,然后送去显示,报警(The program used for data collection, and then sent to display, alarm)
- 2010-07-04 11:32:07下载
- 积分:1
-
digital-thermometer
利用数字温度传感器DS18B20与单片机结合来测量温度控制器,使用单片机AT89C51,测温传感器使用DS18B20,用3位共阳极LED数码管以串口传送数据,实现温度显示。(Binding to measure the temperature controller, using the AT89C51 microcontroller, DS18B20 temperature sensors, with a common anode three LED digital serial transmission of data to achieve using a digital temperature display and temperature sensor DS18B20 microcontroller.)
- 2020-06-26 15:40:02下载
- 积分: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
-
STM32-ENC28J60-uIP1.0-vet6mini
本程序为STM32F103VET6单片机和ENC28J60网络芯片实现以太网功能的程序,程序成功的移植了uip1.0协议栈并实现了以太网通信(The program program STM32F103VET6 microcontroller and ENC28J60 Ethernet network chip functions successful transplant program uip1.0 of the protocol stack and Ethernet communication)
- 2013-01-16 22:25:11下载
- 积分:1
-
ADC1_TriggerConversion
根据对应的按键值,对应输出相应的电容值,并做掉电检测(According to the corresponding key value, corresponding to the output of the corresponding capacitance values and do brownout detection)
- 2013-11-26 23:42:16下载
- 积分:1