代码搜索:Integration

找到约 3,762 项符合「Integration」的源代码

代码结果 3,762
www.eeworm.com/read/432495/8602218

m chap1_16.m

%PID Controller with changing integration rate clear all; close all; %Big time delay Plant ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_
www.eeworm.com/read/388422/8611074

m chap1_13.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant 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
www.eeworm.com/read/388422/8611141

m chap1_16.m

%PID Controller with changing integration rate clear all; close all; %Big time delay Plant ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_
www.eeworm.com/read/427567/8936045

txt 关于webservice.txt

WebService简介 1.WebService就是一个应用程序,它向外界发布如何调用自身功能/服务的说明(即WSDL),其中包括服务地址、自己所能提供的服务接口、各个服务所能接受的参数等说明信息,从而让任何用户、任何应用从任何地方都可能使用到它所提供的这些服务,可以这样说:WebService是指可以通过Web技术实现动态链接的软件 2.WebService是新兴的电子商务应用形式,W ...
www.eeworm.com/read/382938/8989704

m chap1_9.m

%PID Controller with changing integration rate clear all; close all; %Big time delay Plant ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_
www.eeworm.com/read/382938/8989780

m chap1_7.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant 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
www.eeworm.com/read/378186/9242851

makefile

FC = ifort FFLAGS = -O3 CFLAGS = -O3 INCS = LD = ${FC} LDFLAGS = ${FFLAGS} LIBS = INTLIB = intlib.a AR = ar # # Makefile library for interpolation/integration + LSQ librar
www.eeworm.com/read/378186/9242871

makeframe

INTLIB = intlib.a AR = ar # # Makefile library for interpolation/integration + LSQ library. # OBJECTS = numerics.o autint.o banfac.o banslv.o bsplcf.o bsplvb.o \ bsplvd.o bvalue.o
www.eeworm.com/read/377814/9262112

m chap1_13.m

%Integration Separation PID Controller clear all; close all; ts=20; %Delay plant 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
www.eeworm.com/read/377814/9262135

m chap1_16.m

%PID Controller with changing integration rate clear all; close all; %Big time delay Plant ts=20; sys=tf([1],[60,1],'inputdelay',80); dsys=c2d(sys,ts,'zoh'); [num,den]=tfdata(dsys,'v'); u_