代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/104709/6203292
java productbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a name,
* a descriptio
www.eeworm.com/read/405927/11455029
m simulate_people.m
%-----------------------------------------
function [xnew, ynew] = simulate_people (n, xmin, xmax, ymin, ymax),
persistent x y vx vy;
speed = 0.05;
accel = 0.01;
if nargin == 5
x =
www.eeworm.com/read/347945/11623594
m openopt_fun.m
function varargout = openopt_fun(varargin)
persistent params
if nargin>1
params = varargin{2};
return
end
if ischar(varargin{1})
switch varargin{1}
case 'getStartPoin
www.eeworm.com/read/347945/11623648
m loadobj.m
function out = loadobj(obj)
%loadOBJ load filter for LMI objects.
% Restore persistent variables in SDPVAR class
if ~isempty(obj.savedata)
try
% Some backwards compatability
www.eeworm.com/read/346459/11743129
m openwav.m
function [Y]=openwav(varargin)
% get the file name and path using the file dialog
persistent lastpath;
if ~nargin
prevpath = pwd;
if lastpath
cd(lastpath);
end
[FileName,PathName]=u
www.eeworm.com/read/346459/11743367
m opentimit.m
function [Y, vargout]=opentimit(varargin)
% function [Y, vargout]=opentimit(varargin)
% get the file name and path using the file dialog
persistent lastpath;
if ~nargin
prevpath = pwd;
if las
www.eeworm.com/read/150781/12263051
h storage.h
/*
* storage.h: interface defining functions for storage and recovery
* of PuTTY's persistent data.
*/
#ifndef PUTTY_STORAGE_H
#define PUTTY_STORAGE_H
/* ---------------------------------
www.eeworm.com/read/250756/12385884
h storage.h
/*
* storage.h: interface defining functions for storage and recovery
* of PuTTY's persistent data.
*/
#ifndef PUTTY_STORAGE_H
#define PUTTY_STORAGE_H
/* ---------------------------------
www.eeworm.com/read/250746/12387004
m gaplotchange.m
function state = gaplotchange(options, state, flag)
% GAPLOTCHANGE Plots the logarithmic change in the best score from the
% previous generation.
%
persistent last_best % Best score in the pre
www.eeworm.com/read/250744/12387021
m gaplotchange.m
function state = gaplotchange(options, state, flag)
% GAPLOTCHANGE Plots the logarithmic change in the best score from the
% previous generation.
%
persistent last_best % Best score in the pre