代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/333003/12712448
java ex4.java
// interfaces/Ex4.java
// TIJ4 Chapter Interfaces, Exercise 4, page 315
/* Create an abstract class with no methods. Derive a class and add a method.
* Create a static method that takes a referenc
www.eeworm.com/read/333003/12712469
java ex2.java
// interfaces/Ex2.java
// TIJ4 Chapter Interfaces, Exercise 2, page 315
// Create a class as abstract without including any abstract methods, and verify
// that you cannot create any instances of t
www.eeworm.com/read/333003/12712477
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/332899/12718089
java rodent1.java
// interfaces/rodent/Rodent1.java
// TIJ4 Chapter Interfaces, Exercise 1, page 315
/* Modify Exercise 9 in the previous chapter so that Rodent is an abstract class.
* Make the methods of Rodent abs
www.eeworm.com/read/332899/12718092
java ex4.java
// interfaces/Ex4.java
// TIJ4 Chapter Interfaces, Exercise 4, page 315
/* Create an abstract class with no methods. Derive a class and add a method.
* Create a static method that takes a reference
www.eeworm.com/read/332899/12718116
java ex2.java
// interfaces/Ex2.java
// TIJ4 Chapter Interfaces, Exercise 2, page 315
// Create a class as abstract without including any abstract methods, and verify
// that you cannot create any instances of t
www.eeworm.com/read/332899/12718124
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/144399/12797467
m compemrk4.m
function compEMRK4
% compEMRK4 Compare flops and accuracy of Euler, Midpoint and RK4 methods
% for the solution of dy/dt = -y; y(0) = 1
%
% Synopsis: compEMRK4
%
% Input: none
www.eeworm.com/read/331910/12801768
h list.h
/*
* Fast list methods
* Feb 2000 --Jcid
*
*/
#ifndef __LIST_H__
#define __LIST_H__
/*
* a_List_resize()
*
* Make sure there's space for 'num_items' items within the list
* (First, allocate
www.eeworm.com/read/243950/12905378
as asbroadcaster-override.as
// makeswf -v 7 -s 200x150 -r 1 -o asbroadcaster-override.swf asbroadcaster-override.as
trace ("override AsBroadcaster methods");
AsBroadcaster.addListener = function () {
trace ("add");
};
AsBroa