代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/136816/5854780
changelog
ChangeLog file for zlib
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)
- fix gzread and gztell for concatenated .gz file
www.eeworm.com/read/119332/6091003
java logstream.java
/*
* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001 - 2002 WOTLAS Team
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/119332/6091154
java edittile.java
/*
* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2003 WOTLAS Team
*
* This program is free software; you can redistribute it and/or
* mod
www.eeworm.com/read/118793/6097197
changelog
ChangeLog file for zlib
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)
- fix gzread and gztell for concatenated .gz file
www.eeworm.com/read/265314/11268711
readme
FastDB is embedded main memory database.
It is intended to be used in your C/C++ application to provide
fast access to persistent data.
As far as FastDB is embedded database, there is need to s
www.eeworm.com/read/347945/11624890
m snopt_callback.m
function [F,G] = snopt_callback(x,mmodel)
persistent model
if nargin > 1
model = mmodel;
return
end
if model.SimpleLinearObjective | model.SimpleQuadraticObjective
[f,df] = fmin
www.eeworm.com/read/254522/12132719
m lorenzplot.m
function terminate = lorenzplot(t,y,job,A)
% 被交互实验 trylorenz 所调用
% LORENZPLOT Plot the orbit of the Lorenz chaotic attractor.
persistent Y
if isequal(job,'init') & isempty(A)
%
www.eeworm.com/read/254349/12142291
changelog
ChangeLog file for zlib
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)
- fix gzread and gztell for concatenated .gz file
www.eeworm.com/read/249894/12448540
cs jsqlssd.cs
using Perst;
using System;
using System.Collections;
public class TestSSD : Persistent
{
#if USE_GENERICS
static public void Main(string[] args)
{
Console.WriteLine("Gener
www.eeworm.com/read/249894/12448857
cs testsod.cs
using Perst;
using System;
using System.Collections;
public class Supplier : Persistent
{
public String name;
public String location;
#if USE_GENERICS
public Relation