代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/252871/12260446
bak dscr.a51.bak
; dscr.a51
; Contains the Device Descriptor, Configuration(Interface, HID and Endpoint) Descriptor,
; and String descriptors.
;
DSCR_DEVICE equ 1 ;; Descriptor type: Device
DSCR_CO
www.eeworm.com/read/150030/12323889
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/150030/12324191
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/148785/12426524
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/148785/12426566
cpp min2.cpp
// Section 10.3
// $ CC min2.cpp
/*
minimum of ai is: 8
*/
#include
using std::cout;
using std::endl;
template
// the first parameter is a Type*
www.eeworm.com/read/132006/14114554
txt d9r6.txt
implementation
//PROGRAM D9R6
//Driver for routine POWELL
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:=F1DIM(X);
end;
Function FUNC2(X:array of real;N:integer):real
www.eeworm.com/read/132006/14114558
txt d9r7.txt
implementation
//PROGRAM D9R7
//Driver for routine LINMIN
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:= F1DIM(X);
end;
Function FUNC2(X:array of real; N:integer):re
www.eeworm.com/read/233421/14152450
txt d9r6.txt
implementation
//PROGRAM D9R6
//Driver for routine POWELL
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:=F1DIM(X);
end;
Function FUNC2(X:array of real;N:integer):real
www.eeworm.com/read/233421/14152454
txt d9r7.txt
implementation
//PROGRAM D9R7
//Driver for routine LINMIN
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:= F1DIM(X);
end;
Function FUNC2(X:array of real; N:integer):re
www.eeworm.com/read/230855/14271967
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4