代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/430034/8771561
m parabolic.m
function parabolic(eff,freq,d_min,d_max)
%
%
% Computes and plots the antenna gain over a range of for antenna diameters
%
% eff = Efficieny
% freq = frequency in hertz
% d_min = Minimum dish
www.eeworm.com/read/385451/8804553
m sce.m
function [X,FVAL,EXITFLAG,OUTPUT] = SCE(FUN,X0,LB,UB,OPTIONS,varargin)
%SCE finds a minimum of a function of several variables using the shuffled
% complex evolution (SCE) algorithm originally introdu
www.eeworm.com/read/384940/8830709
m fm_mintree.m
function [pmuloc, pmunum] = fm_mintree(zeroinj, hdl_pmu,hdl_nob)
% FM_MINTREE compute minimum spanning tree of the current network
% (for PMU placement routines)
%
% (...) = FM_MINTREE(...)
www.eeworm.com/read/379433/9197801
m pso.m
function [X,FVAL,EXITFLAG,OUTPUT] = PSO(FUN,X0,LB,UB,OPTIONS,varargin)
%PSO finds a minimum of a function of several variables using the particle swarm
% optimization (PSO) algorithm originally intro
www.eeworm.com/read/373529/9451284
m stdgaminv.m
function x = stdgaminv(p,gam)
% Set parameters for iteration:
abs_tol = 10^-10;
rel_tol = 10^-10;
max_iter = 500;
% Estimate maximum and minimum values of x for interpo
www.eeworm.com/read/373529/9452581
m stdgaminv.m
function x = stdgaminv(p,gam)
% Set parameters for iteration:
abs_tol = 10^-10;
rel_tol = 10^-10;
max_iter = 500;
% Estimate maximum and minimum values of x for interpo
www.eeworm.com/read/175135/9558593
cpp strgfun.cpp
// strgfun.cpp -- functions with a string argument
#include
int c_in_str(const char * str, char ch);
int main()
{
using namespace std;
char mmm[15] = "minimum"; // string i
www.eeworm.com/read/175133/9559098
pas jpg.pas
unit JPG;
interface
{$Z4} // Minimum enum size = dword
uses
Windows, SysUtils, Classes, Graphics;
type
TJPGColorDepth = (jpgAuto, jpgGray, jpg8Bit, jpg24Bit);
TJPEGPixelFormat =
www.eeworm.com/read/371033/9570769
pas gjpg.pas
unit GJPG;
interface
{$Z4} // Minimum enum size = dword
uses
Windows, SysUtils, Classes, Graphics;
type
TJPGColorDepth = (jpgAuto, jpgGray, jpg8Bit, jpg24Bit);
TJPEGPixelFormat =
www.eeworm.com/read/358865/10177512
makefile
# Makefile for VGB-DOS
# STUBEDIT CC1.EXE to set a minimum stack size of 1MB before compiling this
# project
# Define this to make the debug version
# DEBUG = 1
CC = gcc
AS = gcc