代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/165570/5481150
java staticemployee.java
/** A simple class used to demonstate finalize() and static fields (class variables). */
public class StaticEmployee
{
static int numEmployees = 0; // shared by all StaticEmployees
int ID; // em
www.eeworm.com/read/162614/5536966
java filehandlegctest.java
// Make sure that file handles are garbage collected.
import java.io.*;
public class FileHandleGcTest
{
static void kill () throws FileNotFoundException
{
for (int i = 0; i < 65536; i++)
www.eeworm.com/read/162519/5546498
java filehandlegctest.java
// Make sure that file handles are garbage collected.
import java.io.*;
public class FileHandleGcTest
{
static void kill () throws FileNotFoundException
{
for (int i = 0; i < 65536; i++)
www.eeworm.com/read/155067/5629861
aspx memleak.aspx
void Page_Load(Object Sender, EventArgs E)
{
int i;
www.eeworm.com/read/415996/11045594
lnk sample1.lnk
init_cpu
DEFS.INC
This is a garbage entry / null lnk file.
www.eeworm.com/read/135653/13913528
java static1.java
class Chair {
static boolean gcrun = false;
static boolean f = false;
static int created = 0;
static int finalized = 0;
int i;
Chair() {
i = ++created;
if(created == 47
www.eeworm.com/read/309344/13673846
c bit_io.c
/* BIT_IO.C - BIT INPUT/OUTPUT ROUTINES. */
#include
#define global extern
#include "code.h"
/* THE BIT BUFFER. */
static int buffer; /* Bits waiting to be input
www.eeworm.com/read/136989/5829342
h servant_locator.h
// This may look like C, but it's really -*- C++ -*-
// Servant_Locator.h,v 1.10 2003/10/28 18:34:41 bala Exp
// ================================================================
//
// = LIBRARY