代码搜索:finding

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

代码结果 1,199
www.eeworm.com/read/367442/9748266

m fishdemo.m

function []=fishdemo(action,hfigure,varargin) % FISHDEMO demo on algorithms which learn Fisher's classifer. % % FISHDEMO demonstrates use of algorithms finding the Fisher's % classifier. The task is
www.eeworm.com/read/414748/11104371

m costfuncmad.m

% Computes the Mean Absolute Difference (MAD) for the given two blocks % Input % currentBlk : The block for which we are finding the MAD % refBlk : the block w.r.t. which the MAD is being
www.eeworm.com/read/268072/11155347

c bisection.c

/* This program is about the root-finding algorithm "bisection method", * which is described in detail below. This program depends on the file * "funct.c" in which the function f(x) is defined
www.eeworm.com/read/102394/15783231

texi min.texi

@cindex optimization, see minimization @cindex maximization, see minimization @cindex minimization, one-dimensional @cindex finding minima @cindex non-linear functions, minimization This chapter desc
www.eeworm.com/read/191613/8425782

cpp pr0608.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 6.8 on page 143 // Finding the minimum value in an array #include // defines
www.eeworm.com/read/191613/8426640

cpp pr0513.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 5.13 // Finding the minimum of four integers #include // defines the cout ob
www.eeworm.com/read/191613/8426716

cpp pr0610.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 6.10 on page 143 // Finding the minimum and maximum values in an array #include
www.eeworm.com/read/428242/8881782

c sign.c

/* Copyright (C) 1999 Lucent Technologies */ /* From 'Programming Pearls' by Jon Bentley */ /* sign.c -- sign each line of a file for finding anagrams The input line "stop" gives the output li
www.eeworm.com/read/427960/8908928

cpp cm.cpp

/* * cm.cpp - Finding an elliptic curve and point of nearly prime order * See IEEE 1363 Annex A for documentation! * * !!! New much improved version - March 2002 * !!! Now tested for D up to
www.eeworm.com/read/377828/9261117

c sign.c

/* Copyright (C) 1999 Lucent Technologies */ /* From 'Programming Pearls' by Jon Bentley */ /* sign.c -- sign each line of a file for finding anagrams The input line "stop" gives the output li