代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/100039/6276112
zone localhost.zone
$ORIGIN localhost.
@ 1D IN SOA @ root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
1D IN NS @
1D IN A 127.0.0.1
www.eeworm.com/read/255407/6291102
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/255407/6291112
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/320368/6295275
txt d11r7.txt
Private Sub Command1_Click()
'PROGRAM D11R7
'Driver for routine LINMIN
NDIM = 3
PIO2 = 1.5707963
Dim P(3), XI(3)
Print
Print Tab(5); "Minimum of a 3-D quadratic cent
www.eeworm.com/read/493034/6404311
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/492649/6417264
c main.c
#include "usb_task.h"
#include "usb_kbd_enum.h"
#include "ext_5131.h"
#include "reg_5131.h"
//////////////////////////////
code struct usb_st_device_descriptor usb_device_descriptor =
{
siz
www.eeworm.com/read/485855/6548489
c conjugate_structurecore.c
#include
#include
void mexFunction(int nlhs,mxArray *plhs[],int nrhs,const mxArray *prhs[])
{
//输入
double *x,*y,*z,*GA,*GB,*gc1;
//输出
double *bestgp,*bestgc,*update_u,
www.eeworm.com/read/264889/11296293
cpp 2_13.cpp
#include
#include
using namespace std;
int main()
{ cout
www.eeworm.com/read/406664/11437810
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