-
CHCS
串行测试的一个文件,是一个测试文件,可用来测试串行数据(A serial test file is a test file that can be used to test the serial data)
- 2015-06-03 11:04:05下载
- 积分:1
-
Borland C++Builder中调用CHM帮助系统的详细方法
Borland C++Builder中调用CHM帮助系统的详细方法-Borland C++ Builder call CHM help system detailed methodology
- 2023-01-14 01:20:04下载
- 积分:1
-
Image-processing-Function
image processing function in matlab software
- 2011-02-26 22:41:49下载
- 积分:1
-
单链表模板
数据结构单链表的模板,头文件是用类模板的线性表声明,类文件是功能函数的定义,包括构造函数,析构函数,按值查找,插入,删除,遍历等操作,主函数文件是各项功能的简单实现
- 2022-01-25 15:59:37下载
- 积分:1
-
C# MVC微信开发公众平台
C#开发的微信公众平台,菜单栏目,自动回复,LBS定义,功能模块丰富,可量身定,制微官网,微客服,微相册,微推送,微餐饮,微房产,微商城,微美容,微汽车,大转盘,刮刮乐等数百种功能
- 2022-03-11 03:49:33下载
- 积分:1
-
1
北航数值分析大作业第一题源代码 visual studio 2013编译并运行通过。(
Northern Numerical analysis of large jobs first question the source code visual studio 2013 to compile and run through.)
- 2013-12-29 12:15:18下载
- 积分:1
-
main
图像球面化,对于输入的图片进行球面变换达到图形变形的效果(Spherical image of, for input images to spherical transformation to achieve the effect of graph distortion)
- 2020-11-26 14:19:30下载
- 积分: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
-
VCPP-search-image
亲密体会C++编程的各项技术及前沿科技,让你学有所活哦 亲(Intimate experience C++ programming technology and cutting-edge technology, so that you have learned to live Oh pro)
- 2012-11-02 17:34:44下载
- 积分:1
-
STM_VCP_Driver
STM32 USB转串口驱动,含X86和X64,版本号1.5(STM32 USB to serial port driver, including X86 and X64, version 1.5)
- 2018-07-22 15:51:04下载
- 积分:1