代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249894/12448690
cs testxml.cs
using System;
using Perst;
using System.Diagnostics;
public class TestXML
{
class Record:Persistent
{
internal String strKey;
internal long intKey;
interna
www.eeworm.com/read/249894/12448760
cs testreplic.cs
using System;
using Perst;
using System.Diagnostics;
public class TestReplic
{
class Record : Persistent {
public int key;
}
const int nIterations = 1000000;
www.eeworm.com/read/249894/12448828
cs testlist.cs
using System;
using Perst;
public abstract class LinkNode: Persistent
{
public abstract int Number
{
get;set;
}
public abstract LinkNode Next
{
get;se
www.eeworm.com/read/249894/12463166
cs persistentresource.cs
namespace Perst
{
using System;
using System.Threading;
using System.Collections;
/// Base class for persistent capable objects supporting locking
///
www.eeworm.com/read/249894/12463171
cs persistentcomparator.cs
namespace Perst
{
/// Base class for persistent comparator used in SortedCollection class
///
#if USE_GENERICS
public abstract class PersistentComparator : P
www.eeworm.com/read/249894/12463350
cs bitmapcustomallocator.cs
namespace Perst.Impl
{
using System;
using Perst;
using System.Collections;
using System.Diagnostics;
public class BitmapCustomAllocator : Persistent, CustomAllocator
www.eeworm.com/read/131588/14136323
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/129915/14217732
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/123850/14609511
txt cookie 规范.txt
作者:87zd
日期:2000-12-1 21:52:36
PERSISTENT CLIENT STATE
HTTP COOKIES
Preliminary Specification - Use with caution
--------------------------------------------------------------------------------