代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/475389/6779253
c minimumvalue.c
// ****************************************************************
// Description: Library function to determine the
// minimum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/475389/6779444
c minimumvalue.c
// ****************************************************************
// Description: Library function to determine the
// minimum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/237768/13932621
c minimumvalue.c
// ****************************************************************
// Description: Library function to determine the
// minimum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/268726/11124537
scv mcavscv.scv
: (mcavscv
:type (plugin)
:parameters (
:product (VSE)
:minimum_product (8.0)
:minimum_engine (4320)
:minimum_dat (4358)
:dat_age_max_days (30)
:begin_admin (admin)
www.eeworm.com/read/421666/10712897
mod mfasp.mod
/* MFASP, Minimum Feedback Arc Set Problem */
/* Written in GNU MathProg by Andrew Makhorin */
/* The Minimum Feedback Arc Set Problem for a given directed graph
G = (V, E), where V
www.eeworm.com/read/421666/10713042
mod mfvsp.mod
/* MFVSP, Minimum Feedback Vertex Set Problem */
/* Written in GNU MathProg by Andrew Makhorin */
/* The Minimum Feedback Vertex Set Problem for a given directed graph
G = (V, E), w
www.eeworm.com/read/248950/12533559
code15-17
0 0 1 0 0 1 1 0 1 0 1 1 1 1 0
1 1 0 1 1 0 0 1 0 1 0 0 0 0 1
0 0 1 1 0 1 0 1 1 1 1 0 0 0 1
1 0 1 0 1 1 1 1 0 0 0 1 0 0 1
0 1 0 0 0 0 1 1 1 0 1 1 0 0 1
0 0 0 0 1 1 1 0 1 1 0 0 1 0 1
1 1 1 0 0 0 1
www.eeworm.com/read/289487/8548674
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/428269/8880473
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/163742/10147567
c inplace.c
/*
Illustrative example of minimum-redundancy code calculation.
Program reads a file of symbol frequencies
-- one per line
-- ascending frequency
-