代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/297520/8012524

paf pid.paf

www.eeworm.com/read/397558/8038652

c pid.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/296658/8083557

txt pid算法.txt

PID算法 在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的<mark>PID控制</mark>器(亦称PID调节器)是应用最为广泛的一种自动控制器。它具有原理简单,易于实现,适用面广,控制参数相互独立,参数的选定比较简单等优点;而且在理论上可以证明,对于过程控制的典型对象──“一阶滞后+纯滞后”与“二阶滞后+纯滞后”的控制对象,<mark>PID控制</mark>器是一种最优控制。PID调节规律 ...
www.eeworm.com/read/396264/8117725

txt pid.txt

uint pid(uchar setv) { uchar tempdx,tempdx1,tempdx2; tempdx=tempdx1=tempdx2=0; tempdx = setv - pv; tempdx2 = tempdx2 + tempdx; out = kp * Tempdx + Tempdx2 / ti + td * (Tempdx
www.eeworm.com/read/295803/8138825

asm pid.asm

; File : PID.asm ; ; Proportional, Integral, Differential control loop utility. GLOBAL doPID, InitPID, SetTarget GLOBAL K1,K2,K3,Target,DeltaV #include errorlevel -302
www.eeworm.com/read/295803/8138830

inc pid.inc

extern doPID extern InitPID extern SetTarget extern K1 extern K2 extern K3
www.eeworm.com/read/146166/12667182

c pid.c

www.eeworm.com/read/247205/12673676

pdf pid.pdf

www.eeworm.com/read/247123/12682082

html pid.html

www.eeworm.com/read/246914/12698160

pjt pid.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0602-PID\" ProjectType=Executable CPUFamily=TMS320C55XX T