代码搜索:pid控制

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

代码结果 10,000
www.eeworm.com/read/354534/10347730

html globals_func.html

AVR221 - PID controller: Data Fields
www.eeworm.com/read/354534/10347818

html files.html

AVR221 - PID controller: File Index
www.eeworm.com/read/425350/10363204

html learningpid.html

www.eeworm.com/read/425350/10363207

m learningpid.m

%% Learning PID Tuning II: Stability Margin % The PID controller is the most widely used controller in various % engineering systems. However, appropriately tuning a PID controller is % not an easy
www.eeworm.com/read/279913/10376552

inf ftdibus.inf

; FTDIBUS.INF ; Copyright (c) 2000-2007 FTDI Ltd. ; ; USB serial converter driver installation for Windows 2000, XP, Server 2003, Vista (x86 and x64). ; [Version] Signature="$Windows NT$" Dri
www.eeworm.com/read/424856/10406323

m chap1_12.m

%PID Controler with Partial differential clear all; close all; ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0;u_3=0;u_4=0;u_5=0;
www.eeworm.com/read/424764/10414959

inf d12test.inf

[Version] Signature="$CHICAGO$" Class=USB provider=%PHILIPS% LayoutFile=layout.inf [Manufacturer] %MfgName%=Philips [Philips] %USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/424764/10414968

inf d12test.inf

[Version] Signature="$CHICAGO$" Class=USB provider=%PHILIPS% LayoutFile=layout.inf [Manufacturer] %MfgName%=Philips [Philips] %USB\VID_0471&PID_0222.DeviceDesc%=D12TEST.Dev, USB\VID_0471&P
www.eeworm.com/read/161397/10416219

txt stock.txt

CREATE DATABASE Stock GO USE Stock GO CREATE TABLE Client (Cid int PRIMARY KEY IDENTITY, Cname varchar(50) NOT NULL, Ctype tinyint, Contact varchar(30), Address varchar(50),