代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/420998/2057225
cc server.cc
/*
* In this example, we create Account objects in a persistent POA.
* When the persistent POA is destructed, the objects are "etherea-
* lized," meaning we open a file and write the Account's bala
www.eeworm.com/read/416830/2105916
cc server.cc
/*
* In this example, we create Account objects in a persistent POA.
* When the persistent POA is destructed, the objects are "etherea-
* lized," meaning we open a file and write the Account's bala
www.eeworm.com/read/193277/8242755
m compileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F,Fremoved] = compileinterfacedata(F,aux_obsolete,P,h,options,findallsolvers,parametric)
persistent CACHED_SOLVERS
persistent EXISTTIME
persi
www.eeworm.com/read/192248/8396390
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI 2.0.
% Do not run this file from the Matlab prompt.
persistent data;
persistent handles;
if nargin
www.eeworm.com/read/422630/10624344
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI 2.0.
% Do not run this file from the Matlab prompt.
persistent data;
persistent handles;
if nargin
www.eeworm.com/read/398552/7940015
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI 2.0.
% Do not run this file from the Matlab prompt.
persistent data;
persistent handles;
if nargin
www.eeworm.com/read/489224/6476891
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI 2.0.
% Do not run this file from the Matlab prompt.
persistent data;
persistent handles;
if nargin
www.eeworm.com/read/210255/15202755
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI 2.0.
% Do not run this file from the Matlab prompt.
persistent data;
persistent handles;
if nargin
www.eeworm.com/read/341021/3258960
c mpid_send_init.c
/* (C)Copyright IBM Corp. 2007, 2008 */
/**
* \file src/persistent/mpid_send_init.c
* \brief ???
*/
/* This creates and initializes a persistent send request */
#include "mpidimpl.h"
/**
* **
www.eeworm.com/read/315986/3613826
h persist.h
// Persist.h
#ifndef _INSIDE_VISUAL_CPP_PERSISTENT_FRAME
#define _INSIDE_VISUAL_CPP_PERSISTENT_FRAME
class CPersistentFrame : public CFrameWnd
{ // remembers where it was on the desktop
DECL