代码搜索结果
找到约 10,000 项符合
PID 的代码
pid.c
#include
#include
struct _pid
{ float pv;
float sp;
float integral;
float pgain;
float igain;
float dgain;
float deadband;
float last_error;
pid.c
#include
pid.h
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
pid.c
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
pid.plg
Build Log
--------------------Configuration: PID - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\MICROS~
pid.dsp
# Microsoft Developer Studio Project File - Name="PID" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso