代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/185622/9015125
txt rfc1626.txt
Network Working Group R. Atkinson
Request for Comments: 1626 Naval Research Laboratory
Category: Standards Track
www.eeworm.com/read/185240/9048327
asm rfft32m.asm
;============================================================================
;
; File Name : rfft_magc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments
www.eeworm.com/read/185096/9057213
h pl0.h
#include
#define NRW 11 // number of reserved words
#define TXMAX 500 // length of identifier table
#define MAXNUMLEN 14 // maximum number of digits in numbers
www.eeworm.com/read/184790/9075560
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/380138/9160448
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/379658/9190606
m fwhm.m
function [delta,t0] = fwhm(t,u,tr)
% This function computes the intensity full-width at half maximum
% (FWHM) of the periodic signal u.
%
% USAGE:
%
% delta = fwhm(t,u);
% delta = fwhm(t,u
www.eeworm.com/read/379196/9204830
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/182374/9205792
m gassianeda.m
function[Max,k,BestSolutions]=GassUMDA(PopSize,NumbVar,T,F,CantGen,MaximumFunction,InitValues,Complex,ConstraintCheck)
% Gaussian EDA. Use the univariate and multivariate models to approximate contin
www.eeworm.com/read/182374/9205832
m gassumda.m
function[Max,k,BestSolutions]=GassUMDA(PopSize,NumbVar,T,F,CantGen,MaximumFunction,InitValues,Complex,ConstraintCheck)
% Gaussian EDA. Use the univariate and multivariate models to approximate conti
www.eeworm.com/read/378355/9234695
asm rfft32m.asm
;============================================================================
;
; File Name : rfft_magc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments