代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/313151/13595388
java music9.java
// interfaces/music9/Music9.java
// TIJ4 Chapter Interfaces, Exercise 9, page 320
/* Refactor Music5.java by moving the common methods in Wind, Percussion and
* Stringed into an abstract class.
*/
www.eeworm.com/read/152843/5662161
c ultracam.c
/*
* USB NB Camera driver
*
* HISTORY:
* 25-Dec-2002 Dmitri Removed lighting, sharpness parameters, methods.
*/
#include
#include
#include
www.eeworm.com/read/141295/5774050
java intel86jitcodegen.java
/** use just-in-time compilation to generate code for methods
* @version $Id: Intel86JITCodeGen.java,v 1.17 1999/04/06 03:30:37 pab Exp $
*/
/* This is part of the Just-In-Time compiler for the T
www.eeworm.com/read/141295/5774057
java hfile.java
// HFile.java -- methods for writing .h files
package toba.translator;
import toba.classfile.*;
import java.io.*;
import java.util.*;
class HFile {
static private int hvnum; // hidden variable
www.eeworm.com/read/137781/5818125
c siclmem.c
/*
siclmem.c
This example program demonstrates the use of
simple and block memory I/O methods in SICL.
*/
#include
#include
#include
#define VXI_INST
www.eeworm.com/read/136989/5836084
readme
README,v 1.5 2001/01/23 17:13:00 parsons Exp
Admin_Client is a class containing several functions which test
the methods in various IFR object classes. Since automatic
administration of the TAO I
www.eeworm.com/read/123745/6058149
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/123745/6058150
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/122504/6065476
java csvreader.java
package uk.ac.leeds.ccg.geotools;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* This class provides methods for reading data from CVS files and produces GeoData objects from
www.eeworm.com/read/100046/6274942
c htmethod.c
/* HTMethod.c
** MANAGES REQUEST METHODS
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id: HTMethod.c,v 2.6 1998/05/04 19:3