代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/452217/7445023
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/206731/7456709
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/450547/7481846
html c_limit_attached.html
Run-Time Limit Categories
body {
margin: auto;
fo
www.eeworm.com/read/450546/7482279
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/448826/7525105
txt 049.txt
049
题目:#if #ifdef和#ifndef的综合应用。
程序源代码:
#include "stdio.h"
#define MAX
#define MAXIMUM(x,y) (x>y)?x:y
#define MINIMUM(x,y) (x>y)?y:x
void main()
{ int a=10,b=20;
#ifdef MAX
printf("\40:
www.eeworm.com/read/447973/7542866
m initialparameters.m
%%% DynaEst 3.032 12/29/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% InitialParameters
omega = 1 ; %Constant/Initial angular rate
kmax = 20; % maximum number of time steps
Tmin = 1
www.eeworm.com/read/442253/7656427
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/438832/7725291
sh random-between.sh
#!/bin/bash
# random-between.sh
# 产生两个指定值之间的随机数.
# 由Bill Gradwohl编写, 本书作者做了一些修改.
# 脚本作者允许在这里使用.
randomBetween() {
# 在$min和$max之间,
#+ 产生一个正的或负的随机数.
#+ 并且可以被$divisibleBy所整除.
# 给出一个合理的随机分
www.eeworm.com/read/435012/7799227
h f32x_usb_config.h
//-----------------------------------------------------------------------------
// F32x_USB_Config.h
//-----------------------------------------------------------------------------
// Copyright 200
www.eeworm.com/read/199740/7826156
cpp ch7_7.cpp
//*********************
//** ch7_7.cpp **
//*********************
#include
int maximum(int[][4],int,int);
void main()
{
int sg[3][4]={{68,77,73,86},