代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/414988/11087464

java ex20(1).java

// generics/Ex20.java // TIJ4 Chapter Generics, Exercise 20, page 654 /* Create an interface with two methods, and a class that implements that interface * and adds another method. In another class
www.eeworm.com/read/414988/11087913

java ex23.java

// innerclasses/Ex23.java // TIJ4 Chapter Innerclasses, Exercise 23, page 371 /* Create an interface U with three methods. Create a class A with a method that * produces a reference to a U by build
www.eeworm.com/read/414988/11088045

java passingthisex.java

// initialization/PassingThisEx.java // TIJ4 Chapter Initialization, Exercise 8, page 170 /* Create a class with two methods. Within the first method, call the * second method twice: the first time
www.eeworm.com/read/414988/11088063

java dogtalk2.java

// initialization/DogTalk2.java // TIJ4 Chapter Initialization, Exercise 6, page 167 /* Modify the previous exercise so that two of the overloaded methods have two * arguments (of two different typ
www.eeworm.com/read/414988/11088135

java testex6.java

// interfaces.TestEx6.java // TIJ4 Chapter Interfaces, Exercise 6, page 320 // Prove that all the methods in an interface are automatically public /* Solution includes, in package interfaces.ex6:
www.eeworm.com/read/148342/12474633

m svkernel.m

function k = svkernel(ker,u,v) %SVKERNEL kernel for Support Vector Methods % % Usage: k = svkernel(ker,u,v) % % Parameters: ker - kernel type % u,v - kernel arguments % % Values for ke
www.eeworm.com/read/147143/12580733

java sort.java

package rtree; /** * Static class used for providing static methods for sorting arrays of Objects, using * comparators. It is needed for jdk 1.1 compatibility. * * Created: Fri Jul 02 18:42:3
www.eeworm.com/read/146640/12628624

m svkernel.m

function k = svkernel(ker,u,v) %SVKERNEL kernel for Support Vector Methods % % Usage: k = svkernel(ker,u,v) % % Parameters: ker - kernel type % u,v - kernel arguments % % Values for ke
www.eeworm.com/read/135259/13945113

h mapival.h

/* * M A P I V A L . H * * Macros used to validate parameters on standard MAPI object methods. * Used in conjunction with routines found in MAPIU.DLL. * * Copyright 1986-1996 Micro
www.eeworm.com/read/133226/14051541

m genetic_function.m

%FUNCTION: Genetic %PURPOSE:To create a new population based upon the parent genes % using crossover,muation,cloning and creation methods %INPUT: Previous Population (32x4) Matrix %OUTPUT: New P