代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/254811/4380454
txt opendir.txt
SUMMARY methods to gain access to file system directories (OS2 1.2 only)
#include
DIR *opendir(char *szDirName)
struct dirent *readdir(DIR *pd)
int closedir(DIR *pd)
void
www.eeworm.com/read/252364/4409341
java showaddlisteners.java
//: c14:ShowAddListeners.java
// Display the "addXXXListener" methods of any Swing class.
//
// From 'Thinking in Java, 3rd ed.' (c)
www.eeworm.com/read/162614/5531975
c gnu_java_nio_vmpipe.c
/* gnu_java_nio_VMPipe.c - Native methods for PipeImpl class
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri
www.eeworm.com/read/162614/5537435
java vmthrowable.java
/* java.lang.VMThrowable -- VM support methods for Throwable.
Copyright (C) 1998, 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/162519/5541507
c gnu_java_nio_vmpipe.c
/* gnu_java_nio_VMPipe.c - Native methods for PipeImpl class
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri
www.eeworm.com/read/162519/5546967
java vmthrowable.java
/* java.lang.VMThrowable -- VM support methods for Throwable.
Copyright (C) 1998, 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/158865/5594329
cc tinfo.cc
// Methods for type_info for -*- C++ -*- Run Time Type Identification.
// Copyright (C) 1994, 1996, 1998 Free Software Foundation
// This file is part of GNU CC.
// GNU CC is free software; you can
www.eeworm.com/read/156194/5612112
java springutilities.java
package javax.swing;
import javax.swing.*;
import javax.swing.SpringLayout;
import java.awt.*;
/**
* A 1.4 file that provides utility methods for
* creating form- or grid-style layouts with Spring
www.eeworm.com/read/153996/5643932
java propertiesutils.java
package com.ecyrd.jspwiki.htmltowiki;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import java.util.TreeMap;
/**
* some usefull methods for properties
*
www.eeworm.com/read/395876/8147437
java ex29(1).java
// generics/Ex29.java
// TIJ4 Chapter Generics, Exercise 29, page 694
/* Create a generic method that takes as an argument a Holder