代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/207040/15283630

cpp function.cpp

#include "function.h" #include void Function::setRDState(RDState s) { __state = s; } ValueType Function::Sin(const ValueType& v) { if (__state == Degrees) {
www.eeworm.com/read/168845/5432642

expected miles_span.expected

The graph miles(100,0,0,0,0,10,0) has 405 edges, and its minimum spanning tree has length 14467.
www.eeworm.com/read/168578/5444462

java datasetutilities.java

/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (
www.eeworm.com/read/168433/5446888

f,v tbdm.f,v

head 1.3; access; symbols; locks; strict; comment @* @; 1.3 date 96.03.18.22.14.00; author jaf; state Exp; branches; next 1.2; 1.2 date 96.03.13.14.48.37; author jaf; state Exp; branches; next 1.1;
www.eeworm.com/read/168433/5446937

c,v tbdm.c,v

head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 96.08.19.22.30.26; author jaf; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @/* $Log$ */ #ifdef P_R_O
www.eeworm.com/read/168433/5446973

c tbdm.c

/* $Log: tbdm.c,v $ * Revision 1.1 1996/08/19 22:30:26 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real
www.eeworm.com/read/167562/5457147

cpp qprogressbar.cpp

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the QtGui module of the Qt To
www.eeworm.com/read/167562/5457207

cpp qabstractslider.cpp

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the QtGui module of the Qt To
www.eeworm.com/read/162614/5528541

c 20000502-1.c

static int minimum(int a, int b) { if(a < b) return a; else return b; } static int a, b; static inline int foo(void) { a = minimum (a, b); return 0; } static int bar(void) { return foo(); }
www.eeworm.com/read/162614/5533613

java spinnernumbermodel.java

/* SpinnerNumberModel.java -- Copyright (C) 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it