代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/261925/4319239
py psets.py
"""
Persistent Sets
"""
try:
import sets
except ImportError:
import compatsets as sets
import shelve
class PersistentSet(sets.Set):
def __init__(self, file, iterable=None):
self.
www.eeworm.com/read/394381/8228059
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI.
% Do not run this file from the Matlab prompt.
persistent data;
if nargin
www.eeworm.com/read/334860/12568458
m bnbguicb.m
function BNBGUICB(action,file);
% BNBGUICB Callback function for BNBGUI.
% Do not run this file from the Matlab prompt.
persistent data;
if nargin
www.eeworm.com/read/147143/12580722
java cachedpersistentpagefile.java
package rtree;
import java.util.*;
/**
* A cached persistent page file with a Least Recently Used (LRU) caching strategy.
* (PENDING: Use a sorted list on rankings here, for better perfo
www.eeworm.com/read/147143/12580730
java persistentpagefile.java
package rtree;
import java.io.*;
import java.util.*;
/**
* A page file that stores all pages into Persistent storage. It uses a RandomAccessFile to store node data.
* The format of the page
www.eeworm.com/read/105271/15672946
c db.c
/* db.c
Persistent database management routines for DHCPD... */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
www.eeworm.com/read/119332/6090987
java adminplugin.java
/* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001-2003 WOTLAS Team
*
* This program is free software; you can redistribute it and/or
* m
www.eeworm.com/read/119332/6090988
java attributesplugin.java
/* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001-2003 WOTLAS Team
*
* This program is free software; you can redistribute it and/or
* m
www.eeworm.com/read/119332/6091156
java editorplugin.java
/* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001-2003 WOTLAS Team
*
* This program is free software; you can redistribute it and/or
* m
www.eeworm.com/read/119332/6091157
java storetilemapbackground.java
/* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001-2003 WOTLAS Team
*
* This program is free software; you can redistribute it and/or
* m