代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/248541/12554317
f resbact.f
subroutine resbact
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine models bacteria in reservoirs
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units |definitio
www.eeworm.com/read/238364/13891544
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/238364/13891720
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/236814/13998111
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/236814/13998230
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/136989/5836570
mpc cosnaming.mpc
// -*- MPC -*-
// CosNaming.mpc,v 1.12 2003/12/23 21:04:24 dhinton Exp
project(CosNaming) : orbsvcslib, core, messaging, svc_utils, iortable {
sharedname = TAO_CosNaming
idlflags += -Wb
www.eeworm.com/read/349820/10798551
m albedo_wrapper.m
% ALBEDO_WRAPPER Simulink wrapper for ALBEDO.
%
% a = albedo_wrapper(sat, sun, param, redfac [, refllib])
%
% sat and sun are the vectors to the Earth and Sun in Earth Centered Earth
% Fixed coor
www.eeworm.com/read/242771/12986469
psr bc5_stereo_delete_config.psr
// -------------------------------------------------------------------
// This file contains the customer specific persistent store settings
//
// Customer: Various
// Product: CSR BC5-Stereo
//
www.eeworm.com/read/316312/13525422
txt supplierbean.java.txt
/*
* Created on Jun 18, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package au.com.tusc.cmp;
import javax.ejb.Ent
www.eeworm.com/read/306482/13744366
m csmanp.m
% Non-persistent
%
% p11=exp(-g) p12=g.*exp(-g) p13=1-exp(-g)-g.*exp(-g)
%
% p21=exp(-g) p22=g.*exp(-g) p23=1-exp(-g)-g.*exp(-g)
%
% p31=exp(-g) P32=g.*ex