代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/224152/14604628
html scripting_6_3__writing_to_the_info_window.html
脚本 6.3. 向Info(情报)窗口输出
www.eeworm.com/read/122037/14724265
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
Function FUNC(X:real):real;
Function FUNC2(X:array of real;N:integer):real;
www.eeworm.com/read/120385/14804473
c ch05.02.c
// #include
#include
#include
/**
** Minimum value: 1 occurs: 5 times.
**/
int min( const vector< int > &ivec, int &occurs )
{
int minVal = ivec[
www.eeworm.com/read/119982/14814968
c min_max.c
#include
#include
void main(void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0, 2
www.eeworm.com/read/119524/14827156
m mds.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Torczon's multidirectional search algorithm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/119462/14830174
c irtbl.c
/* SCCSID @(#)irtbl.c 1.14 01/09/04 */
/************************************************************************
* For IR. *
*************************************************************
www.eeworm.com/read/220289/14843871
m minbrack.m
function [br_min, br_mid, br_max, num_evals] = minbrack(f, a, b, fa, ...
varargin)
%MINBRACK Bracket a minimum of a function of one variable.
%
% Description
% BRMIN, BRMID, BRMAX, NUMEVALS] = M
www.eeworm.com/read/218782/14906131
m pdmin.m
%%%%%%********Report research simulation***********%%%%%%%%%%%%%%%%%%%%%%%%
%***********************simulate P(dmin>0)=(1-exp(-p*pi*r0^2))^n**********
%On the minimum node degree and connectivity of
www.eeworm.com/read/117012/14944634
cpp hemework.cpp
#include
#include
int min(int x,int y,int z);
int max(int x,int y,int z);
double mod(double u[501],int n ); //求向量的模
void matrixmultiply(double A[5][501],double y[501]
www.eeworm.com/read/217397/14966135
m arraymin.m
function [sys, x0, str, ts] = arraymin(t,x,u,flag)
%ARRAYMIN outputs the index of the minimum input.
% This M-file is designed to be used in a SIMULINK S-function block.
% This function will de