代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/458682/7291343
sh agram.sh
#!/bin/bash
# agram.sh: Playing games with anagrams.
# Find anagrams of...
LETTERSET=etaoinshrdlu
FILTER='.......' # How many letters minimum?
# 1234567
anagram "$LETTERSET" | # Find all
www.eeworm.com/read/445703/7591807
m pso.m
%% Particle Swarm Optimization Simulation
% Animiation of birds movement of a swarm to get the global minimum solution
%
% Author: Wael Mansour (wael192@yahoo.com)
%
% MSc Student, Electrical En
www.eeworm.com/read/444270/7615446
m set_parameters_simulation.m
function par=set_parameters_simulation(sr,filename,handles)
% SPC PARAMETERS
par.mintemp = 0.00; % minimum temperature for SPC
par.maxtemp = 0.201; % maximum temp
www.eeworm.com/read/444270/7615449
m set_parameters_simulation_default.m
function par=set_parameters_simulation(sr,filename,handles)
% SPC PARAMETERS
par.mintemp = 0.00; % minimum temperature for SPC
par.maxtemp = 0.201; % maximum temp
www.eeworm.com/read/443108/7638060
c testapp1.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum, minimum and spread values within an array
#include
int main()
{
int test_
www.eeworm.com/read/439815/7701263
c arymimai.c
/* $Revision: 1.19 $ */
/*
* ARYMIMAI array minimum/maximum index computation.
*
* Syntax: [sys, x0] = arymimai(t,x,u,flag,Func)
* where Func is the string w
www.eeworm.com/read/436618/7766889
m calculate_domain_size.m
disp('calculating the number of cells in the problem space');
number_of_spheres = size(spheres,2);
number_of_bricks = size(bricks,2);
% find the minimum and maximum coordinates of a
% box en
www.eeworm.com/read/199774/7823204
m program_05_4.m
% Program 5_4
% Program to Design Elliptic Lowpass Filter
%
% Read in the filter order, passband edge frequency,
% passband ripple in dB and minimum stopband
% attenuation in dB
colordef black;
www.eeworm.com/read/399805/7835179
m getinfo.m
function info = getinfo(vr)
%INFO=GETINFO(VR)
% Returns a structure whose fields contain information about the opened
% video object. The (minimum) set of fields in the INFO structure is
% sho
www.eeworm.com/read/197649/7983027
m envlp.m
function [envx, envm]=envlp(xx)
% The function ENVLP generates an envelope of maximum and minimum points
% of improved data x(n,k), where n is the length of the time series
% and k is the numbe