-
STM32超声波测距
基于stm32f103系列的超声波测距。 误差小于3毫米。亲测可用(Ultrasonic ranging based on STM32F103 series. The error is less than 3 mm. Availability of pro-test)
- 2020-06-19 19:00:01下载
- 积分:1
-
VC++_image_Code
说明: VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。(VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorithm, penumbral tune jitter histogram of the amendment, color conversion, corrosion, swelling, refinement algorithm, etc., as well as executable files for trial, together with supporting electronic collection, image processing is a good data entry.)
- 2008-11-20 23:20:31下载
- 积分:1
-
STM32F4xx_DSP_StdPeriph_Lib_V1.8.0
说明: stm32f4xx 官方标准外设固件库 ,含有多种类型的设计案例(Stm32f4xx official standard peripheral firmware library, containing a variety of design cases)
- 2019-02-22 18:46:45下载
- 积分:1
-
imageprocessingC
这是我珍藏的图像处理入门C源码分析,给大家共享了!(This is my collection of the Image Processing entry C source code analysis, to share!)
- 2006-08-03 09:50:44下载
- 积分:1
-
C51aC
详细讲解C51单片机以及C语言各项知识点必备秘籍(Detail to explain the C51 microcontroller as well as the C language knowledge essential Cheats)
- 2013-02-23 18:01:14下载
- 积分:1
-
danpianji
利用AT89C51单片机的定时,定时计数器T0秒,秒计数的时候,第二代,再加上1秒计数,计数到60秒,自动从0开始。单片机12MHz晶振频率(Using AT89C51 single-chip timing, timing counter T0 seconds, seconds count as a time when the second generation, plus 1 seconds count, count to 60 seconds, automatically the beginning of 0. Crystal frequency chip 12MHZ)
- 2015-04-23 19:30:40下载
- 积分:1
-
步进电机位置环控制
/* 包含头文件 ----------------------------------------------------------------*/
#include "stm32f1xx_hal.h"
#include "StepMotor/bsp_STEPMOTOR.h"
#include "usart/bsp_debug_usart.h"
#include "EncoderTIM/bsp_EncoderTIM.h"
#include
#include
/* 私有类型定义 --------------------------------------------------------------*/
typedef struct
{
__IO float SetPoint; // 目标值 单位:mm
__IO int LastError; // 前一次误差
__IO int PrevError; // 前两次误差
__IO long SumError; // 累计误差
__IO double Proportion; // Kp系数
__IO double Integral; // Ki系数
__IO double Derivative; // Kd系数
}PID;
/* 私有宏定义 ----------------------------------------------------------------*/
#define TXDCYCLE 1000 // 数据发送周期;单位:ms
#define SAMPLING 0x01 // 采样标记
#define TXD 0x02 // 发送数据标记
#define MAX_SPEED 200
#define abs(x) ((x)= TXDCYCLE) // 1s
{
Time_Flag |= TXD;
time_count = 0;
}
}
- 2021-10-18 00:30:55下载
- 积分:1
-
main
Threshold
Adaptive Threshold
- 2014-01-12 22:26:26下载
- 积分:1
-
USB3.0 UVC图像采集识别方案
基于USB3.0的图像采集方案,最高支持1080p30
- 2023-04-19 06:35:03下载
- 积分:1
-
PGMA_2.1
这是一个ICC推出的两个标准色域映射算法的程序代码This is a launch of two standard ICC color gamut mapping algorithm code(This is a launch of two standard ICC color gamut mapping algorithm code)
- 2013-07-15 10:45:09下载
- 积分:1