代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/104570/15689826
cs opf.exceptions.cs
#region Developer's comment header
/* OPF.Net (Object Persistent Framework)
*
* author: Christian Liensberger, Martin Geier
* copyright:
www.eeworm.com/read/104570/15689828
cs opf.storages.cs
#region Developer's comment header
/* OPF.Net (Object Persistent Framework)
*
* author: Christian Liensberger, Martin Geier
* copyright:
www.eeworm.com/read/104570/15689832
cs opf.objectbroker.cs
#region Developer's comment header
/* OPF.Net (Object Persistent Framework)
*
* author: Christian Liensberger, Martin Geier
* copyright:
www.eeworm.com/read/104570/15689833
cs opf.utils.compression.cs
#region Developer's comment header
/* OPF.Net (Object Persistent Framework)
*
* author: Christian Liensberger, Martin Geier
* copyright:
www.eeworm.com/read/104570/15689834
cs opf.collections.cs
#region Developer's comment header
/* OPF.Net (Object Persistent Framework)
*
* author: Christian Liensberger, Martin Geier
* copyright:
www.eeworm.com/read/188637/8522514
htm persistent_inter45object_reference_handles_al_u05_c.htm
Persistent Inter-Object Reference Handles [ACG]
www.eeworm.com/read/389656/8509280
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/389656/8509296
m xmissile.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/389363/8530648
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/432495/8601940
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