代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/260597/4331593

asm maxmin.asm

; ; maximum and minimum routines. ; .xlist include ..\h\cmacros.inc .list sBegin code assumes cs,code cProc max, parmW a parmW b cBegin mov ax,a cmp ax,b jg maxdone mo
www.eeworm.com/read/254811/4380532

asm maxmin.asm

; ; maximum and minimum routines. ; .xlist include ..\h\cmacros.inc .list sBegin code assumes cs,code cProc max, parmW a parmW b cBegin mov ax,a cmp ax,b jg maxdone mo
www.eeworm.com/read/368813/9677359

m mmsestsa84.m

function output=MMSESTSA84(signal,fs,IS) % output=MMSESTSA84(signal,fs,IS) % Shor time Spectral Amplitude Minimum Mean Square Error Method for % Denoising noisy speech. based on Ephraim et al (19
www.eeworm.com/read/266303/11232417

java class2.java

public class Class2 { public static void main (String[] args) { System.out.println("The maximum integer is "+Integer.MAX_VALUE ); System.out.println("The minimum integer is "+Integer.MIN_VAL
www.eeworm.com/read/265723/11255385

txt 00002.txt

function output=MMSESTSA85(signal,fs,IS) % output=MMSESTSA85(signal,fs,IS) % Shor time Spectral Amplitude Minimum Mean Square Error Method for % Denoising noisy speech. based on log-Spectral MMSE
www.eeworm.com/read/411034/11259397

h whirlpool.h

#ifndef WHIRLPOOL_H #define WHIRLPOOL_H 1 #if defined(__cplusplus) extern "C" { #endif #ifndef PORTABLE_C__ #define PORTABLE_C__ #include /* Definition of minimum-width int
www.eeworm.com/read/334779/12574322

cpp prg14_1.cpp

// File: prg14_1.cpp // program illustrates pushHeap()/popHeap() for vectors vA and vB; // vA is array-based tree for maximum heap and vB for minimum heap. // loop copies 7 elements from arr to vA
www.eeworm.com/read/202611/15377760

cpp doublearray.cpp

// Fig. 7.14: DoubleArray.cpp // Manipulating a double-subscripted array. #include "stdafx.h" #using using namespace System; int Minimum( int __gc[,], int, int ); int Maxi
www.eeworm.com/read/390322/8471226

m realmmd.m

function p=realmmd(A) %REALMMD Compute true minimum degree permutation for a symmetric matrix. % Warning: Very inefficient, use only for small demo problems. n=size(A,1); L=zeros(n); p=1:n; for i=1
www.eeworm.com/read/433114/8544520

m seismic_examples3.m

% Seismic_examples3 % Example of the usage of "s_spectrum" clear all presets global S4M %#ok % Create a minimum-phase wavelet wavelet=-s_create_wavelet({'type','min-phase'})