代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/302609/7125243
cpp maxval1.cpp
#include
#include
#include
using namespace std;
/**
Reads numbers from a file and finds the maximum value
@param in the input stream to read from
@ret
www.eeworm.com/read/461294/7229666
m delta.m
function[change] = delta(ct,mt,y,b)
% The delta function is the non-uniform distributions used by the nonUniform
% mutations. This function returns a change based on the current gen, the
% max gen
www.eeworm.com/read/457710/7319130
m estangle(old).m
function THETA = EstAngle(ifbl, expertstatus, handle)
%Function to estimate blur angle
%Inputs: ifbl, expertstatus
%Returns: THETA
%
%ifbl: It is the input image.
%expertstatus: It decides whet
www.eeworm.com/read/457219/7331839
m delta.m
function[change] = delta(ct,mt,y,b)
% The delta function is the non-uniform distributions used by the nonUniform
% mutations. This function returns a change based on the current gen, the
% max gen
www.eeworm.com/read/454466/7389533
h f32x_usb_config.h
//-----------------------------------------------------------------------------
// F32x_USB_Config.h
//-----------------------------------------------------------------------------
// Copyright 200
www.eeworm.com/read/452964/7428560
txt 例9.14.txt
例9.14 声明一个类模板,利用它分别实现两个整数、浮点数和字符的比较,求出大数和小数。
#include
using namespace std;
template //定义类模板
class Compare
{public:
Compare(numtype a,numtype b)
{x=a;y=b
www.eeworm.com/read/452713/7434675
cpp c9-14.cpp
#include
using namespace std;
template
class Compare
{public:
Compare(numtype a,numtype b)
{x=a;y=b;}
numtype max()
{return (x>y)?x:y;}
numtype min
www.eeworm.com/read/452611/7436824
h main.h
/*****************************************************************************
*
* Atmel Corporation
*
* File : main.h
* Compiler : IAR EWAAVR 2.28a/3.10c
* Revision