-
IEC101
101规约程序代码说明,较为详细的101标准电力通讯规约代码。(Power communication protocol IEC 61850-101 Statute of the simulator source code, VC prepared)
- 2020-09-15 16:57:57下载
- 积分:1
-
changkouLED
通过上位机来控制LED显示的数字内容,主要是动态显示数字变化情况(Through the host computer to control the LED display digital content, mainly dynamic display of digital changes)
- 2013-04-29 19:04:23下载
- 积分:1
-
04-多路ADC转换-BandGap-模拟串口发送
stc51单片机上对04-多路ADC转换-BandGap-模拟串口发送例程(Stc51 microcontroller on the 04- multi-channel ADC conversion, -BandGap- analog serial port to send routines)
- 2017-06-24 09:44:28下载
- 积分:1
-
IOaUART
利用单片机IO口模拟UART程序,系统用了一个定时器和一个外部中断,外部中断主要是用来检测串口起始位的到来。(IO mouth simulation UART program, microcontroller system with a timer and an external interrupt, external interrupt is mainly used to detect the arrival of the start bit serial port.)
- 2016-12-30 08:38:34下载
- 积分:1
-
ALIENTEK-MINISTM32---hongwaiyaokong
ALIENTEK MINISTM32 hongwaiyaokong.zip
- 2012-11-04 11:54:28下载
- 积分:1
-
Matrix-keyboard-lock
矩阵键盘密码锁+简易计算器,C52的单片机平台,C语言开发,适用于初学学习。(Matrix keyboard lock+ simple calculator, C52 MCU platform, C language development, suitable for beginners to learn.)
- 2015-12-20 00:22:36下载
- 积分:1
-
usb_host_printer_pcl_5
说明: 惠普打印机 PCL5 语言 命令函数程序代码参考(hp pcl5 printing command reference)
- 2011-03-17 21:31:23下载
- 积分: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
-
01_LED
说明: 430单片机中的led显示模块,对于初学者来说,这个程序简单易懂,是学习430的好帮手(430 in single-chip led display module, for beginners, this easy-to-read program is a good helper to learn 430)
- 2009-08-20 17:31:40下载
- 积分:1
-
78
说明: 基于飞思卡尔DG128的方波,适合学生学习(Based on Freescale DG128 square wave, suitable for students)
- 2010-07-04 20:41:05下载
- 积分:1