代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/451644/7459313
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/451644/7459315
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/447020/7560275
m ncbmenu.m
function theResult = NCBMenu(self)
% NCBMenu -- Menus for NCBrowser.
% NCBMenu(self) creates the menus for self,
% an NCBrowser.
% Copyright (C) 1997 Dr. Charles R. Denham, ZYDECO.
% All
www.eeworm.com/read/446971/7562083
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/446971/7562093
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/199616/7842970
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/199432/7855827
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/199432/7855833
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/298590/7950340
m idx_gen.m
function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN, ...
MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN, PC1, PC2, QC1MIN, QC1MAX, ...
QC2MIN, QC2MAX, RAMP_AGC, RAMP_10, RAMP_30, RAMP
www.eeworm.com/read/197875/7964929
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