代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/403017/2316525
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/384879/2596609
c minmax.c
#include
#define MIN(x, y) (((x) < (y)) ? (x): (y))
#define MAX(x, y) (((x) > (y)) ? (x): (y))
void main(void)
{
printf("Minimum of 3 and 5 is %d\n", MIN(3, 5));
printf("Max
www.eeworm.com/read/373048/2767402
java wideeditortreeexample.java
/*
*
* This example works only each Icon has same width.
*
* editing JTextField has minimum 100. (swing1.1beta3) swing#1007
*
*/
// example ( /* swing1.0.3 */ swing1.1beta3 )
//package j
www.eeworm.com/read/355768/3048170
c minmax.c
#include
#define MIN(x, y) (((x) < (y)) ? (x): (y))
#define MAX(x, y) (((x) > (y)) ? (x): (y))
void main(void)
{
printf("Minimum of 3 and 5 is %d\n", MIN(3, 5));
printf("Max
www.eeworm.com/read/257673/4361630
c minmax.c
#include
#define MIN(x, y) (((x) < (y)) ? (x): (y))
#define MAX(x, y) (((x) > (y)) ? (x): (y))
void main(void)
{
printf("Minimum of 3 and 5 is %d\n", MIN(3, 5));
printf("Max
www.eeworm.com/read/472861/6859000
m fre2sys.m
function sys=fre2sys(fr,T,wt)
% sys=fre2sys(fr,T,wt) fits a stable, minimum phase MIMO system to
% the magnitude of the frequency response in the varying matrix fr.
% If T=0 (default) then sys is
www.eeworm.com/read/471135/6898145
m gcvridge.m
function h_opt = gcvridge(F, d, trS0, n, r, trSmin, options)
%GCVRIDGE Finds minimum of GCV function for ridge regression.
%
% GCVRIDGE(F, d, trS0, n, r, trSmin, OPTIONS) finds the
% regularizat
www.eeworm.com/read/195508/8147514
m4 acinclude.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/194598/8189848
m4 acinclude.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/393518/8281130
m frac2bin.m
function s=frac2bin(d,n,m)
%FRAC2BIN Convert an column vector to binary S=(D,N,M)
% Inputs: D scalar or column vector to convert
% N minimum number of integer bits to output [defaul