代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/469779/6927171
m chap1_7f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/467593/7005705
m chap1_7f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/222631/7092935
m chap1_3f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/449038/7519803
m chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
www.eeworm.com/read/449038/7519860
m chap1_7f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/444331/7613859
m chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
www.eeworm.com/read/444331/7613901
m chap1_7f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/442757/7645374
m chap4_8m1.m
function [u]=chap4_8m1(u1,u2,u3)
global s
persistent errori error_1
ts=0.001;
if u3==0
errori=0;
error_1=0;
end
s=2; %Selecting Signal Type
if s==1 %Step Signa
www.eeworm.com/read/442757/7645431
m chap1_7f.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
ts=0.001;
kp=1.5;
ki=2.0;
kd=0.05;
error=u2;
errord=(error-error_1)/ts;
errori=e
www.eeworm.com/read/442119/7659059
proxyarp
#
# Shorewall version 4 - Proxyarp File
#
# For information about entries in this file, type "man shorewall-proxyarp"
#
# See http://shorewall.net/ProxyARP.htm for additional information.
#
##########