代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/115009/15029832

makefile

# Makefile for VGB-DOS # STUBEDIT CC1.EXE to set a minimum stack size of 1MB before compiling this # project # Define this to make the debug version # DEBUG = 1 CC = gcc AS = gcc
www.eeworm.com/read/212602/15152263

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/38039/1095545

mnu dhdrl_angl.mnu

DHDRL#ANGLE # MaxDihedral Calculate the maximum dihedral angle along an edge and show its location. # MinDihedral Calculate the minimum dihedral angle along an edge and show its location. # Near#Pick
www.eeworm.com/read/475745/1382450

java maxminave.java

class MaxMinAve { public static void main(String args[]){ float maximum, minimum; float sum=0; float grades[]= new float[6]; grades[0]=(float)65.5; grades[1]=89; grades[2]=
www.eeworm.com/read/470100/1476828

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.PrintStreamLogTa
www.eeworm.com/read/455642/1609721

java maxminave.java

class MaxMinAve { public static void main(String args[]){ float maximum, minimum; float sum=0; float grades[]= new float[6]; grades[0]=(float)65.5; grades[1]=89; grades[2]=
www.eeworm.com/read/455329/1615457

js hotspot.js

// in je FORM-tag voor de hotspots: onSubmit="return validateFlashVar('MINIMUM_AANTAL_CLICKS'); var flashVar = 1; var lcId = new Date().getTime(); //var flashProxy = new FlashProxy(lcId, "JavaScrip
www.eeworm.com/read/229812/4750186

gml rflasiz.gml

:DT.size :I2 refid='lasize'.lasize :DD.This attribute accepts any valid horizontal space unit. The specified value is the minimum amount of space that will be reserved on the output line f
www.eeworm.com/read/213039/4932816

mpb rtcorbacommon.mpb

// -*- MPC -*- // rtcorbacommon.mpb,v 1.3 2004/01/15 16:47:15 jwillemsen Exp project : portableserver { avoids += minimum_corba after += RTCORBA_Common libs += RTCORBA_Common
www.eeworm.com/read/209211/4983401

c string.c

#include "sam.h" #define MINSIZE 16 /* minimum number of chars allocated */ #define MAXSIZE 256 /* maximum number of chars for an empty string */ void Strinit(String *p) { p->s = emalloc(MINSIZE