代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/443108/7637875
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/443108/7638065
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/398648/7932320
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/297079/8054412
h w32api.h
#ifndef _W32API_H
#define _W32API_H
#define _W32API_H_
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define __W32API_VERSION 3.11
#define __W32API_MAJOR_VERSION 3
#define __W32API_MINOR_VERSION
www.eeworm.com/read/296909/8072789
m power_control.m
% Simple power control in communication systems via GP.
%
% This is an example taken from the GP tutorial paper:
%
% A Tutorial on Geometric Programming (see pages 16-17)
% by Boyd, Kim, Vand
www.eeworm.com/read/145921/12691668
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/145921/12692247
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/145776/12703172
m ar.m
function a1=ar(n,Cd)
%AR obtains a first-order AR process with given characteristics.
%
% a1=AR(n,Cd) determines the coefficient a1 of a first-order AR
% process such that, when th
www.eeworm.com/read/329670/12939764
h limits.h
/*
* Version : @(#)limits.h 1.3
*/
/**************************************************************************
** *
www.eeworm.com/read/243372/12944266
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[] = {