代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/191613/8426442

cpp ex0308.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 3.8 on page 41 // Using compound conditions #include using namespace std;
www.eeworm.com/read/433256/8535885

»

#include #include const int MINIMUM_SIZE=10; class myArray { public: myArray(int nMaxSize=MINIMUM_SIZE,int nInitVal=0); myArray(myArray& anArray); ~myArray();
www.eeworm.com/read/433114/8544795

m s_wavelet2roots.m

function zroots=s_wavelet2roots(wavelet) % Compute the zeros of the z-transform of a wavelet; for a minimum-phase % wavelet the absolute value of the roots must be > 1. % Written by: E. R.: June 13,
www.eeworm.com/read/178375/9405567

c reorder.c

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/371445/9552923

m golden_sect.m

% Program: golden_sect.m % Title: Golden-Section Search % Description: Implements the golden-section search. % Input: % fname: objective function % [xL1,xU1]: initial interval of uncertain
www.eeworm.com/read/365737/9849771

m minhausdorff.m

function distance=minHausdorff(Bag1,Bag2) % minHausdorff Compute the minimum Hausdorff distance between two bags Bag1 and Bag2 % minHausdorff takes, % Bag1 - one bag of instances % Bag2 - the
www.eeworm.com/read/435150/7796576

cpp prog6_08.cpp

// Program 6.8 Comparing strings #include #include #include using std::cout; using std::cin; using std::endl; using std::string; int main() { const int max_na
www.eeworm.com/read/145478/12720525

c reorder.c

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/245849/12777538

m s_wavelet2roots.m

function zroots=s_wavelet2roots(wavelet) % Compute the zeros of the z-transform of a wavelet; for a minimum-phase % wavelet the absolute value of the roots must be > 1. % Written by: E. R.: June 13,
www.eeworm.com/read/330414/12894955

c reorder.c

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve