代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/247646/12638196
i externs.i
/******************************/
/* LINEAR TREE - EXTERNS */
/******************************/
extern short VERBOSITY;
extern int GAIN_RATIO;
extern int MINIMUM_EXAMPLES;
extern double MIN_SPLIT;
www.eeworm.com/read/204306/15341711
txt cmakelists.txt
# LEVMAR cmake file (http://www.cmake.org)
#CMAKE_MINIMUM_REQUIRED(VERSION 1.4)
PROJECT(LEVMAR)
# ROOTDIR should be set to the directory of your compiler lapack libs
IF (WIN32)
SET(ROOTDIR C:/loca
www.eeworm.com/read/107624/15604597
cpp 静态跟错.cpp
#include
#include
const int DUMMY_VAL=-32768;
const int MINIMUM_SIZE=10;
enum Logical{FALSE,TRUE};
class myArray
{
public:
myArray(int nMaxSize=MINIMUM_SIZE,int
www.eeworm.com/read/179705/9342090
c min.c
#include
#include
#include
#include
double fn1 (double x, void * params)
{
return cos(x) + 1.0;
}
int
main (void)
{
int status;
int
www.eeworm.com/read/424281/10468061
c min.c
#include
#include
#include
#include
double fn1 (double x, void * params)
{
return cos(x) + 1.0;
}
int
main (void)
{
int status;
int
www.eeworm.com/read/461264/7230501
pro minf_conj_grad.pro
pro minF_conj_grad, p_min, f_min, conv_factor, FUNC_NAME=func_name, $
TOLERANCE=tol, USE_DERIV=use, $
INITIALIZE=initial
www.eeworm.com/read/316652/13519236
h log.h
/*
* Copyright (c) 2004 Security Architects Corporation. All rights reserved.
*
* Module Name:
*
* log.h
*
* Abstract:
*
* This module defines various macros used for logging.
*
www.eeworm.com/read/136989/5828934
mpc typed_events.mpc
// -*- MPC -*-
// Typed_Events.mpc,v 1.6 2003/12/23 21:05:04 dhinton Exp
project(*server): taoexe, portableserver, valuetype {
avoids += minimum_corba
Source_Files {
Server_i.cpp
E