代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/255016/12106084
rpt mux21a.tan.rpt
Timing Analyzer report for mux21a
Tue Aug 02 06:47:54 2005
Version 4.1 Build 181 06/29/2004 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/152406/12116753
m llimit.m
% LLIMIT Limit a vector to a given minimum value
%
% [y] = LLIMIT (x,m) limits vector x to have minimum value m
%
function [y] = llimit (x, m);
y = x;
for q = 1:length(x)
if (x(q) < m
www.eeworm.com/read/340916/12122736
cpp soln4_4.cpp
// Soln4_4.cpp : main project file.
#include "stdafx.h"
using namespace System;
/*
This uses an array of bool values to record which data values
have been output at any given time. A value
www.eeworm.com/read/254513/12133069
m llimit.m
% LLIMIT Limit a vector to a given minimum value
%
% [y] = LLIMIT (x,m) limits vector x to have minimum value m
%
function [y] = llimit (x, m);
y = x;
for q = 1:length(x)
if (x(q) < m
www.eeworm.com/read/152129/12138217
m showimg.m
function img=showimg(vet, height, wide)
% img=showimg(vet, height, wide)
%
% Function that shows the vector 'vet'
% as an image of size height * wide.
for col=1:wide,
for lin = 1:height,
www.eeworm.com/read/151841/12171061
f tbdm.f
***********************************************************************
*
* TBDM Version 49
*
**********************************************************************
*
* TURBO DIFMAG: Compute Hi
www.eeworm.com/read/151841/12171117
c tbdm.c
/***********************************************************************
*
* TBDM Version 49
*
**********************************************************************
*
* TURBO DIFMAG: Compute H
www.eeworm.com/read/253950/12173758
m minbrack.m
function [br_min, br_mid, br_max, num_evals] = minbrack(f, a, b, fa, ...
varargin)
%MINBRACK Bracket a minimum of a function of one variable.
%
% Description
% BRMIN, BRMID, BRMAX, NUMEVALS] = M
www.eeworm.com/read/253867/12180639
c ch05.02.c
// #include
#include
#include
/**
** Minimum value: 1 occurs: 5 times.
**/
int min( const vector< int > &ivec, int &occurs )
{
int minVal = ivec[
www.eeworm.com/read/339665/12211810
m minbrack.m
function [br_min, br_mid, br_max, num_evals] = minbrack(f, a, b, fa, ...
varargin)
%MINBRACK Bracket a minimum of a function of one variable.
%
% Description
% BRMIN, BRMID, BRMAX, NUMEVALS] = M