代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/167507/5459473
h comp.h
//*****************************************************************************
//
// comp.h - Prototypes for the analog comparator driver.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All
www.eeworm.com/read/166250/5475936
java test.java
// Test.java
//Employee主程序模块
import javax.swing.JOptionPane;
import java.text.DecimalFormat;
public class Test {
public static void main( String args[] )
{
Employee ref; // ref为E
www.eeworm.com/read/164348/5490626
h plghand2.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: plghand2.h,v 1.5.36.1 2004/07/09 02:07:18 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved
www.eeworm.com/read/164348/5491737
h mpapayld.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/162614/5520965
c scoped1.c
// { dg-do assemble }
//
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 10 Aug 2000
// Bug 354. We ICE'd before saying a namespace i
www.eeworm.com/read/162614/5521431
c crash47.c
// { dg-do assemble }
// GROUPS passed old-abort
const int TRUE = 1;
const int FALSE = 0;
class Rep {
protected:
Rep(): count(0)
{ }
Rep(const Rep& other): count(0)
{ }
Rep& operator=
www.eeworm.com/read/162614/5521552
c template30.c
// { dg-do assemble }
// GROUPS passed templates
template class MapLS { };
class String {};
class X1 { };
class RefProto { };
template
www.eeworm.com/read/162614/5521572
c template27.c
// { dg-do assemble }
// GROUPS passed templates
template class MapLS { };
class String {};
class X1 { };
class RefProto { };
template
www.eeworm.com/read/162614/5532434
java domhtmltableelement.java
/* DomHTMLTableElement.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it unde
www.eeworm.com/read/162614/5536776
java tltest.java
class TLtest extends Thread {
public static void main (String [] args) {
Data d = new Data ();
new ThreadTest (d, "A").start ();
new ThreadTest (d, "B").start ();
}
}
class Data {
pr