代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/460691/1558255
pm seekable.pm
#
package IO::Seekable;
=head1 NAME
IO::Seekable - supply seek based methods for I/O objects
=head1 SYNOPSIS
use IO::Seekable;
package IO::Something;
@ISA = qw(IO::Seekabl
www.eeworm.com/read/458626/1585331
java tester.java
package cn.edu.nju.software.ruse;
import java.io.File;
import java.util.List;
/**
* A facade for testing your RUSE. Change the implementation of the
* two methods to adapt your version of R
www.eeworm.com/read/457053/1601479
cc rmst_filter.cc
//
// rmst_filter.cc : RmstFilter Class Methods
// authors : Fred Stann
//
// Copyright (C) 2003 by the University of Southern California
// $Id: rmst_filter.cc,v 1.2 2003/07/10 21:18:57 hald
www.eeworm.com/read/457053/1601522
cc rmst_source.cc
//
// rmst_source.cc : RmstSource Class Methods
// authors : Fred Stann
//
// Copyright (C) 2003 by the University of Southern California
// $Id: rmst_source.cc,v 1.2 2003/07/10 21:18:56 hald
www.eeworm.com/read/251035/4424380
tex classcl__list.tex
\section{Cl\_\-List Class Reference}
\label{classCl__List}\index{Cl_List@{Cl\_\-List}}
{\tt \#include $$}
\subsection*{Public Methods}
\begin{CompactItemize}
\item
{\bf Cl\_\-Li
www.eeworm.com/read/247171/4487241
vb inheritance.vb
Option Strict Off
Imports System
'Testing simple and multi-level inheritence with all methods declared public
Public Class C1
Public Function f1() As Integer
Return 1
End Function
www.eeworm.com/read/247171/4487333
vb eventn.vb
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
'To Check if Multiple Methods can access mulitplte events
Imports System
Class Raiser
Public Event Fun(ByVal i As Int
www.eeworm.com/read/245169/4506838
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/242082/4556355
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/241991/4556768
java hashutils.java
package org.jgroups.util;
import java.util.*;
import java.io.*;
import java.security.*;
/**
* Helper class for performing some common hashing methods
*
* @author Chris Mills
*/
public class HashU