代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/432495/8602223
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/187764/8602352
java deluxeplotgraph0.java
package DeApp1.plot;
import java.awt.*; // Import all classes from the java.awt package
// AWT is the Abstract Window Toolkit. The AWT
import java.io.*;
import
www.eeworm.com/read/388422/8610900
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/388422/8611146
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/384566/8860284
java deluxeplotgraph0.java
package DeApp1.plot;
import java.awt.*; // Import all classes from the java.awt package
// AWT is the Abstract Window Toolkit. The AWT
import java.io.*;
import
www.eeworm.com/read/284452/8928127
m logtfcback.m
function LogtfCBack(action)
persistent fullfile;
persistent line;
persistent depth;
persistent val;
persistent mindep;
persistent maxdep;
persistent wlog;
persistent wavefun;
persistent sca
www.eeworm.com/read/284452/8928267
asv logtfcback.asv
function LogtfCBack(action)
persistent fullfile;
persistent line;
persistent depth;
persistent val;
persistent mindep;
persistent maxdep;
persistent wlog;
persistent wavefun;
persistent sca
www.eeworm.com/read/382938/8989749
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/381017/9115239
m body1.m
function x=body1(x,u,v)
% 4th order Runge-Kutta solution of differential equation in 'bodydot'
persistent delta
if nargin==1,
delta = x(1);
bodydot(x);
else
k1 = delta*bodydot(x,u,v);
www.eeworm.com/read/183070/9179574
m body1.m
function x=body1(x,u,v)
% 4th order Runge-Kutta solution of differential equation in 'bodydot'
persistent delta
if nargin==1,
delta = x(1);
bodydot(x);
else
k1 = delta*bodydot(x,u,v);