代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/358682/10182181
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/358603/10184009
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/161189/10440029
m mre.m
%
% [x,lambda,beta,a,p5,p95]=mre(G,d,upper,lower,expvalue,noise)
%
% This routine performs minimum relative entropy (MRE) inversion for
% a discrete linear inverse problem of the form
%
%
www.eeworm.com/read/278058/10577838
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/423100/10587698
m demodulation.m
function y = demodulation(x,b,e,h)
% function y = demodulation(x,b,e,h)
% find the smybol in the defined modulation scheme map which has the minimum distance to the received symbol,
% output t
www.eeworm.com/read/349903/10785541
c bmark.c
/*
* Benchmarking program for PK implementations
*
* Copyright (c) 1988-1999 Shamus Software Ltd.
*/
#include
#include
#include
/* define minimum dura
www.eeworm.com/read/272894/10937389
dpr ex.dpr
{
Complexity: O(Sqrt(N)*Q), here Q is the amount of requiring.
Divide the list of block into the O(Sqrt(N)) segments.
Record the minimum time of the segment whose length is O(Sqrt(N)).
FindM
www.eeworm.com/read/418598/10939511
txt cmakelists.txt
# levmar CMake file; see http://www.cmake.org and
# http://www.insightsoftwareconsortium.org/wiki/index.php/CMake_Tutorial
PROJECT(LEVMAR)
#CMAKE_MINIMUM_REQUIRED(VERSION
www.eeworm.com/read/418304/10955093
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(...)