代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/296483/8100153
h stlsubst.h
// stlsubst.h
// my substitutes for STL, for crypto++
// idea is to have the absolute minimum that crypto++
// uses, to ease porting burden
// copyright SafeTP Development Group, Inc., 2000 Terms o
www.eeworm.com/read/330869/12863251
m tcd.m
function d = tcd(x, nchirp, decf, intf);
% tcd -- compute a time-chirp distribution
%
% Usage
% d = tcd(x, nchirp, decf, intf)
%
% Inputs
% x signal
% nchirp minimum number of points
www.eeworm.com/read/244076/12892044
m clustie.m
function [c,newx,newy]=clustie(x,y,n);
%
% Clustering programme
%
% HELLO!
%
% Determine the maximum and minimum of each
% input variable
%
xmax=max(x);
xmin=min(x);
xmean=mean(x);
ran
www.eeworm.com/read/242859/12977429
m4 ax_boost_base.m4
##### http://autoconf-archive.cryp.to/ax_boost_base.html
#
# SYNOPSIS
#
# AX_BOOST_BASE([MINIMUM-VERSION])
#
# DESCRIPTION
#
# Test for the Boost C++ libraries of a particular version (or newer)
#
www.eeworm.com/read/139597/13148086
txt image_dos_header.txt
[Structure Information]
Magic number = 2
Bytes on last page of file = 2
Pages in file = 2
Relocations = 2
Size of header in paragraphs = 2
Minimum extra paragraphs needed = 2
Maximum extra para
www.eeworm.com/read/138066/13267819
txt readme.txt
Motorola's FUzzy Development and Generation Environment (FUDGE)
Minimum computer configuration:
IBM AT (or 286 compatible) or higher
DOS3.3 or higher
800K free hard disk space during installa
www.eeworm.com/read/137229/13338687
m clustie.m
function [c,newx,newy]=clustie(x,y,n);
%
% Clustering programme
%
% HELLO!
%
% Determine the maximum and minimum of each
% input variable
%
xmax=max(x);
xmin=min(x);
xmean=mean(x);
ran
www.eeworm.com/read/136826/13359255
txt readme.txt
Motorola's FUzzy Development and Generation Environment (FUDGE)
Minimum computer configuration:
IBM AT (or 286 compatible) or higher
DOS3.3 or higher
800K free hard disk space during installa
www.eeworm.com/read/319883/13440301
cpp prog3_03.cpp
// Program 3.3 Finding maximum and minimum values for data types
#include
#include
using std::cout;
using std::endl;
using std::numeric_limits;
int main() {
cout
www.eeworm.com/read/316047/13531144
m fminimum.m
function [y,i]=fminimum(w,f)
%FMINIMUM Minimum of MVFR matrix
% FMINIMUM(W,F) applies MIN to each component matrix of
% the MVFR matrix, F, and returns one row per frequency.
%
%