-
LsingleLPPGo
长周期光纤光栅透射谱,用来描述长长周期光纤光栅传输特性
(Long period fiber grating transmission spectra used to describe the characteristics of long period fiber grating transmission)
- 2012-08-20 14:32:47下载
- 积分: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
-
TeeChart8
Teechart8汉化版,汉化的Teechart8控件,regsvr32后就可以在vc环境下插入。(Teechart8 finished version, finished the Teechart8 control, regsvr32 after the environment can be inserted in the vc.)
- 2010-12-04 10:37:25下载
- 积分:1
-
WIFI-SingleTest
通过Manage Native Wify 实现的一个列举本地设备能够查询到的无线路由,并能显示当前网络连接的信号强度(To Show the wireless Router List by NativeWify API)
- 2013-09-26 10:38:54下载
- 积分:1
-
SwitchNetCOnfig-Source
test bandwidth network on pc
- 2020-06-24 15:00:02下载
- 积分:1
-
branch-cut
干涉合成孔径雷达成像的相位解缠的枝切法程序。(Interferometric synthetic aperture radar imaging of the phase unwrapping process of the branch-cut method.)
- 2008-01-15 16:00:59下载
- 积分:1
-
ZLLK
一个简单的连连看游戏提供给大家,希望能给新手一些帮助(A simple Snake game available to everyone, I hope to give some help novice)
- 2013-12-18 21:05:29下载
- 积分:1
-
epwm_up_aq
生成PWM波的c程序,需要的可以自己下载查看(A C program for generating PWM waves)
- 2017-08-13 18:32:49下载
- 积分:1
-
stm32TFT
stm32读SD卡内的数据,并将其显示到TFT屏幕上(stm32 read SD card data and displays it to the TFT screen)
- 2013-08-13 23:49:57下载
- 积分:1
-
csharp-myrsa
c# 非对称加密解密,经过测试,实际使用中(C# asymmetric encryption and decryption
RSA)
- 2015-08-10 11:29:20下载
- 积分:1