代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/347918/3161793
java ilogger.java
/*
* Logger.java
*
* Created on 26 feb 2004, 15.17
*/
package org.joone.log;
/**
* Interface that defines the public methods of the logger object.
* To be fully compatible with apache Log4j, i
www.eeworm.com/read/340665/3275620
c addrfunc2.c
// Test for implicit & on methods.
// Contributed by Jason Merrill .
// Special g++ Options: -fms-extensions
struct A {
void f (int = 0) { }
};
int
main ()
{
void (A::*p)(int)
www.eeworm.com/read/340665/3282761
java inputmethodrequests.java
/* InputMethodRequests.java -- handles text insertion via input methods
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you c
www.eeworm.com/read/340665/3282911
java member.java
/* java.lang.reflect.Member - common query methods in reflection
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software;
www.eeworm.com/read/340665/3283125
java arrays.java
/* Arrays.java -- Utility class with methods to operate on arrays
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is fr
www.eeworm.com/read/338300/3318919
java tree.java
import java.awt.*;
import java.util.Vector;
class Tree {
//variables
Vector set;
Node rep;
//constructor
public Tree( ) {
set = new Vector();
}
//methods
public void Combine( Tree tree
www.eeworm.com/read/337546/3334178
c flexcop-dma.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-dma.c - methods for configuring and controlling the DMA of the FlexCop.
*
* see flexc