代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/139802/13130072
cpp 动态数组.cpp
#include
#include
const int MINIMUM_SIZE=10;
class myArray
{
public:
myArray(int nMaxSize=MINIMUM_SIZE,int nInitVal=0);
myArray(myArray& anArray);
~myArray();
www.eeworm.com/read/136697/13365556
m gamma_b.m
function f=gamma_b(gamma,ua,ub)
% f=gamma_b(gamma,ua,ub)
%
% GAMMA operator
% Convexcombination of T-norms with the corresponding
% S-norms:
% Here convexcombination of Minimum- and Maximum- operato
www.eeworm.com/read/319883/13440543
cpp prog6_08.cpp
// Program 6.8 Comparing strings
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::string;
int main() {
const int max_na
www.eeworm.com/read/319180/13459183
c messagefinal.c
#ifdef MINIMUM_DEGREE
printf("minimum degree ordering\n");
#elif defined REVERSE_CM
printf("reverse Cuthill-McKee ordering\n");
#elif defined NESTED_DISSECTION
printf("nested diss
www.eeworm.com/read/152843/5663503
c litelink.c
/*********************************************************************
*
* Filename: litelink.c
* Version: 1.1
* Description: Driver for the Parallax LiteLink dongle
www.eeworm.com/read/139332/5800100
hpp smallest_last_ordering.hpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
//
www.eeworm.com/read/136989/5829006
mpc load_balancing_persistent.mpc
// -*- MPC -*-
// Load_Balancing_persistent.mpc,v 1.4 2003/12/23 21:05:04 dhinton Exp
project(*balancer): taoexe, portableserver {
avoids += minimum_corba repo
exename = load_balancer
I
www.eeworm.com/read/136989/5829410
mpc poa_dsi.mpc
//POA_DSI.mpc,v 1.4 2003/12/12 05:13:38 bala Exp
project(*Client) : taoexe, messaging, portableserver {
avoids += minimum_corba
source_files {
client.cpp
}
}
project(*Server) : taoe
www.eeworm.com/read/136989/5829422
mpc poa_tie.mpc
// -*- MPC -*-
// POA_TIE.mpc,v 1.4 2003/12/23 21:05:04 dhinton Exp
project(*Client) : taoexe, portableserver {
avoids += minimum_corba
idlflags -= -Sc
source_files {
client.cpp
www.eeworm.com/read/136989/5829454
mpc poa_bidir.mpc
// -*- MPC -*-
// POA_BiDir.mpc,v 1.3 2003/12/23 21:05:04 dhinton Exp
project: taoexe, portableserver, bidir_giop {
avoids += minimum_corba
}