代码搜索:pid控制

找到约 10,000 项符合「pid控制」的源代码

代码结果 10,000
www.eeworm.com/read/409659/11316928

mdl pid.mdl

Model { Name "chap2_2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes
www.eeworm.com/read/263497/11360591

c pid.c

====================================================================*/   #include   #include   /*====================================================================    PID Fu
www.eeworm.com/read/408971/11363160

png pid.png

www.eeworm.com/read/408971/11363175

html pid.html

.Title { color: #554fa0; font-weight: bold; font-size: 20px; font-fami
www.eeworm.com/read/408971/11363178

xml pid.xml

www.eeworm.com/read/408971/11363182

vhd pid.vhd

-- ----------------------------------------------------------- -- -- Additional material to the book -- Modeling and Simulation for RF System Design -- -- -- THIS MODEL IS LICENSED TO YOU "AS IT IS"
www.eeworm.com/read/408871/11366893

mdl pid.mdl

Model { Name "pid" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes
www.eeworm.com/read/407884/11409196

xls pid计算.xls

www.eeworm.com/read/406785/11435765

h pid.h

#ifdef __cplusplus extern "C" { #endif // Typical PID Control Frame struct STRUCT_PID{ Uint32 SetPoint; //设定目标值 Uint32 Proportion; //比例常数 Uint32 Integral; //积分常数 Uint32 Derivative
www.eeworm.com/read/406785/11435770

c pid.c

#include "DSP281x_Device.h" #include "pid.h" //PID Calculation Program Uint32 PIDCalc(struct STRUCT_PID *pp,Uint32 NextPoint,Uint32 SetPoint) { Uint32 dError,Error; pp->SetPoint=SetPoint;