代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/431224/8698034
m intervention.m
function a = intervention(a,t)
global DAE Bus Settings
persistent angles voltages
if ~a.n, return, end
% do not repeat computations if the simulation is stucking
if a.time ~= t
a.time = t;
else
www.eeworm.com/read/385280/8810572
kconfig
config PRAMFS
tristate "Persistent and Protected RAM file system support"
help
If your system has a block of fast (comparable in access speed to
system memory) and non-volatile RAM and you w
www.eeworm.com/read/384940/8831853
m intervention.m
function a = intervention(a,t)
global DAE Bus Settings
persistent angles voltages
if ~a.n, return, end
% do not repeat computations if the simulation is stucking
if a.time ~= t
a.time = t;
else
www.eeworm.com/read/184067/9123885
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI.
% Do not run this file from the Matlab prompt.
persistent data;
if nargin
www.eeworm.com/read/179335/9360341
txt changelog.txt
1.0 release - 07/26/2006
------------------------
- Added a new back end - file_storage_manager. Now the VATs can be
stored in a persistent storage. The file "outfile.dat" is used to
house the
www.eeworm.com/read/174978/9566351
java persistentconnection.java
package coreservlets;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;
/** Illustrates the value of persistent HTTP connections for
* pages that i
www.eeworm.com/read/174978/9566463
java persistentframe.java
package coreservlets;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;
/** Illustrates the value of persistent HTTP connections for
* pages that i
www.eeworm.com/read/174978/9566528
java framecell.java
package coreservlets;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;
/** Illustrates the value of persistent HTTP connections for
* pages that i
www.eeworm.com/read/166306/10024686
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI.
% Do not run this file from the Matlab prompt.
persistent data;
if nargin
www.eeworm.com/read/358694/10181739
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI.
% Do not run this file from the Matlab prompt.
persistent data;
if nargin