代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/263014/4306074
dat jbtest.dat
#
###############################################################################
# This test demonstrates situation where there is no jitter.
# Jitter should go the minimum configured value.
#######
www.eeworm.com/read/203062/15366623
h numbers.h
//--------------------------------------------------------------------
//
// File: numbers.h
//
// Purpose: Determine the maximum and minimum numbers and epsilon
// for the choice of Scalar
//
// Ver
www.eeworm.com/read/136989/5829502
mpc poa_generic_servant.mpc
// POA_Generic_Servant.mpc,v 1.3 2003/12/12 05:13:38 bala Exp
project(*lib): taolib_with_idl, portableserver {
avoids += minimum_corba
sharedname = Generic_Servant
dynamicflags = GENERIC_SER
www.eeworm.com/read/136989/5829684
mpc hello.mpc
// -*- MPC -*-
// Hello.mpc,v 1.5 2003/12/23 21:04:50 dhinton Exp
project(ICMG_Any_Bug_Hello_Server): taoserver {
Source_Files {
Hello.cpp
HelloWorld.cpp
server.cpp
}
}
pr
www.eeworm.com/read/254349/12142093
m4 id3_cxx.m4
dnl Autoconf support for C++
AC_DEFUN([ID3_CXX_WARNINGS],[
AC_ARG_ENABLE(cxx-warnings,
[ --enable-cxx-warnings=[no/minimum/yes] Turn on compiler warnings.],,enable_cxx_warnings=minimum)
AC
www.eeworm.com/read/486579/6535876
asv my_minres.asv
function [x,flag,relres,iter,resvec,resveccg] = my_minres(A,b,tol,maxit,M1,D,M2,x0,varargin)
%MINRES Minimum Residual Method
% X = MINRES(A,B) attempts to find a minimum norm residual solution
www.eeworm.com/read/188318/8551076
m exa050402.m
%----------------------------------------------------------------------------
% exa050402 for example 5.4.2 and fig5.4.3
% to explain the minimum,maxmum-phase system;
%-----------------------------
www.eeworm.com/read/431312/8689266
m exa050402.m
%----------------------------------------------------------------------------
% exa050402 for example 5.4.2 and fig5.4.3
% to explain the minimum,maxmum-phase system;
%-----------------------------
www.eeworm.com/read/285822/8815529
m exa050402.m
%----------------------------------------------------------------------------
% exa050402 for example 5.4.2 and fig5.4.3
% to explain the minimum,maxmum-phase system;
%-----------------------------
www.eeworm.com/read/428608/8856278
m miphapol.m
function b=miphapol(a)
% Converts the polynomial a into a minimum phase one.
%
% Programmed by: Dimitris Manolakis, 1995
%
%-----------------------------------------------------------
% Copyri