代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/288383/8637517

out pid.out

www.eeworm.com/read/387694/8658778

obj pid.obj

www.eeworm.com/read/387694/8658781

h pid.h

extern unsigned char PID_regulate(float set_da,float t);
www.eeworm.com/read/387694/8658783

lst pid.lst

C51 COMPILER V6.02 PID 12/14/2007 08:26:09 PAGE 1 C51 COMPILER V6.02, COMPILATION OF MODULE PID OBJECT MODULE PLACED IN G:\
www.eeworm.com/read/387694/8658797

c pid.c

#include unsigned char PID_regulate(float set_da,float t) { float ei; unsigned char da_out,u0; static float ei_old=0,eij=0; u0=128; ei=set_da-t; eij=ei+eij; da_out=4.143*
www.eeworm.com/read/431711/8660303

fig pid.fig

www.eeworm.com/read/431711/8660363

m pid.m

function varargout = pid(varargin) % PID M-file for pid.fig % PID, by itself, creates a new PID or raises the existing % singleton*. % % H = PID returns the handle to a new PID or
www.eeworm.com/read/431711/8660367

asv pid.asv

function varargout = pid(varargin) % PID M-file for pid.fig % PID, by itself, creates a new PID or raises the existing % singleton*. % % H = PID returns the handle to a new PID or
www.eeworm.com/read/286590/8757600

c pid.c

www.eeworm.com/read/429854/8785476

h pid.h

/*This file has been prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief Header file for pid.c.