代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/431812/8653476
cpp pku1477.cpp
#include "stdio.h"
int main()
{
int h[100],n,i,all,aver,t;
t=1;
while(scanf("%d",&n)!=-1)
{
if(n==0) break;
for(i=0,all=0;i
www.eeworm.com/read/287770/8670561
m find_f0_acorr.m
function f0 = find_f0_acorr(x)
% FIND_F0_ACORR Find fundamental frequency using autocorrelation method
%
% F0 = FIND_F0_ACORR(X)
%
% Find the fundamental frequency of signal X using the
% au
www.eeworm.com/read/426899/8992400
h melp.h
/*************************************************************************
*
* The following code was hand optimized for the Texas Instuments
* TMS320C5x DSP by DSPCon, Inc. For information, pleas
www.eeworm.com/read/185241/9047625
h cnst.h
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 V
www.eeworm.com/read/180892/9281266
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] = {
www.eeworm.com/read/180892/9281645
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] =
www.eeworm.com/read/179705/9342225
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex nonlinear functions, minimization
This chapter descr
www.eeworm.com/read/179150/9368504
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/178237/9412672
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] = {
www.eeworm.com/read/178237/9413060
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] =