代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/347945/11624938
m pennonm_callback_dg.m
function [nnz,ind,val] = pennonm_callback_dg(i,x,model_in)
global latest_G
global latest_g
global latest_x_g
persistent model
persistent G
if nargin>2
model = model_in;
return
e
www.eeworm.com/read/258191/11877880
cpp persist1.cpp
//: C22:Persist1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple persistence with MI
#in
www.eeworm.com/read/153678/12012465
cpp persist1.cpp
//: C22:Persist1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple persistence with MI
www.eeworm.com/read/226560/14459155
cpp persist1.cpp
//: C06:Persist1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Simple persistence with MI
#in
www.eeworm.com/read/122684/14674435
cpp persist1.cpp
//: C22:Persist1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple persistence with MI
www.eeworm.com/read/120923/14783270
cpp persist1.cpp
//: C10:Persist1.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Simple persistence with MI
www.eeworm.com/read/473219/6848863
m fmincon_con.m
function [g,geq] = fmincon_con(x,dummy1,dummy2,dummy4)
persistent interfacedata
persistent monomtable
persistent nonlinearindicies
persistent linearindicies
persistent xx
if nargin == 4
i
www.eeworm.com/read/248541/12554016
f surfstor.f
subroutine surfstor
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine stores and lags sediment and nutrients in surface runoff
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! name |uni
www.eeworm.com/read/248541/12554246
f bacteria.f
subroutine bacteria
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine calculates bacteria growth, transport with runoff and
!! loss due to percolation into soil
!! ~ ~ ~ INCOM
www.eeworm.com/read/110993/15520532
cpp persist1.cpp
//: C22:Persist1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple persistence with MI