-
19.fengmingqi
此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
- 2015-10-16 16:16:04下载
- 积分:1
-
motor_encoder
stm32f072rbt6
直流电机编解码(光栅编码器)的数据采集程序。(stm32f072rbt6 DC codec (coder raster) data collection program.)
- 2015-09-14 11:28:37下载
- 积分:1
-
SHAL_KEIL
通过单片机实现哈希函数SHA-1,C源程序完全可用,已经测试,外部加密芯片采用DS28E01-100(MCU hash function SHA-1, C source code fully available, and has been tested external encryption chip uses DS28E01-100)
- 2020-11-10 09:39:45下载
- 积分:1
-
svdprony
使用奇异值分解算法的prony算法用于电机故障诊断(SVD algorithm prony algorithm for the motor fault diagnosis)
- 2016-05-03 21:24:59下载
- 积分:1
-
51-1602
基于Keil的51工程-1602移位显示(51 works based on Keil-1602 shift display)
- 2013-08-10 09:57:28下载
- 积分:1
-
Process-scheduling-
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
(① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
- 2020-11-27 09:49:31下载
- 积分:1
-
irlink
pic单片机Proteus仿真NEC格式红外,编码,解码,调制三部分(PIC proteus ad da )
- 2014-11-13 17:22:17下载
- 积分:1
-
Patch-WinLicense-hwid
Patch WinLicense hwid ~
- 2015-02-19 01:17:15下载
- 积分:1
-
111111111222
zigbee cc2530无线数据接受与发送,以外接传感器MQ-2酒精传感器为例,内置协议栈,直接下载就行,IAR版本为8.1(zigbee cc2530 wireless data accepted and sent to the external sensor MQ-2 alcohol sensor, for example, the built-in protocol stack, the direct download on the line)
- 2021-01-03 22:48:55下载
- 积分: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