代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/314247/3637986
m getdata.m
function y = getdata
%getdata.m
%#external
persistent t;
if (isempty(t))
t = 0;
end
t = t + 0.05;
y = sin(t);
www.eeworm.com/read/305285/3775808
java transaction.java
package org.odmg;
/**
* This interfaces provides the operations necessary to perform database transactions.
* All access, creation, and modification of persistent objects and their fields
* mu
www.eeworm.com/read/450106/1672429
java auditable.java
package auction.model;
/**
* A marker interface for auditable persistent domain classes.
*
* @author Christian Bauer
*/
public interface Auditable {
public Long getId();
}
www.eeworm.com/read/365521/2896739
m scountfun.m
function h = sCountFun(X)
h = @subCount;
count = X
subCount(0, count);
function subCount(incr, ini)
persistent count;
initializing = nargin > 1;
www.eeworm.com/read/473219/6849126
m loadobj.m
function out = loadobj(obj)
%LOADOBJ (overloaded)
% Restore persistent variables in SDPVAR class
if ~isempty(obj.savedata)
try
% Some backwards compatability
if isf
www.eeworm.com/read/191902/8417237
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/286662/8751847
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/377944/9257006
txt cookie 规范.txt
作者:87zd
日期:2000-12-1 21:52:36
PERSISTENT CLIENT STATE
HTTP COOKIES
Preliminary Specification - Use with caution
--------------------------------------------------------------------------------
www.eeworm.com/read/177129/9468896
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/372113/9521230
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('