代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/248950/12534018

code63-155

1 1 0 1 1 1 1 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 1 0
www.eeworm.com/read/248950/12534026

code31-39

0 0 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 1
www.eeworm.com/read/334951/12558507

cpp xlinmin.cpp

#include #include #include #include "nr.h" using namespace std; // Driver for routine linmin DP func(Vec_I_DP &x) { int i; DP f=0.0;
www.eeworm.com/read/334779/12573743

cpp prg16_5.cpp

#ifdef _MSC_VER // disable warning messages that identifier was truncated // to 'number' characters in the debug information #pragma warning(disable:4786) #endif // _MSC_VER // File: prg16_5.cp
www.eeworm.com/read/147096/12584972

m quadi.m

function [stepmin]=quadinter(steps,matf) %QUADINTER Quadraticly interpolates three points to estimate minimum. % This function uses QUADRATIC interpolation and % the values of three
www.eeworm.com/read/147096/12584978

m cubici1.m

function r=cubici1(fnew,fold,graddnew,graddold,stepsize) %CUBICI1 Cubicly interpolates 2 points and gradients to estimate minimum. % % This function uses cubic interpolation and the values of two
www.eeworm.com/read/248047/12605275

3qt qspaceritem.3qt

'\" t .TH QSpacerItem 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the .\" license file included in the distribution for a com
www.eeworm.com/read/247673/12633025

cpp template.cpp

// Section 10.1 // $ CC template.cpp /* minimum of 10 and 20 is: 10 minimum of 10.3 and 20.6 is: 10.3 */ #include using std::cout; using std::endl; template
www.eeworm.com/read/135898/13888841

cpp template.cpp

// Section 10.1 // $ CC template.cpp /* minimum of 10 and 20 is: 10 minimum of 10.3 and 20.6 is: 10.3 */ #include using std::cout; using std::endl; template
www.eeworm.com/read/238066/13909451

txt 例9.14.txt

例9.14 声明一个类模板,利用它分别实现两个整数、浮点数和字符的比较,求出大数和小数。 #include using namespace std; template //定义类模板 class Compare {public: Compare(numtype a,numtype b) {x=a;y=b