代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/447044/7559870
java listing13-02_fullscreenpreprocessor.java
// if you want to configure your extension you need to provide set[parametername] methods:
package com.apress.preprocess;
import java.io.File;
import java.io.IOException;
import de.enough.po
www.eeworm.com/read/434781/7801914
java ex10(2).java
// exceptions/Ex10.java
// TIJ4 Chapter Exceptions, Exercise 10, page 468
/* Create a class with two methods, f() and g(). In g(), throw an exception of
* a new type that you define. In f(), call g
www.eeworm.com/read/434781/7801987
java stem2.java
// reusing/Stem2.java
// TIJ4 Chapter Reusing, Exercise 12, page 254
// Add a proper hierarchy of dispose() methods to all the classes of exercise 9.
/* EX 9: Create a class called Root that conta
www.eeworm.com/read/434781/7802094
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/399161/7885466
c stdinredir2.c
/* stdinredir2.c
* shows two more methods for redirecting standard input
* use #define to set one or the other
*/
#include
#include
/* #define CLOSE_DUP /* open, close, dup,
www.eeworm.com/read/433467/7928003
pas transcanvas.pas
unit TransCanvas;
{
TTransCanvas By Paul van Dinther Copyright Diprode 24-01-2000
e-mail: paul@diprode.com
Website: http://www.diprode.com
Having strugled for a while with several methods t
www.eeworm.com/read/197407/7998507
h double1.h
// doubly linked list
// extended to include methods of Exercise 57.
#ifndef Double_
#define Double_
#include
#include "dnode.h"
#include "xcept.h"
template
cla
www.eeworm.com/read/397859/8018629
htm ref_m-q.htm
Math object
A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI proper