代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249894/12448571
cs testreplic2.cs
using System;
using Perst;
using System.Diagnostics;
public class TestReplic2
{
class Record : Persistent {
public int key;
}
const int nIterations = 1000000;
www.eeworm.com/read/249894/12448621
cs testrndindex.cs
using System;
using System.Collections;
using Perst;
using System.Diagnostics;
public class TestRndIndex {
public class Record:Persistent
{
public int i;
}
const
www.eeworm.com/read/249894/12448958
cs guess.cs
using System;
using Perst;
public class Guess:Persistent
{
public Guess yes;
public Guess no;
public string question;
public Guess(Guess no, string question, Guess yes)
www.eeworm.com/read/119269/14835676
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/115583/15008622
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 de
www.eeworm.com/read/115583/15008799
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/208487/15246497
m fminuncout.m
function stop = fminuncOut(x,optimvalues, state)
persistent fig gaIter
stop = false;
switch state
case 'init'
fig = findobj(0,'type','figure','name','Genetic Algorithm');
www.eeworm.com/read/493048/1169677
java recordidcomparator.java
package mujmail.ordering.comparator;
import mujmail.MessageHeader;
import mujmail.ordering.Ordering;
/**
* Comparing messages based on position in persistent database
*/
public class Reco
www.eeworm.com/read/251236/4423727
svn-base productbean.java.svn-base
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 de
www.eeworm.com/read/251236/4423733
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 de