代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/202979/15368491
txt finds the maximum value in a vector of length n.txt
*====TEXAS INSTRUMENTS, INC.
*
* MAX
*
* Revision Date: 04/08/97
*
* USAGE
*
* This routine is C Callable and can be called as:
*
* short max(short a[], int n)
*
* a[] --- vector
www.eeworm.com/read/426410/10253803
m centrklipf0.m
function [F0] = centrklipf0(x,fvz,win,overlen)
Y = segmentace(x,win,overlen);
[M N] = size(Y);
% M pocet vzorku v jednom segmentu
% N pocet segmentu
k = 0.8;
Lmin = fix(fvz/400); %min
www.eeworm.com/read/360795/10078465
tar minimum-entropy (maximum certainty) par minent.tar
www.eeworm.com/read/443727/1738452
h x_dcm_adv_maximum_period_check_v.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xi
www.eeworm.com/read/320782/13418494
asm d__modeltech_6.2b_xilinx_libs_unisim_dcm_sp_maximum_period_check_dcm_sp_maximum_period_check_v.asm
www.eeworm.com/read/418028/10968002
tcl limits.tcl
#
# Run this script to generate the limits.html output file
#
set rcsid {$Id: limits.tcl,v 1.3 2007/06/18 12:22:43 drh Exp $}
source common.tcl
header {Implementation Limits For SQLite}
puts {
Lim
www.eeworm.com/read/309709/13666193
html limits.html
Implementation Limits For SQLite
body {
margin: auto;
www.eeworm.com/read/188135/8568971
cpp shiti1_5_2.cpp
#include
template
T Maximum(T value1,T value2,T value3)
{
T max=value1;
if(value2>max)
max=value2;
if(value3>max)
max=value3;
return max;
}
void main()
{
int
www.eeworm.com/read/187283/8835215
h limits.h
/* Number of bits in a `char'. */
#define CHAR_BIT 8
/* No multibyte characters supported yet. */
#define MB_LEN_MAX 1
/* Minimum and maximum values a `signed char' can hold. */
#define SCHAR_MIN
www.eeworm.com/read/422200/10656106
cpp shiti1_5_2.cpp
#include
template
T Maximum(T value1,T value2,T value3)
{
T max=value1;
if(value2>max)
max=value2;
if(value3>max)
max=value3;
return max;
}
void main()
{
int