代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/134188/5893829
java cachingoutputstream.java
package org.jasig.portal.serialize;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
public class CachingOu
www.eeworm.com/read/132821/5909229
txt files.txt
[files]
test/vhdl/sparc/leon_target.vhd
test/vhdl/sparc/leon_device.vhd
test/vhdl/sparc/leon_config.vhd
test/vhdl/tbench/debug.vhd
test/vhdl/bus/amba.vhd
test/vhdl/libs/memdef.vhd
test/vhdl/config.vh
www.eeworm.com/read/132069/5924936
h httpfileobj.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/131315/5937360
master named.boot.master
;
; boot file for authoritive master name server for Berkeley.EDU
; Note that there should be one primary entry for each SOA record.
;
;
sortlist 10.0.0.0
directory /usr/local/adm/named
; type
www.eeworm.com/read/131315/5940922
hp rplex.hp
// This may look like C code, but it is really -*- C++ -*-
/*
Copyright (C) 1988 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
based on code by Marc Shapiro (shapiro@sor.
www.eeworm.com/read/131315/5941222
hierarchy file_types.hierarchy
root Substrate
set Whole Partial
set Simple
children Substrate Unix Immediate
children Unix Directory Immediate
children Directory Immediate
children
www.eeworm.com/read/130382/5958775
c clcache.c
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
CLcache.c - passphrase caching routines
Pa
www.eeworm.com/read/130322/5959776
java fact.java
package MyNa.utils;
import java.math.BigInteger;
import java.util.*;
public class Fact {
public BigInteger biV(int n){ // big-integer value conversion
return BigInteger.valueOf(n);
}
p
www.eeworm.com/read/130122/5964186
java memorymapcache.java
package com.croftsoft.core.util.cache;
import java.io.*;
import java.util.*;
import com.croftsoft.core.util.id.*;
/**************************************************