-
guipgm
BASIC ANROID AND COMMON PROGRAM
- 2016-01-29 18:56:24下载
- 积分:1
-
lcd
接口技术实验,实现在LCD上倒计时,程序中可设置起始时间。(lcd set time)
- 2011-12-20 09:06:05下载
- 积分:1
-
fpid_P4.0
某工厂实际工程例子仪表温控程序,模糊PID控制,非常好。(Practical engineering example instrument temperature control program)
- 2017-11-23 21:18:58下载
- 积分:1
-
2PC与西门子S7-200 PLC组成的控制系统
用于PC与西门子S7-200 PLC组成的控制系统(A control system consisting of PC and SIEMENS S7-200 PLC)
- 2017-09-23 11:34:33下载
- 积分:1
-
STM32_Stepe-motor
基于STM32的4轴步进电机加减速控制全套工程源码,共有两套;
一套是STM32F103的,另外一套是STM32F405的;
可以同时控制4轴步进电机进行加减速;
速率可以达到100K以上;
(4-axis stepper motor control acceleration and deceleration based STM32 full project source code, there are two
Set is STM32F103 and STM32F405 is another set of
Can simultaneously control four-axis stepper motor acceleration and deceleration
Rate can reach more than 100K)
- 2021-03-02 09:19:34下载
- 积分:1
-
C8051-PCA
巧用C8051F410的PCA实现超声波测距(Using the PCA to achieve ultrasonic ranging C8051F410)
- 2011-10-18 18:59:45下载
- 积分:1
-
wskaznik
Wskaź niki, led ATMEGA
- 2012-03-17 05:06:00下载
- 积分:1
-
uV_TW_CMSIS_TM4C_PID_MATLAB_LOOPBACK_2
pid implementation in c++ by backward euler approcimation
- 2019-01-30 19:23:17下载
- 积分:1
-
wenkongqi
智能温控器的误差调试上位机原程序,界面简单,功能好用!(Smart Thermostat error debugging PC original program, a simple interface, easy to use features!)
- 2013-11-25 15:22:36下载
- 积分:1
-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1