代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/288910/8595084
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/432021/8638570
h user.h
/*
* $Id: user.h 1339 2006-09-21 19:46:28Z tbailey $
*
* $Log$
* Revision 1.1 2005/07/29 19:12:25 nadya
* Initial revision
*
*/
/*
User settable parameters
*/
#ifndef user_h
#define user_
www.eeworm.com/read/286602/8757039
txt 例9.14.txt
例9.14 声明一个类模板,利用它分别实现两个整数、浮点数和字符的比较,求出大数和小数。
#include
using namespace std;
template //定义类模板
class Compare
{public:
Compare(numtype a,numtype b)
{x=a;y=b
www.eeworm.com/read/384965/8826700
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/284304/8947834
txt 04-52.txt
% find the minimum of the function f(x)=x^3+a*x^2+b*x+c
function [x0,y] = funmin(a,b,c,x1,x2)
options = optimset('Display','off');
[x0,y] = fminbnd(@poly3,x1,x2,options);
function y=poly3(x)
www.eeworm.com/read/184790/9075560
txt 例9.14.txt
例9.14 声明一个类模板,利用它分别实现两个整数、浮点数和字符的比较,求出大数和小数。
#include
using namespace std;
template //定义类模板
class Compare
{public:
Compare(numtype a,numtype b)
{x=a;y=b
www.eeworm.com/read/184417/9102105
html xchoosevisual.html
NAME
glXChooseVisual - return a visual that matches specified
attributes
C SPECIFICATION
XV
www.eeworm.com/read/184417/9103172
ps xchoosevisual.ps
%!PS-Adobe-1.0
%%Creator: splat:n8 (Nate Robins,,,,,,,)
%%Title: stdin (ditroff)
%%CreationDate: Tue Jul 22 19:21:34 1997
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Co
www.eeworm.com/read/379196/9204830
txt 例9.14.txt
例9.14 声明一个类模板,利用它分别实现两个整数、浮点数和字符的比较,求出大数和小数。
#include
using namespace std;
template //定义类模板
class Compare
{public:
Compare(numtype a,numtype b)
{x=a;y=b
www.eeworm.com/read/179737/9341149
txt readme.txt
The Finite Element Method Using MATLAB, 2nd Edition
System requirements:
Windows 95, 98, or NT 4.0
Minimum - 640x480 256 color display
Recommended - 800x600 16-bit or higher color display
12