代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/388074/8637499
h amr_config.h
#define MAX_NUM_METERS 100 // maximum of meters in the system
www.eeworm.com/read/432021/8638570
h user.h
/*
* $Id: user.h 1339 2006-09-21 19:46:28Z tbailey $
*
* $Log$
* Revision 1.1 2005/07/29 19:12:25 nadya
* Initial revision
*
*/
/*
User settable parameters
*/
#ifndef user_h
#define user_
www.eeworm.com/read/287770/8670668
m maxtime.m
function t = maxtime(A)
% MAXTIME Find the time location of the maximum value of the signal.
%
% T = MAXTIME(A)
%
% T is the position, in which signal A gains its maximum value.
% $Id: maxtim
www.eeworm.com/read/431157/8707667
h defines.h
/*** general programming aids ***/
#define TRUE -1
#define FALSE 0
#define Case break;case
#define Default break;default
#define DEBUG(k) if (debug >= (k)) fprintf( stderr,
/*** return values of yy
www.eeworm.com/read/430838/8723728
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 an
www.eeworm.com/read/286602/8757039
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/384566/8860180
java decontrols.java
package DeApp1.de;
import java.io.*;
public class DEControls
/***********************************************************
**
www.eeworm.com/read/428326/8876068
py func_return.py
#文件名:func_return.py
def maximum(x, y):
if x > y:
return x
else:
return y
print maximum(2, 3)
www.eeworm.com/read/186071/8962416
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/382755/9002206
html c_limit_attached.html
Run-Time Limit Categories
body {
margin: auto;
fo