代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249894/12448432
cs testttree.cs
using System;
using System.Collections;
using Perst;
using System.Diagnostics;
class Name
{
public String first;
public String last;
}
class Person : Persistent
{
pu
www.eeworm.com/read/249894/12448667
cs testlink.cs
using System;
using Perst;
class Detail : Persistent
{
internal String name;
internal String color;
internal double weight;
#if USE_GENERICS
internal Link orders;
#e
www.eeworm.com/read/249894/12448730
cs testenumerator.cs
using System;
using Perst;
using System.Diagnostics;
public class TestEnumerator
{
const int nRecords = 1000;
const int pagePoolSize = 32*1024*1024;
class Record : Persistent
www.eeworm.com/read/249894/12448911
cs testbackup.cs
using System;
using System.IO;
using Perst;
using System.Diagnostics;
public class TestBackup
{
class Record:Persistent
{
internal String strKey;
internal long int
www.eeworm.com/read/228780/14363530
c lcdtest.c
/********************************
* PROGRAM FOR KEYPAD *
********************************/
#include
#include
#include
#include "math.h"
persistent unsigned
www.eeworm.com/read/226000/14504309
changelog
rdesktop (1.4.1)
* persistent bitmap cache optimisations
* support for more RDP-orders (ellipse, polygon)
* libao sound-driver (for Mac OSX and others)
* Unicode support for transmitted st
www.eeworm.com/read/226000/14504500
c pstcache.c
/*
rdesktop: A Remote Desktop Protocol client.
Persistent Bitmap Cache routines
Copyright (C) Jeroen Meijer 2004-2005
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/480125/1322800
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 .g
www.eeworm.com/read/469850/1478835
java accountdaofactory.java
package com.sd0709.bank.persistent;
public class AccountDAOFactory {
public static IAccountDAO getDAO(String type){
IAccountDAO dao = null;
if("hbn".equalsIgnoreCase(type)){
dao = n
www.eeworm.com/read/469850/1478881
java accountdaofactory.java
package com.csd080111.bank.persistent;
public class AccountDAOFactory {
public static IAccountDAO getDAO(String type){
IAccountDAO dao = null;
if("hhh".equalsIgnoreCase(type)){
dao = ne