代码搜索:Maximum
找到约 9,165 项符合「Maximum」的源代码
代码结果 9,165
www.eeworm.com/read/168845/5433308
cpp maximum.cpp
// Boost.Signals library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.
www.eeworm.com/read/336126/3353821
java maximum.java
// Fig. 6.4: Maximum.java
// Finding the maximum of three doubles
import java.awt.Container;
import javax.swing.*;
public class Maximum extends JApplet {
public void init()
{
JTex
www.eeworm.com/read/326711/3469822
h maximum.h
// Fig. 18.12: maximum.h
// Definition of function template maximum.
template < class T > // or template< typename T >
T maximum( T value1, T value2, T value3 )
{
T maximumValue = value1; /
www.eeworm.com/read/314311/3636649
c maximum.c
int
maximum(double *vec,int dim)
{
int i;
double ma;
int inx;
inx=0;
ma=0.0;
for (i=0;ima)
{
ma=vec[i];
inx=i;
}
}
return(inx);
}
www.eeworm.com/read/306563/3736764
c maximum.c
int
maximum(double *vec,int dim)
{
int i;
double ma;
int inx;
inx=0;
ma=0.0;
for (i=0;ima)
{
ma=vec[i];
inx=i;
}
}
return(inx);
}
www.eeworm.com/read/286193/4041662
cpp maximum.cpp
// Tutorial 10: Maximum.cpp
// Program finds and displays the greatest value entered by the user.
#include // required to perform C++ stream I/O
#include // required to acces
www.eeworm.com/read/286193/4041663
sln maximum.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Maximum", "Maximum.vcproj", "{EC9875A9-3E20-4EAD-8F1E-E065FD44C3C7}"
ProjectSection(P