代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/160195/10559434

vbw pid.vbw

Form1 = 88, 88, 613, 528, Z, 22, 22, 547, 462, C instructions = 0, 0, 0, 0, C, 66, 66, 591, 506, C
www.eeworm.com/read/160195/10559436

vbp pid.vbp

Type=Exe Form=pid.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINNT\system32\stdole2.tlb#OLE Automation Form=instructions.frm IconForm="Form1" Startup="Form1" ExeNa
www.eeworm.com/read/160195/10559437

exe pid.exe

www.eeworm.com/read/423393/10562838

c pid.c

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

txt pid.txt

3。PID代码 //定义变量 float Kp; //PI调节的比例常数 float Ti; //PI调节的积分常数 float T; //采样周期 float Ki; float ek; //偏差e[
www.eeworm.com/read/351955/10590376

mwp pid.mwp

www.eeworm.com/read/159628/10632320

m pid.m

%Single Neural Net PID Controller based on Second Type Learning Algorithm clear all; close all; xc=[0,0,0]'; K=0.02;P=2;Q=1;d=6; xiteP=120; xiteI=4; xiteD=159; %Initilizing kp,
www.eeworm.com/read/277289/10647950

pdf pid.pdf

www.eeworm.com/read/276364/10744013

pdf pid.pdf

www.eeworm.com/read/276245/10752398

asv pid.asv

% ==================================== % 两种方法确定PID % ==================================== % 输入: K——比例 % T——积分 % Td——微分 % flag——1:响应曲线法整定PI % 2:SMC整定PI