代码搜索:finding

找到约 1,199 项符合「finding」的源代码

代码结果 1,199
www.eeworm.com/read/336126/3353821

java maximum.java

// Fig. 6.4: Maximum.java // Finding the maximum of three doubles import java.awt.Container; import javax.swing.*; public class Maximum extends JApplet { public void init() { JTex
www.eeworm.com/read/439279/1806293

java exercise5_17.java

// Exercise5_17.java: Finding sales amount to meet the commission public class Exercise5_17 { // The commission sought final static double COMMISSION_SOUGHT = 25000; // Main method publ
www.eeworm.com/read/375190/2738838

qbk roots.qbk

[section:roots Root Finding With Derivatives] [h4 Synopsis] `` #include `` namespace boost{ namespace math{ namespace tools{ template T
www.eeworm.com/read/358128/3001457

pod perlmodlib.pod

=for maintainers Generated by perlmodlib.PL -- DO NOT EDIT! =head1 NAME perlmodlib - constructing new Perl modules and finding existing ones =head1 THE PERL MODULE LIBRARY Many modules are include
www.eeworm.com/read/158865/5594410

c jcf-io.c

/* Utility routines for finding and reading Java(TM) .class files. Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/474089/6832661

m music.m

function P = music(Y,M,D,Lambda,Angles,Num) %MUSIC Multiple Signal Classification Method for direction finding. % % Usage: P = MUSIC(Y,M,D,Lambda,Angles,Num) % %Input parameters: %
www.eeworm.com/read/172014/9726653

m secant.m

function x = secant(fun,a,b,xtol,ftol,verbose) % secant Secant method for finding roots of scalar f(x) = 0 % % Synopsis: x = secant(fun,a,b) % x = secant(fun,a,b,xtol) % x
www.eeworm.com/read/103816/15719824

h efgalgorithm.h

// // $Source: /home/gambit/CVS/gambit/sources/nash/efgalgorithm.h,v $ // $Date: 2002/08/27 18:29:38 $ // $Revision: 1.3 $ // // DESCRIPTION: // Declaration of abstract Nash equilibrium-finding class
www.eeworm.com/read/192096/8407189

htm ch12_20.htm

Recipe 12.19. Program: Finding Versions and Descriptions of Installed Modules (Perl Cookbook)
www.eeworm.com/read/390106/8484585

htm findword.htm

Finding Word Boundaries in a JTextComponent (Java Developers Almanac Example)