代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/140727/5782728
text help_message.text
L"name: isip_segment_concat\nsynopsis: isip_segment_concat [options]\ndescr: generates minimum and maximum value for each dimension from the input feature-vectors. creates the segmental features given
www.eeworm.com/read/136812/5857446
s fp_save.s
!
! "@(#)fp_save.s 1.1 92/07/30"
! Copyright (c) 1986 by Sun Microsystems, Inc.
!
.seg "text"
#include "SYS.h"
/*
* FPSAVESIZE is the minimum block size to allocate on
* the stack for stora
www.eeworm.com/read/135938/5877196
properties jcommon.properties
#
# The minimum loglevel that is logged
org.jfree.base.LogLevel=Debug
#
# Where to log. Give a classname of a valid LogTarget implementation.
org.jfree.base.LogTarget=org.jfree.util.PrintStreamLogT
www.eeworm.com/read/120487/6072055
in pltcl_loadmod.in
#! /bin/sh
# Start tclsh \
exec @TCLSH@ "$0" "$@"
#
# Code still has to be documented
#
#load /usr/local/pgsql/lib/libpgtcl.so
package require Pgtcl
#
# Check for minimum arguments
#
if {$argc < 2
www.eeworm.com/read/120487/6072057
in pltcl_listmod.in
#! /bin/sh
# Start tclsh \
exec @TCLSH@ "$0" "$@"
#
# Code still has to be documented
#
#load /usr/local/pgsql/lib/libpgtcl.so
package require Pgtcl
#
# Check for minimum arguments
#
if {$argc < 1
www.eeworm.com/read/120487/6072058
in pltcl_delmod.in
#! /bin/sh
# Start tclsh \
exec @TCLSH@ "$0" "$@"
#
# Code still has to be documented
#
#load /usr/local/pgsql/lib/libpgtcl.so
package require Pgtcl
#
# Check for minimum arguments
#
if {$argc < 1
www.eeworm.com/read/488324/6492708
m pso.m
function [X,FVAL,EXITFLAG,OUTPUT] = PSO(FUN,X0,LB,UB,OPTIONS,varargin)
%PSO finds a minimum of a function of several variables using the particle swarm
% optimization (PSO) algorithm originally intro
www.eeworm.com/read/487881/6501457
txt cmakelists.txt
# levmar CMake file; see http://www.cmake.org and
# http://www.insightsoftwareconsortium.org/wiki/index.php/CMake_Tutorial
PROJECT(LEVMAR)
#CMAKE_MINIMUM_REQUIRED(VERSION
www.eeworm.com/read/263516/11359091
m fm_mintree.m
function [pmuloc, pmunum] = fm_mintree(zeroinj, hdl_pmu,hdl_nob)
% FM_MINTREE compute minimum spanning tree of the current network
% (for PMU placement routines)
%
% (...) = FM_MINTREE(
www.eeworm.com/read/403011/11524437
cpp strgfun.cpp
// strgfun.cpp -- functions with a string argument
#include
int c_in_str(const char * str, char ch);
int main()
{
using namespace std;
char mmm[15] = "minimum"; // string i