代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/351837/3098725
events
# Pentium IV events
#
# NOTE: events cannot currently be 0x00 due to event binding checks in
# driver
#
event:0x1d counters:0,4 um:global_power_events minimum:3000 name:GLOBAL_POWER_EVENTS : time duri
www.eeworm.com/read/424281/10467117
c linear_minimize.c
#include
#include
#include
/* Find a minimum in x=[0,1] of the interpolating quadratic through
* (0,f0) (1,f1) with derivative fp0 at x=0. The in
www.eeworm.com/read/398034/8009032
m sa_ex8_5.m
%Minimum variance Array Weights
% example 8.5
d=.5;
N= 5;
sig2=.001; % noise variance
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
th0=30*pi/180; % receive angle
th1=-10*pi/180;
s=1;
www.eeworm.com/read/238746/13327501
m rmve.m
function [X1,T1X,C1X]=RMVE(X)
%Syntax: [X1,T1X,C1X]=RMVE(X)
%____________________________
%
% Calculates the Reweighted Minimum Vulume Ellipsoid (RMVE) of a data
% set X.
%
% X1 is the data con
www.eeworm.com/read/317326/13505895
m sa_ex8_5.m
%Minimum variance Array Weights
% example 8.5
d=.5;
N= 5;
sig2=.001; % noise variance
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
th0=30*pi/180; % receive angle
th1=-10*pi/180;
s=1;
www.eeworm.com/read/486579/6535859
asv my_gmres_schur_block.asv
function [x,y,flag,relres,iter,resvec] = my_gmres_schur_block(A,f,g,restart,tol,maxit,L,U,B,C,x0,y0,alf,tol_inner,ptype)
%GMRES Generalized Minimum Residual Method.
% function [x,flag,relres,iter,
www.eeworm.com/read/486579/6535872
m my_gmres_schur_block.m
function [x,y,flag,relres,iter,resvec] = my_gmres_schur_block(A,f,g,restart,tol,maxit,L,U,B,C,x0,y0,alf,tol_inner,ptype)
%GMRES Generalized Minimum Residual Method.
% function [x,flag,relres,iter,
www.eeworm.com/read/130590/14182319
m rmve.m
function [X1,T1X,C1X]=RMVE(X)
%Syntax: [X1,T1X,C1X]=RMVE(X)
%____________________________
%
% Calculates the Reweighted Minimum Vulume Ellipsoid (RMVE) of a data
% set X.
%
% X1 is the data con
www.eeworm.com/read/215323/15065102
c findminimum.c
/*
FindMinimum.c
find minimum (maximum) of hyperrectangular region
this file is part of Divonne
last modified 7 Mar 05 th
*/
#define EPS 0x1p-52
#define RTEPS 0x1p-26
#define QEPS 0x1p-13
#d
www.eeworm.com/read/4011/23016
h ragdoll.h
#ifndef _RAGDOLL_H_
#define _RAGDOLL_H_
#include
#include
#include "d3d9.h"
#include "d3dx9.h"
#include "Direct3D.h"
#include "Collision.h"
// Minimum size of bone
#