代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/454557/7387448

c pid.c

#include #include /*******************************************************************************/ int idata p,ti,td,t,gd; /*p--比例度, ti--积分时间, td--微分时间,t--采样时间,gd--给定值*/
www.eeworm.com/read/454221/7395942

c pid.c

#include #include /*******************************************************************************/ int idata p,ti,td,t,gd; /*p--比例度, ti--积分时间, td--微分时间,t--采样时间,gd--给定值*/
www.eeworm.com/read/452894/7429398

gif pid.gif

www.eeworm.com/read/452894/7429832

gif pid.gif

www.eeworm.com/read/451672/7458351

plg pid.plg

礦ision3 Build Log Project: C:\Documents and Settings\denggongxiao\桌面\PID2\PID.uv2 Project File Date: 05/18/2008 Output:
www.eeworm.com/read/451672/7458354

c pid.c

#include "reg52.h" //#define unsigned char uchar //#define signed char schar #define temp_max 255 //最大输出控制量 unsigned char send_data[2]; unsigned int contrl_data; float temp_in[]={1,2,3,4,5,6,
www.eeworm.com/read/451672/7458361

obj pid.obj

www.eeworm.com/read/451672/7458363

lst pid.lst

C51 COMPILER V8.08 PID 09/11/2007 22:56:15 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE PID OBJECT MODULE PLACED IN PID
www.eeworm.com/read/451342/7466940

cpp pid.cpp

// FUZZY.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "FUZZY.h" #include "FUZZYDlg.h" #include "classext.h" #ifdef _DEBUG #define new DEBUG_
www.eeworm.com/read/451039/7473156

c pid.c

#include "pid.h" static INT32S L_sub(register INT32S src_dst, register INT32S src2) { return src2-src_dst; } static INT32S L_deposit_l(register INT16S ssrc) { return (INT32S)(ssrc); }