代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/193277/8242219
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ Save filter for LMI objects.
% We have to save the persistent variables in the SDPVAR class
obj.savedata.internalsdpvarstate = yalmip('getinternalsdpvarstate'
www.eeworm.com/read/193277/8242649
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ (overloaded)
% Author Johan L鰂berg
% $Id: saveobj.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
% We have to save the persistent variables in the SDPVAR cla
www.eeworm.com/read/193277/8243496
m saveobj.m
function out = saveobj(obj)
%SAVEOBJ (overloaded)
% Author Johan L鰂berg
% $Id: saveobj.m,v 1.4 2005/02/14 16:46:38 johanl Exp $
% We have to save the persistent variables in the SDPVAR cla
www.eeworm.com/read/335529/12518848
h tonectrl.h
//****************************************************************************
//
// TONECTRL.H - Public definitions for the tone control library.
//
// Copyright (c) 1999,2000,2001 Cirrus Logic, Inc.
www.eeworm.com/read/248541/12554279
f confert.f
subroutine confert
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine simulates a continuous fertilizer operation
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units
www.eeworm.com/read/248541/12554747
f rtbact.f
subroutine rtbact
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine routes bacteria through the stream network
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |units
www.eeworm.com/read/238364/13891403
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/236814/13997978
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/111679/15506000
java loan.java
//
// Unified Library Application
// Case study in Unified Modeling Language Toolkit
//
// Loan.java: represents a loan. The loan refer to one
// title and one borrower.
//
// Copyright (c