代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/136989/5828641
readme
README,v 1.2 1999/07/09 17:34:21 schmidt Exp
This example shows how to store the state of CORBA servants in
persistent memory. The example is a variation of the Grid example in
$TAO_ROOT/example
www.eeworm.com/read/136989/5838130
h naming_utils.h
/* -*- C++ -*- */
//=============================================================================
/**
* @file Naming_Utils.h
*
* Naming_Utils.h,v 1.53 2003/11/18 14:55:09 smcqueen Exp
www.eeworm.com/read/120487/6071991
connection
==================================================================
Name
dblink_connect -- Opens a persistent connection to a remote database
Synopsis
dblink_connect(text connstr)
dblink_connect(tex
www.eeworm.com/read/104711/6203177
java transactionbean.java
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package transaction.entity;
import java.util.Date;
import javax.naming.InitialC
www.eeworm.com/read/491859/6427885
m li2.m
function collect
y=zeros(1,100); %Pre-allocate the matrix
for i=1:100
y(i)=collect_one;
end
function y=collect_one
% #external
persistent t;
if(isempty(t))
t=0;
end
t=t+0.05;
y=
www.eeworm.com/read/477671/6730680
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/347945/11624709
m pennonm_callback_g.m
function gi = pennonm_callback_g(i,x,model_in)
global latest_G
global latest_g
global latest_x_g
persistent model
persistent g
persistent geq
if nargin>2
model = model_in;
retur