代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/257538/11921475
h usb_config.h
/*
Copyright 2003 Cygnal Integrated Products, Inc.
File: usb_config.h
Author: JS
Created: JAN 03
Target Device: C8051F320
Header file for usb firmware. Includes device
www.eeworm.com/read/154760/11929165
m dtmfscore.m
function sc = dtmfscore(xx, hh)
%DTMFSCORE
% sc = dtmfscore(xx, hh)
% returns a score based on the maximum amplitude of the filtered output
% xx = input DTMF signal
% hh = im
www.eeworm.com/read/154628/11942228
cpp ch7_7.cpp
//*********************
//** ch7_7.cpp **
//*********************
#include
int maximum(int[][4],int,int);
void main()
{
int sg[3][4]={{68,77,73,86},
www.eeworm.com/read/154608/11943243
txt readme.txt
This program is run under DOS environment. To run it, under
DOS prompt, type in
Pso pso.run
then press the return key.
The pso.run file specifies all information required to run
the progra
www.eeworm.com/read/343020/11983255
m getmaxdensity.m
function Density = GetMaxDensity(Layer)
%Returns the maximum density for the layer
Density = max(Layer.Rho);
www.eeworm.com/read/343020/11983272
m getminsoundspeed.m
function CpMin = GetMinSoundSpeed(Layer)
%Returns the maximum compressional sound speed for the layer
CpMin = min(Layer.Cp);
www.eeworm.com/read/343020/11983277
m getmaxsoundspeed.m
function CpMax = GetMaxSoundSpeed(Layer)
%Returns the maximum compressional sound speed for the layer
CpMax = max(Layer.Cp);
www.eeworm.com/read/154202/11983992
asm rfft32m.asm
;============================================================================
;
; File Name : rfft_magc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments
www.eeworm.com/read/256101/12028772
cpp gradebook.cpp
// Fig. 6.4: GradeBook.cpp
// Member-function definitions for class GradeBook that
// determines the maximum of three grades.
#include
using std::cout;
using std::cin;
using std::endl
www.eeworm.com/read/153275/12044243
h os_cfg.h
/*
*********************************************************************************************************
* uC/OS
*