代码搜索:methods

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

代码结果 10,000
www.eeworm.com/read/171045/9774323

h decoder.h

/* PROCEDURES RELATING TO DECODING METHODS. */ void prprp_decode_setup (void); unsigned prprp_decode (mod2sparse *, double *, char *, double *); void initprp (mod2sparse *, double *, char *, double
www.eeworm.com/read/170565/9798166

c mrlucas.c

/* * MIRACL methods for evaluating lucas V function * mrlucas.c * * Copyright (c) 1988-1999 Shamus Software Ltd. */ #include #include "miracl.h" void nres_lucas(_MIPD
www.eeworm.com/read/415537/11065407

txt how to backup ps2 games.txt

Hi guys...here I found a tutorial of another Foum: INFO: Text didn't write by me! Okay, these are some methods to backup PS2 titles and Xbox titles, in order to play a backup you need a modchip
www.eeworm.com/read/414988/11087633

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/414988/11087811

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/414988/11088139

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/268787/11121964

m mat2vec.m

function xC = Mat2Vec(W, Method, K, L) % Mat2Vec Convert an integer matrix to a cell array of vectors, % several different methods are possible, most of them are non-linear. % The inverse funct
www.eeworm.com/read/266192/11237030

java shapefactory2.java

//: factory:shapefact2:ShapeFactory2.java // Polymorphic factory methods. package factory.shapefact2; import java.util.*; import junit.framework.*; interface Shape { void draw(); void era
www.eeworm.com/read/334489/12597315

java adam6000-8.java

// Decompiled by Decafe PRO - Java Decompiler // Classes: 1 Methods: 3 Fields: 0 import java.awt.*; import java.awt.event.WindowEvent; static class _cls8 extends Frame { protected void proc
www.eeworm.com/read/133648/14031724

java unsupported.java

//: c09:Unsupported.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Sometimes methods defined in the // Collection interfac